From bbcbaf0b96e86da3d30ec0a9dea25ed73cd8e882 Mon Sep 17 00:00:00 2001 From: Jared Hoover Date: Wed, 11 Feb 2026 16:31:40 -0600 Subject: [PATCH] update schemas and fix link --- spectaql/config.yml | 4 +- spectaql/config_saas.yml | 4 +- spectaql/schema_saas.json | 232 +- src/openapi/accs-schema.yaml | 3 + static/graphql-api/saas/index.html | 3440 +++++++++++++++------------- 5 files changed, 2062 insertions(+), 1621 deletions(-) diff --git a/spectaql/config.yml b/spectaql/config.yml index d33508b23..ad60da779 100644 --- a/spectaql/config.yml +++ b/spectaql/config.yml @@ -439,8 +439,8 @@ info: # A non-standard array of items to display in your Introduction Area x-introItems: # Can be a Title (for the Nav panel) + URL to simply add a link to somewhere - - title: Back to the GraphQL guide - url: https://developer.adobe.com/commerce/webapi/graphql/reference/ + - title: GraphQL guide + url: https://developer.adobe.com/commerce/webapi/graphql/ # Can be a Title (for the Nav panel) + description (for the Content panel) # - title: Important thing 1 # description: Some important stuff we wanted you to know. Supports `markdown` diff --git a/spectaql/config_saas.yml b/spectaql/config_saas.yml index 1b96cadd8..e7331becb 100644 --- a/spectaql/config_saas.yml +++ b/spectaql/config_saas.yml @@ -439,8 +439,8 @@ info: # A non-standard array of items to display in your Introduction Area x-introItems: # Can be a Title (for the Nav panel) + URL to simply add a link to somewhere - - title: Back to the GraphQL guide - url: https://developer.adobe.com/commerce/webapi/graphql/reference/ + - title: GraphQL guide + url: https://developer.adobe.com/commerce/webapi/graphql/ # Can be a Title (for the Nav panel) + description (for the Content panel) # - title: Important thing 1 # description: Some important stuff we wanted you to know. Supports `markdown` diff --git a/spectaql/schema_saas.json b/spectaql/schema_saas.json index 8cab8d361..70e22b4af 100644 --- a/spectaql/schema_saas.json +++ b/spectaql/schema_saas.json @@ -11029,6 +11029,91 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "CategoryProductView", + "description": "Defines the category fields available to the ProductView.", + "fields": [ + { + "name": "name", + "description": "The name of the category.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "slug", + "description": "The slug of the category.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "String", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "level", + "description": "The level of the category.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, + { + "name": "parents", + "description": "The parents of the category.", + "args": [], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CategoryProductView", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [ + { + "kind": "INTERFACE", + "name": "CategoryViewV2", + "ofType": null + } + ], + "enumValues": null, + "possibleTypes": null + }, { "kind": "OBJECT", "name": "CategoryTree", @@ -11805,11 +11890,11 @@ { "kind": "INTERFACE", "name": "CategoryViewV2", - "description": null, + "description": "Defines a category with essential identifying fields.", "fields": [ { "name": "slug", - "description": null, + "description": "The slug of the category.", "args": [], "type": { "kind": "NON_NULL", @@ -11825,7 +11910,7 @@ }, { "name": "name", - "description": null, + "description": "The name of the category.", "args": [], "type": { "kind": "NON_NULL", @@ -11849,6 +11934,11 @@ "name": "CategoryNavigationView", "ofType": null }, + { + "kind": "OBJECT", + "name": "CategoryProductView", + "ofType": null + }, { "kind": "OBJECT", "name": "CategoryTreeView", @@ -12393,6 +12483,33 @@ "enumValues": null, "possibleTypes": null }, + { + "kind": "OBJECT", + "name": "CommerceOptimizerContext", + "description": "Commerce Optimizer entities", + "fields": [ + { + "name": "priceBookId", + "description": "The priceBookId for current customer session.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "SCALAR", + "name": "ID", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + } + ], + "inputFields": null, + "interfaces": [], + "enumValues": null, + "possibleTypes": null + }, { "kind": "ENUM", "name": "CompaniesSortFieldEnum", @@ -15719,6 +15836,37 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "categories", + "description": "A list of categories in which the product is present.", + "args": [ + { + "name": "family", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CategoryProductView", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "queryType", "description": "Indicates if the product was retrieved from the primary or the backup query", @@ -54531,6 +54679,37 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "categories", + "description": "A list of categories in which the product is present.", + "args": [ + { + "name": "family", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CategoryProductView", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "queryType", "description": "Indicates if the product was retrieved from the primary or the backup query", @@ -58755,6 +58934,22 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "commerceOptimizer", + "description": "Provide necessary information to build headless storefront when Adobe Commerce is connected to Commerce Optimizer.", + "args": [], + "type": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CommerceOptimizerContext", + "ofType": null + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "company", "description": "Return detailed information about the customer's company within the current company context.", @@ -68472,6 +68667,37 @@ "isDeprecated": false, "deprecationReason": null }, + { + "name": "categories", + "description": "A list of categories in which the product is present.", + "args": [ + { + "name": "family", + "description": null, + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + } + ], + "type": { + "kind": "LIST", + "name": null, + "ofType": { + "kind": "NON_NULL", + "name": null, + "ofType": { + "kind": "OBJECT", + "name": "CategoryProductView", + "ofType": null + } + } + }, + "isDeprecated": false, + "deprecationReason": null + }, { "name": "queryType", "description": "Indicates if the product was retrieved from the primary or the backup query", diff --git a/src/openapi/accs-schema.yaml b/src/openapi/accs-schema.yaml index b6f7d1ded..29800bcf9 100644 --- a/src/openapi/accs-schema.yaml +++ b/src/openapi/accs-schema.yaml @@ -26423,6 +26423,9 @@ definitions: sales-data-invoice-creation-arguments-extension-interface: type: object description: ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceCreationArgumentsInterface + properties: + custom_capture_amount: + type: number sales-rule-data-rule-interface: type: object description: Interface RuleInterface diff --git a/static/graphql-api/saas/index.html b/static/graphql-api/saas/index.html index c209fc351..8f598c864 100644 --- a/static/graphql-api/saas/index.html +++ b/static/graphql-api/saas/index.html @@ -27,7 +27,7 @@
Variables
-
{"formCode": "abc123"}
+                  
{"formCode": "xyz789"}
 
@@ -1571,88 +1574,88 @@
Response
"availableStores": [ { "allow_company_registration": false, - "allow_gift_receipt": "abc123", + "allow_gift_receipt": "xyz789", "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": "abc123", - "autocomplete_on_storefront": false, - "base_currency_code": "abc123", - "base_link_url": "abc123", + "allow_printed_card": "xyz789", + "autocomplete_on_storefront": true, + "base_currency_code": "xyz789", + "base_link_url": "xyz789", "base_media_url": "abc123", "base_static_url": "xyz789", "base_url": "abc123", - "cart_expires_in_days": 123, - "cart_gift_wrapping": "xyz789", + "cart_expires_in_days": 987, + "cart_gift_wrapping": "abc123", "cart_merge_preference": "xyz789", - "cart_printed_card": "xyz789", - "cart_summary_display_quantity": 123, + "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": "abc123", "check_money_order_enable_for_specific_countries": true, - "check_money_order_enabled": true, - "check_money_order_make_check_payable_to": "xyz789", - "check_money_order_max_order_total": "xyz789", + "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_new_order_status": "abc123", + "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": 987, "check_money_order_title": "abc123", "company_credit_enabled": true, - "company_enabled": true, + "company_enabled": false, "configurable_product_image": "ITSELF", "configurable_thumbnail_source": "abc123", - "contact_enabled": true, + "contact_enabled": false, "countries_with_required_region": "abc123", - "create_account_confirmation": true, - "customer_access_token_lifetime": 987.65, - "default_country": "abc123", + "create_account_confirmation": false, + "customer_access_token_lifetime": 123.45, + "default_country": "xyz789", "default_display_currency_code": "xyz789", - "display_product_prices_in_catalog": 123, - "display_shipping_prices": 987, + "display_product_prices_in_catalog": 987, + "display_shipping_prices": 123, "display_state_if_optional": true, "enable_multiple_wishlists": "xyz789", - "fixed_product_taxes_apply_tax_to_fpt": false, + "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_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": true, + "fixed_product_taxes_include_fpt_in_subtotal": true, + "graphql_share_customer_group": false, "grid_per_page": 987, - "grid_per_page_values": "abc123", + "grid_per_page_values": "xyz789", "grouped_product_image": "ITSELF", "is_checkout_agreements_enabled": false, "is_default_store": false, - "is_default_store_group": false, + "is_default_store_group": true, "is_guest_checkout_enabled": true, - "is_negotiable_quote_active": false, - "is_one_page_checkout_enabled": false, + "is_negotiable_quote_active": true, + "is_one_page_checkout_enabled": true, "is_requisition_list_active": "xyz789", "list_mode": "xyz789", - "list_per_page": 123, + "list_per_page": 987, "list_per_page_values": "xyz789", "locale": "xyz789", - "magento_reward_general_is_enabled": "xyz789", - "magento_reward_general_is_enabled_on_front": "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_points_invitation_customer_limit": "abc123", - "magento_reward_points_invitation_order": "abc123", - "magento_reward_points_invitation_order_limit": "xyz789", - "magento_reward_points_newsletter": "abc123", + "magento_reward_points_invitation_order": "xyz789", + "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_review": "abc123", + "magento_reward_points_register": "xyz789", + "magento_reward_points_review": "xyz789", "magento_reward_points_review_limit": "xyz789", "magento_wishlist_general_is_enabled": "abc123", - "max_items_in_order_summary": 123, - "maximum_number_of_wishlists": "abc123", + "max_items_in_order_summary": 987, + "maximum_number_of_wishlists": "xyz789", "minicart_display": false, "minicart_max_items": 987, "minimum_password_length": "abc123", @@ -1662,55 +1665,55 @@
Response
"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": true, - "orders_invoices_credit_memos_display_price": 123, - "orders_invoices_credit_memos_display_shipping_amount": 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": true, "printed_card_priceV2": Money, "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "product_url_suffix": "abc123", - "quickorder_active": true, + "quickorder_active": false, "quote_minimum_amount": 987.65, "quote_minimum_amount_message": "xyz789", - "required_character_classes_number": "xyz789", + "required_character_classes_number": "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": "abc123", + "secure_base_link_url": "xyz789", "secure_base_media_url": "xyz789", - "secure_base_static_url": "abc123", + "secure_base_static_url": "xyz789", "secure_base_url": "xyz789", "share_active_segments": false, "share_applied_cart_rule": true, "shopping_cart_display_full_summary": false, - "shopping_cart_display_grand_total": true, - "shopping_cart_display_price": 123, + "shopping_cart_display_grand_total": false, + "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, - "store_code": 4, + "store_code": "4", "store_group_code": "4", "store_group_name": "xyz789", - "store_name": "xyz789", + "store_name": "abc123", "store_sort_order": 123, - "timezone": "xyz789", + "timezone": "abc123", "title_separator": "xyz789", - "use_store_in_url": false, - "website_code": 4, + "use_store_in_url": true, + "website_code": "4", "website_name": "abc123", - "weight_unit": "abc123", + "weight_unit": "xyz789", "zero_subtotal_enable_for_specific_countries": false, "zero_subtotal_enabled": false, - "zero_subtotal_new_order_status": "abc123", + "zero_subtotal_new_order_status": "xyz789", "zero_subtotal_payment_action": "abc123", - "zero_subtotal_payment_from_specific_countries": "abc123", - "zero_subtotal_sort_order": 987, - "zero_subtotal_title": "xyz789" + "zero_subtotal_payment_from_specific_countries": "xyz789", + "zero_subtotal_sort_order": 123, + "zero_subtotal_title": "abc123" } ] } @@ -1826,7 +1829,7 @@
Query
Variables
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -1844,19 +1847,19 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "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": 123.45 + "total_quantity": 987.65 } } } @@ -1956,8 +1959,8 @@
Query
Variables
{
-  "ids": ["xyz789"],
-  "roles": ["xyz789"],
+  "ids": ["abc123"],
+  "roles": ["abc123"],
   "subtree": Subtree
 }
 
@@ -1968,16 +1971,16 @@
Response
"data": { "categories": [ { - "availableSortBy": ["abc123"], - "children": ["abc123"], + "availableSortBy": ["xyz789"], + "children": ["xyz789"], "defaultSortBy": "xyz789", - "id": 4, - "level": 123, - "name": "xyz789", - "parentId": "xyz789", - "path": "abc123", - "roles": ["xyz789"], - "urlKey": "abc123", + "id": "4", + "level": 987, + "name": "abc123", + "parentId": "abc123", + "path": "xyz789", + "roles": ["abc123"], + "urlKey": "xyz789", "urlPath": "xyz789", "count": 987, "title": "xyz789" @@ -2067,8 +2070,8 @@
Query
Variables
{
   "family": "abc123",
-  "slugs": ["xyz789"],
-  "depth": 123
+  "slugs": ["abc123"],
+  "depth": 987
 }
 
@@ -2078,9 +2081,9 @@
Response
"data": { "categoryTree": [ { - "slug": "abc123", + "slug": "xyz789", "name": "xyz789", - "level": 987, + "level": 123, "parentSlug": "xyz789", "childrenSlugs": ["abc123"] } @@ -2141,15 +2144,58 @@
Response
{ "agreement_id": 987, "checkbox_text": "xyz789", - "content": "abc123", + "content": "xyz789", "content_height": "abc123", - "is_html": false, + "is_html": true, "mode": "AUTO", - "name": "xyz789" + "name": "abc123" } ] } } +
+
+ + back to top + + +
+
+ Queries +
+

+ commerceOptimizer +

+
+
+
+
Description
+

Provide necessary information to build headless storefront when Adobe Commerce is connected to Commerce Optimizer.

+
+
+
+
+
+
+
Response
+

Returns a CommerceOptimizerContext! +

+
+
+
+

Example

+
+
Query
+
query commerceOptimizer {
+  commerceOptimizer {
+    priceBookId
+  }
+}
+
+
+
+
Response
+
{"data": {"commerceOptimizer": {"priceBookId": 4}}}
 
@@ -2258,7 +2304,7 @@
Response
"credit": CompanyCredit, "credit_history": CompanyCreditHistory, "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "id": "4", "legal_address": CompanyLegalAddress, "legal_name": "xyz789", @@ -2273,7 +2319,7 @@
Response
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "xyz789" + "vat_tax_id": "abc123" } } } @@ -2414,11 +2460,11 @@
Response
"countries": [ { "available_regions": [Region], - "full_name_english": "abc123", + "full_name_english": "xyz789", "full_name_locale": "abc123", - "id": "abc123", - "three_letter_abbreviation": "xyz789", - "two_letter_abbreviation": "abc123" + "id": "xyz789", + "three_letter_abbreviation": "abc123", + "two_letter_abbreviation": "xyz789" } ] } @@ -2502,10 +2548,10 @@
Response
"country": { "available_regions": [Region], "full_name_english": "abc123", - "full_name_locale": "abc123", - "id": "xyz789", + "full_name_locale": "xyz789", + "id": "abc123", "three_letter_abbreviation": "abc123", - "two_letter_abbreviation": "abc123" + "two_letter_abbreviation": "xyz789" } } } @@ -2562,10 +2608,10 @@
Response
"data": { "currency": { "available_currency_codes": [ - "xyz789" + "abc123" ], - "base_currency_code": "xyz789", - "base_currency_symbol": "abc123", + "base_currency_code": "abc123", + "base_currency_symbol": "xyz789", "default_display_currency_code": "xyz789", "default_display_currency_symbol": "xyz789", "exchange_rates": [ExchangeRate] @@ -2792,35 +2838,35 @@
Response
"customer": { "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", + "created_at": "xyz789", "custom_attributes": [AttributeValueInterface], - "date_of_birth": "abc123", - "default_billing": "abc123", - "default_shipping": "xyz789", - "email": "abc123", - "firstname": "xyz789", - "gender": 123, + "date_of_birth": "xyz789", + "default_billing": "xyz789", + "default_shipping": "abc123", + "email": "xyz789", + "firstname": "abc123", + "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "id": 4, - "is_subscribed": true, - "job_title": "xyz789", + "id": "4", + "is_subscribed": false, + "job_title": "abc123", "lastname": "abc123", - "middlename": "abc123", + "middlename": "xyz789", "orders": CustomerOrders, - "prefix": "xyz789", + "prefix": "abc123", "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": true, - "quote_enabled": false, + "quote_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -2829,11 +2875,11 @@
Response
"segments": [CustomerSegmentStorefront], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, - "suffix": "xyz789", - "taxvat": "xyz789", + "structure_id": "4", + "suffix": "abc123", + "taxvat": "abc123", "team": CompanyTeam, - "telephone": "abc123", + "telephone": "xyz789", "wishlist_v2": Wishlist, "wishlists": [Wishlist] } @@ -2944,19 +2990,19 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": "4", + "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], - "total_quantity": 123.45 + "total_quantity": 987.65 } } } @@ -3053,7 +3099,7 @@
Query
Response
-
{"data": {"customerGroup": {"uid": 4}}}
+                  
{"data": {"customerGroup": {"uid": "4"}}}
 
@@ -3344,7 +3390,7 @@
Query
Variables
{
-  "cartId": "abc123",
+  "cartId": "xyz789",
   "id": "abc123"
 }
 
@@ -3354,7 +3400,7 @@
Response
{
   "data": {
     "getPaymentOrder": {
-      "id": "abc123",
+      "id": "xyz789",
       "mp_order_id": "xyz789",
       "payment_source_details": PaymentSourceDetails,
       "status": "xyz789"
@@ -3559,7 +3605,7 @@ 
Response
"data": { "giftCardAccount": { "balance": Money, - "code": "abc123", + "code": "xyz789", "expiration_date": "abc123" } } @@ -3646,7 +3692,7 @@
Query
Variables
-
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": "4"}
 
@@ -3658,7 +3704,7 @@
Response
"dynamic_attributes": [ GiftRegistryDynamicAttribute ], - "event_name": "abc123", + "event_name": "xyz789", "items": [GiftRegistryItemInterface], "message": "xyz789", "owner_name": "xyz789", @@ -3667,7 +3713,7 @@
Response
"shipping_address": CustomerAddress, "status": "ACTIVE", "type": GiftRegistryType, - "uid": "4" + "uid": 4 } } } @@ -3737,7 +3783,7 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
@@ -3751,7 +3797,7 @@
Response
"gift_registry_uid": 4, "location": "abc123", "name": "xyz789", - "type": "abc123" + "type": "xyz789" } ] } @@ -3832,10 +3878,10 @@
Response
"giftRegistryIdSearch": [ { "event_date": "abc123", - "event_title": "abc123", - "gift_registry_uid": "4", + "event_title": "xyz789", + "gift_registry_uid": 4, "location": "xyz789", - "name": "abc123", + "name": "xyz789", "type": "xyz789" } ] @@ -3929,7 +3975,7 @@
Query
Variables
{
   "firstName": "xyz789",
-  "lastName": "abc123",
+  "lastName": "xyz789",
   "giftRegistryTypeUid": 4
 }
 
@@ -3941,11 +3987,11 @@
Response
"giftRegistryTypeSearch": [ { "event_date": "abc123", - "event_title": "xyz789", - "gift_registry_uid": 4, - "location": "xyz789", + "event_title": "abc123", + "gift_registry_uid": "4", + "location": "abc123", "name": "xyz789", - "type": "abc123" + "type": "xyz789" } ] } @@ -4158,23 +4204,23 @@
Response
"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], "negotiable_quote": NegotiableQuote, "number": "xyz789", "order_date": "xyz789", - "order_status_change_date": "xyz789", + "order_status_change_date": "abc123", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "xyz789", + "shipping_method": "abc123", "status": "abc123", - "token": "xyz789", + "token": "abc123", "total": OrderTotal } } @@ -4326,17 +4372,17 @@
Response
"customer_info": OrderCustomerInfo, "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, "id": "4", "invoices": [Invoice], - "is_virtual": false, + "is_virtual": true, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, "number": "abc123", "order_date": "abc123", - "order_status_change_date": "abc123", + "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, @@ -4416,7 +4462,7 @@
Variables
Response
-
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": false}}}
 
@@ -4479,12 +4525,12 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
Response
-
{"data": {"isCompanyEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
 
@@ -4552,7 +4598,7 @@
Variables
Response
-
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
+                  
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": false}}}
 
@@ -4620,7 +4666,7 @@
Variables
Response
-
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
 
@@ -4755,8 +4801,8 @@
Response
"data": { "navigation": [ { - "slug": "abc123", - "name": "abc123", + "slug": "xyz789", + "name": "xyz789", "children": [CategoryNavigationView] } ] @@ -4882,12 +4928,12 @@
Response
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", + "created_at": "xyz789", "custom_attributes": [CustomAttribute], "email": "abc123", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "name": "abc123", "order": CustomerOrder, @@ -4899,10 +4945,10 @@
Response
], "status": "SUBMITTED", "template_id": 4, - "template_name": "xyz789", + "template_name": "abc123", "total_quantity": 987.65, - "uid": 4, - "updated_at": "abc123" + "uid": "4", + "updated_at": "xyz789" } } } @@ -5007,7 +5053,7 @@
Query
Variables
-
{"templateId": "4"}
+                  
{"templateId": 4}
 
@@ -5022,7 +5068,7 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 987, @@ -5032,14 +5078,14 @@
Response
"reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", - "total_quantity": 123.45, - "uid": 4, + "template_id": 4, + "total_quantity": 987.65, + "uid": "4", "updated_at": "xyz789" } } @@ -5158,7 +5204,7 @@
Response
"items": [NegotiableQuoteTemplateGridItem], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 123 + "total_count": 987 } } } @@ -5276,7 +5322,7 @@
Response
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 123 + "total_count": 987 } } } @@ -5536,7 +5582,7 @@
Variables
"current_page": 1, "filter": [SearchClauseInput], "page_size": 20, - "phrase": "abc123", + "phrase": "xyz789", "sort": [ProductSearchSortInput] }
@@ -5550,8 +5596,8 @@
Response
"items": [ProductSearchItem], "page_info": SearchResultPageInfo, "related_terms": ["xyz789"], - "suggestions": ["xyz789"], - "total_count": 123, + "suggestions": ["abc123"], + "total_count": 987, "warnings": [ProductSearchWarning] } } @@ -5641,6 +5687,9 @@
Query
links { ...ProductViewLinkFragment } + categories { + ...CategoryProductViewFragment + } queryType visibility } @@ -5649,7 +5698,7 @@
Query
Variables
-
{"skus": ["abc123"]}
+                  
{"skus": ["xyz789"]}
 
@@ -5658,28 +5707,29 @@
Response
"data": { "products": [ { - "addToCartAllowed": true, + "addToCartAllowed": false, "inStock": true, "lowStock": true, "attributes": [ProductViewAttribute], - "description": "xyz789", + "description": "abc123", "id": 4, "images": [ProductViewImage], "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", - "metaDescription": "xyz789", + "metaDescription": "abc123", "metaKeyword": "abc123", "metaTitle": "abc123", - "name": "xyz789", + "name": "abc123", "shortDescription": "xyz789", "inputOptions": [ProductViewInputOption], - "sku": "abc123", + "sku": "xyz789", "externalId": "xyz789", "url": "abc123", "urlKey": "abc123", "links": [ProductViewLink], + "categories": [CategoryProductView], "queryType": "xyz789", - "visibility": "abc123" + "visibility": "xyz789" } ] } @@ -5750,7 +5800,7 @@
Response
"data": { "recaptchaFormConfig": { "configurations": ReCaptchaConfiguration, - "is_enabled": true + "is_enabled": false } } } @@ -5813,7 +5863,7 @@
Response
"language_code": "abc123", "minimum_score": 123.45, "theme": "abc123", - "website_key": "xyz789" + "website_key": "abc123" } } } @@ -5934,7 +5984,7 @@
Query
Variables
{
-  "cartSkus": ["xyz789"],
+  "cartSkus": ["abc123"],
   "category": "xyz789",
   "currentSku": "xyz789",
   "pageType": "CMS",
@@ -6047,7 +6097,7 @@ 
Query
Variables
{
-  "unitIds": ["xyz789"],
+  "unitIds": ["abc123"],
   "currentSku": "abc123",
   "userPurchaseHistory": [PurchaseHistory],
   "userViewHistory": [ViewHistory],
@@ -6061,7 +6111,7 @@ 
Response
"data": { "recommendationsByUnitIds": { "results": [RecommendationUnit], - "totalResults": 987 + "totalResults": 123 } } } @@ -6155,6 +6205,9 @@
Query
links { ...ProductViewLinkFragment } + categories { + ...CategoryProductViewFragment + } queryType visibility } @@ -6165,7 +6218,7 @@
Query
Variables
{
   "optionIds": ["abc123"],
-  "sku": "abc123"
+  "sku": "xyz789"
 }
 
@@ -6176,25 +6229,26 @@
Response
"refineProduct": { "addToCartAllowed": true, "inStock": true, - "lowStock": true, + "lowStock": false, "attributes": [ProductViewAttribute], - "description": "xyz789", + "description": "abc123", "id": "4", "images": [ProductViewImage], "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", - "metaDescription": "xyz789", + "metaDescription": "abc123", "metaKeyword": "abc123", "metaTitle": "xyz789", "name": "abc123", - "shortDescription": "xyz789", + "shortDescription": "abc123", "inputOptions": [ProductViewInputOption], - "sku": "abc123", + "sku": "xyz789", "externalId": "abc123", "url": "xyz789", - "urlKey": "abc123", + "urlKey": "xyz789", "links": [ProductViewLink], - "queryType": "abc123", + "categories": [CategoryProductView], + "queryType": "xyz789", "visibility": "xyz789" } } @@ -6390,141 +6444,141 @@
Response
"allow_gift_receipt": "abc123", "allow_gift_wrapping_on_order": "abc123", "allow_gift_wrapping_on_order_items": "abc123", - "allow_items": "xyz789", - "allow_order": "xyz789", + "allow_items": "abc123", + "allow_order": "abc123", "allow_printed_card": "xyz789", "autocomplete_on_storefront": false, "base_currency_code": "xyz789", - "base_link_url": "xyz789", + "base_link_url": "abc123", "base_media_url": "abc123", - "base_static_url": "abc123", - "base_url": "abc123", + "base_static_url": "xyz789", + "base_url": "xyz789", "cart_expires_in_days": 123, "cart_gift_wrapping": "abc123", - "cart_merge_preference": "abc123", + "cart_merge_preference": "xyz789", "cart_printed_card": "xyz789", - "cart_summary_display_quantity": 987, - "catalog_default_sort_by": "xyz789", + "cart_summary_display_quantity": 123, + "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": true, - "check_money_order_enabled": false, + "category_url_suffix": "xyz789", + "check_money_order_enable_for_specific_countries": 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": "abc123", - "check_money_order_new_order_status": "abc123", - "check_money_order_payment_from_specific_countries": "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": "abc123", - "check_money_order_sort_order": 987, - "check_money_order_title": "xyz789", + "check_money_order_sort_order": 123, + "check_money_order_title": "abc123", "company_credit_enabled": true, "company_enabled": false, "configurable_product_image": "ITSELF", - "configurable_thumbnail_source": "xyz789", + "configurable_thumbnail_source": "abc123", "contact_enabled": true, - "countries_with_required_region": "abc123", + "countries_with_required_region": "xyz789", "create_account_confirmation": true, - "customer_access_token_lifetime": 987.65, - "default_country": "xyz789", - "default_display_currency_code": "abc123", + "customer_access_token_lifetime": 123.45, + "default_country": "abc123", + "default_display_currency_code": "xyz789", "display_product_prices_in_catalog": 123, "display_shipping_prices": 123, "display_state_if_optional": false, - "enable_multiple_wishlists": "abc123", - "fixed_product_taxes_apply_tax_to_fpt": 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": 987, - "fixed_product_taxes_display_prices_in_sales_modules": 123, + "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": false, "fixed_product_taxes_include_fpt_in_subtotal": true, - "graphql_share_customer_group": true, - "grid_per_page": 123, - "grid_per_page_values": "abc123", + "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": false, - "is_default_store_group": true, + "is_default_store": true, + "is_default_store_group": false, "is_guest_checkout_enabled": false, - "is_negotiable_quote_active": true, - "is_one_page_checkout_enabled": true, + "is_negotiable_quote_active": false, + "is_one_page_checkout_enabled": false, "is_requisition_list_active": "abc123", - "list_mode": "xyz789", - "list_per_page": 987, - "list_per_page_values": "abc123", - "locale": "xyz789", - "magento_reward_general_is_enabled": "xyz789", - "magento_reward_general_is_enabled_on_front": "xyz789", + "list_mode": "abc123", + "list_per_page": 123, + "list_per_page_values": "xyz789", + "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": "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_order_limit": "xyz789", - "magento_reward_points_newsletter": "abc123", + "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_review": "xyz789", + "magento_reward_points_review": "abc123", "magento_reward_points_review_limit": "abc123", "magento_wishlist_general_is_enabled": "xyz789", "max_items_in_order_summary": 987, "maximum_number_of_wishlists": "abc123", "minicart_display": true, - "minicart_max_items": 987, + "minicart_max_items": 123, "minimum_password_length": "abc123", - "newsletter_enabled": true, + "newsletter_enabled": false, "optional_zip_countries": "xyz789", - "order_cancellation_enabled": false, + "order_cancellation_enabled": true, "order_cancellation_reasons": [CancellationReason], "orders_invoices_credit_memos_display_full_summary": false, - "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_grandtotal": true, + "orders_invoices_credit_memos_display_price": 987, + "orders_invoices_credit_memos_display_shipping_amount": 123, "orders_invoices_credit_memos_display_subtotal": 123, - "orders_invoices_credit_memos_display_zero_tax": false, + "orders_invoices_credit_memos_display_zero_tax": true, "printed_card_priceV2": Money, "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "product_url_suffix": "abc123", + "product_url_suffix": "xyz789", "quickorder_active": true, "quote_minimum_amount": 987.65, "quote_minimum_amount_message": "abc123", - "required_character_classes_number": "xyz789", + "required_character_classes_number": "abc123", "returns_enabled": "xyz789", "root_category_uid": "4", "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "sales_gift_wrapping": "xyz789", + "sales_gift_wrapping": "abc123", "sales_printed_card": "xyz789", - "secure_base_link_url": "xyz789", + "secure_base_link_url": "abc123", "secure_base_media_url": "xyz789", - "secure_base_static_url": "xyz789", - "secure_base_url": "abc123", - "share_active_segments": false, - "share_applied_cart_rule": false, + "secure_base_static_url": "abc123", + "secure_base_url": "xyz789", + "share_active_segments": true, + "share_applied_cart_rule": true, "shopping_cart_display_full_summary": false, - "shopping_cart_display_grand_total": false, + "shopping_cart_display_grand_total": true, "shopping_cart_display_price": 123, - "shopping_cart_display_shipping": 987, - "shopping_cart_display_subtotal": 123, + "shopping_cart_display_shipping": 123, + "shopping_cart_display_subtotal": 987, "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": "abc123", + "store_group_name": "xyz789", "store_name": "xyz789", - "store_sort_order": 123, - "timezone": "abc123", + "store_sort_order": 987, + "timezone": "xyz789", "title_separator": "xyz789", - "use_store_in_url": false, + "use_store_in_url": true, "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_payment_action": "abc123", + "zero_subtotal_enabled": false, + "zero_subtotal_new_order_status": "abc123", + "zero_subtotal_payment_action": "xyz789", "zero_subtotal_payment_from_specific_countries": "abc123", - "zero_subtotal_sort_order": 123, - "zero_subtotal_title": "xyz789" + "zero_subtotal_sort_order": 987, + "zero_subtotal_title": "abc123" } } } @@ -6618,8 +6672,8 @@
Query
Variables
{
   "sku": "xyz789",
-  "optionIds": ["abc123"],
-  "pageSize": 123,
+  "optionIds": ["xyz789"],
+  "pageSize": 987,
   "cursor": "xyz789"
 }
 
@@ -6699,7 +6753,7 @@
Variables
Response
-
{"data": {"acceptCompanyInvitation": {"success": false}}}
+                  
{"data": {"acceptCompanyInvitation": {"success": true}}}
 
@@ -6810,16 +6864,16 @@
Response
"acceptNegotiableQuoteTemplate": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", - "expiration_date": "xyz789", + "created_at": "abc123", + "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, + "is_min_max_qty_used": true, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 987, + "max_order_commitment": 123, "min_order_commitment": 123, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -6832,7 +6886,7 @@
Response
"status": "xyz789", "template_id": "4", "total_quantity": 123.45, - "uid": 4, + "uid": "4", "updated_at": "abc123" } } @@ -6986,7 +7040,7 @@
Query
Variables
{
-  "giftRegistryUid": "4",
+  "giftRegistryUid": 4,
   "registrants": [AddGiftRegistryRegistrantInput]
 }
 
@@ -7079,7 +7133,7 @@
Query
Variables
{
-  "cartId": "abc123",
+  "cartId": "xyz789",
   "cartItems": [CartItemInput]
 }
 
@@ -7171,9 +7225,9 @@
Response
"data": { "addProductsToCompareList": { "attributes": [ComparableAttribute], - "item_count": 987, + "item_count": 123, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -7332,7 +7386,7 @@
Query
Variables
{
-  "requisitionListUid": 4,
+  "requisitionListUid": "4",
   "requisitionListItems": [RequisitionListItemsInput]
 }
 
@@ -7675,10 +7729,7 @@
Query
Variables
-
{
-  "requisitionListUid": "4",
-  "requisitionListItemUids": [4]
-}
+                  
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
 
@@ -7921,10 +7972,7 @@
Query
Variables
-
{
-  "wishlistId": "4",
-  "wishlistItemIds": ["4"]
-}
+                  
{"wishlistId": "4", "wishlistItemIds": [4]}
 
@@ -7935,7 +7983,7 @@
Response
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": false, + "status": true, "wishlist": Wishlist } } @@ -8211,7 +8259,7 @@
Query
Variables
-
{"cartId": 4}
+                  
{"cartId": "4"}
 
@@ -8555,7 +8603,7 @@
Query
Variables
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -8573,19 +8621,19 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, - "is_virtual": true, + "id": "4", + "is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, "printed_card_included": true, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 123.45 + "total_quantity": 987.65 } } } @@ -8699,16 +8747,16 @@
Response
"cancelNegotiableQuoteTemplate": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 987, - "min_order_commitment": 987, - "name": "abc123", + "max_order_commitment": 123, + "min_order_commitment": 123, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -8720,9 +8768,9 @@
Response
], "status": "xyz789", "template_id": "4", - "total_quantity": 123.45, - "uid": 4, - "updated_at": "xyz789" + "total_quantity": 987.65, + "uid": "4", + "updated_at": "abc123" } } } @@ -9071,24 +9119,24 @@
Response
"companies": UserCompaniesOutput, "compare_list": CompareList, "confirmation_status": "ACCOUNT_CONFIRMED", - "created_at": "abc123", + "created_at": "xyz789", "custom_attributes": [AttributeValueInterface], "date_of_birth": "abc123", - "default_billing": "abc123", + "default_billing": "xyz789", "default_shipping": "abc123", - "email": "abc123", - "firstname": "xyz789", - "gender": 987, + "email": "xyz789", + "firstname": "abc123", + "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "id": 4, - "is_subscribed": true, + "id": "4", + "is_subscribed": false, "job_title": "xyz789", - "lastname": "xyz789", + "lastname": "abc123", "middlename": "xyz789", "orders": CustomerOrders, - "prefix": "abc123", + "prefix": "xyz789", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, @@ -9185,7 +9233,7 @@
Variables
Response
{
   "data": {
-    "clearCustomerCart": {"cart": Cart, "status": false}
+    "clearCustomerCart": {"cart": Cart, "status": true}
   }
 }
 
@@ -9510,7 +9558,7 @@
Response
{
   "data": {
     "confirmCancelOrder": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -9731,7 +9779,7 @@ 
Variables
Response
-
{"data": {"contactUs": {"status": false}}}
+                  
{"data": {"contactUs": {"status": true}}}
 
@@ -9817,7 +9865,7 @@
Query
Variables
{
   "sourceRequisitionListUid": "4",
-  "destinationRequisitionListUid": "4",
+  "destinationRequisitionListUid": 4,
   "requisitionListItem": CopyItemsBetweenRequisitionListsInput
 }
 
@@ -10296,9 +10344,9 @@
Response
"data": { "createCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": 4 + "uid": "4" } } } @@ -10398,26 +10446,26 @@
Response
{
   "data": {
     "createCustomerAddress": {
-      "city": "abc123",
-      "company": "xyz789",
+      "city": "xyz789",
+      "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
       "default_billing": false,
-      "default_shipping": false,
+      "default_shipping": true,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "abc123",
       "firstname": "xyz789",
-      "id": 987,
-      "lastname": "abc123",
+      "id": 123,
+      "lastname": "xyz789",
       "middlename": "xyz789",
       "postcode": "abc123",
       "prefix": "abc123",
       "region": CustomerAddressRegion,
       "region_id": 987,
       "street": ["xyz789"],
-      "suffix": "xyz789",
-      "telephone": "xyz789",
-      "uid": "4",
+      "suffix": "abc123",
+      "telephone": "abc123",
+      "uid": 4,
       "vat_id": "xyz789"
     }
   }
@@ -10708,10 +10756,10 @@ 
Response
"data": { "createPaymentOrder": { "amount": 123.45, - "currency_code": "xyz789", - "id": "abc123", - "mp_order_id": "xyz789", - "status": "xyz789" + "currency_code": "abc123", + "id": "xyz789", + "mp_order_id": "abc123", + "status": "abc123" } } } @@ -10803,10 +10851,10 @@
Response
"applies_to_roles": [CompanyRole], "approver_roles": [CompanyRole], "condition": PurchaseOrderApprovalRuleConditionInterface, - "created_at": "abc123", + "created_at": "xyz789", "created_by": "xyz789", - "description": "xyz789", - "name": "abc123", + "description": "abc123", + "name": "xyz789", "status": "ENABLED", "uid": "4", "updated_at": "xyz789" @@ -11035,7 +11083,7 @@
Response
{
   "data": {
     "createVaultCardSetupToken": {
-      "setup_token": "xyz789"
+      "setup_token": "abc123"
     }
   }
 }
@@ -11170,7 +11218,7 @@ 
Query
Variables
-
{"id": 4}
+                  
{"id": "4"}
 
@@ -11306,7 +11354,7 @@
Query
Variables
-
{"id": 4}
+                  
{"id": "4"}
 
@@ -11373,12 +11421,12 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
Response
-
{"data": {"deleteCompareList": {"result": true}}}
+                  
{"data": {"deleteCompareList": {"result": false}}}
 
@@ -11486,7 +11534,7 @@
Query
Variables
-
{"id": 987}
+                  
{"id": 123}
 
@@ -11551,12 +11599,12 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
Response
-
{"data": {"deleteCustomerAddressV2": true}}
+                  
{"data": {"deleteCustomerAddressV2": false}}
 
@@ -11774,7 +11822,7 @@
Query
Variables
-
{"public_hash": "abc123"}
+                  
{"public_hash": "xyz789"}
 
@@ -11783,7 +11831,7 @@
Response
"data": { "deletePaymentToken": { "customerPaymentTokens": CustomerPaymentTokens, - "result": false + "result": true } } } @@ -11936,7 +11984,7 @@
Response
"data": { "deleteRequisitionList": { "requisition_lists": RequisitionLists, - "status": false + "status": true } } } @@ -12016,7 +12064,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "requisitionListItemUids": ["4"]
 }
 
@@ -12094,7 +12142,7 @@
Query
Variables
-
{"wishlistId": 4}
+                  
{"wishlistId": "4"}
 
@@ -12102,7 +12150,7 @@
Response
{
   "data": {
     "deleteWishlist": {
-      "status": false,
+      "status": true,
       "wishlists": [Wishlist]
     }
   }
@@ -12272,8 +12320,8 @@ 
Response
"available": true, "carrier_code": "abc123", "carrier_title": "abc123", - "error_message": "xyz789", - "method_code": "xyz789", + "error_message": "abc123", + "method_code": "abc123", "method_title": "xyz789", "price_excl_tax": Money, "price_incl_tax": Money @@ -12423,7 +12471,7 @@
Response
"data": { "exchangeExternalCustomerToken": { "customer": Customer, - "token": "abc123" + "token": "xyz789" } } } @@ -12511,7 +12559,7 @@
Response
{
   "data": {
     "exchangeOtpForCustomerToken": {
-      "token": "abc123"
+      "token": "xyz789"
     }
   }
 }
@@ -12581,7 +12629,7 @@ 
Response
"finishUpload": { "key": "abc123", "message": "abc123", - "success": false + "success": true } } } @@ -12660,7 +12708,7 @@
Query
Variables
{
   "email": "abc123",
-  "password": "abc123"
+  "password": "xyz789"
 }
 
@@ -12812,13 +12860,7 @@
Variables
Response
-
{
-  "data": {
-    "generateNegotiableQuoteFromTemplate": {
-      "negotiable_quote_uid": "4"
-    }
-  }
-}
+                  
{"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
 
@@ -12885,7 +12927,7 @@
Response
"initiateUpload": { "expires_at": "abc123", "key": "abc123", - "upload_url": "xyz789" + "upload_url": "abc123" } } } @@ -13013,7 +13055,7 @@
Query
Variables
{
-  "source_cart_id": "xyz789",
+  "source_cart_id": "abc123",
   "destination_cart_id": "xyz789"
 }
 
@@ -13035,17 +13077,17 @@
Response
"custom_attributes": [CustomAttribute], "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, "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 + "total_quantity": 987.65 } } } @@ -13140,7 +13182,7 @@
Response
"data": { "moveCartItemsToGiftRegistry": { "gift_registry": GiftRegistry, - "status": true, + "status": false, "user_errors": [GiftRegistryItemsUserError] } } @@ -13233,7 +13275,7 @@
Query
Variables
{
   "sourceRequisitionListUid": "4",
-  "destinationRequisitionListUid": 4,
+  "destinationRequisitionListUid": "4",
   "requisitionListItem": MoveItemsBetweenRequisitionListsInput
 }
 
@@ -13414,7 +13456,7 @@
Query
Variables
{
   "sourceWishlistUid": 4,
-  "destinationWishlistUid": 4,
+  "destinationWishlistUid": "4",
   "wishlistItems": [WishlistItemMoveInput]
 }
 
@@ -13545,23 +13587,23 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": true, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 123, - "min_order_commitment": 123, + "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": 4, - "total_quantity": 123.45, + "template_id": "4", + "total_quantity": 987.65, "uid": 4, "updated_at": "xyz789" } @@ -14025,8 +14067,8 @@
Response
"data": { "redeemGiftCardBalanceAsStoreCredit": { "balance": Money, - "code": "abc123", - "expiration_date": "abc123" + "code": "xyz789", + "expiration_date": "xyz789" } } } @@ -14459,10 +14501,7 @@
Query
Variables
-
{
-  "giftRegistryUid": "4",
-  "itemsUid": ["4"]
-}
+                  
{"giftRegistryUid": 4, "itemsUid": ["4"]}
 
@@ -14550,7 +14589,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "registrantsUid": ["4"]
 }
 
@@ -14819,13 +14858,13 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "xyz789", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, - "is_virtual": false, + "is_min_max_qty_used": true, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 987, + "max_order_commitment": 123, "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], @@ -14833,15 +14872,15 @@
Response
"reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", + "status": "abc123", "template_id": "4", "total_quantity": 987.65, "uid": 4, - "updated_at": "xyz789" + "updated_at": "abc123" } } } @@ -14924,7 +14963,7 @@
Response
"attributes": [ComparableAttribute], "item_count": 123, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -15006,7 +15045,10 @@
Query
Variables
-
{"wishlistId": 4, "wishlistItemsIds": ["4"]}
+                  
{
+  "wishlistId": "4",
+  "wishlistItemsIds": ["4"]
+}
 
@@ -15723,7 +15765,7 @@
Response
"is_min_max_qty_used": true, "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 987, + "max_order_commitment": 123, "min_order_commitment": 123, "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], @@ -15737,9 +15779,9 @@
Response
], "status": "abc123", "template_id": 4, - "total_quantity": 987.65, - "uid": "4", - "updated_at": "abc123" + "total_quantity": 123.45, + "uid": 4, + "updated_at": "xyz789" } } } @@ -15807,7 +15849,7 @@
Variables
Response
-
{"data": {"requestPasswordResetEmail": true}}
+                  
{"data": {"requestPasswordResetEmail": false}}
 
@@ -15946,12 +15988,12 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
Response
-
{"data": {"resendConfirmationEmail": true}}
+                  
{"data": {"resendConfirmationEmail": false}}
 
@@ -16032,15 +16074,15 @@
Query
Variables
{
-  "email": "xyz789",
-  "resetPasswordToken": "abc123",
-  "newPassword": "xyz789"
+  "email": "abc123",
+  "resetPasswordToken": "xyz789",
+  "newPassword": "abc123"
 }
 
Response
-
{"data": {"resetPassword": true}}
+                  
{"data": {"resetPassword": false}}
 
@@ -16083,7 +16125,7 @@
Query
Response
-
{"data": {"revokeCustomerToken": {"result": true}}}
+                  
{"data": {"revokeCustomerToken": {"result": false}}}
 
@@ -16290,7 +16332,7 @@
Query
Variables
-
{"cartId": "abc123"}
+                  
{"cartId": "xyz789"}
 
@@ -16298,7 +16340,7 @@
Response
{
   "data": {
     "setCartAsInactive": {
-      "error": "xyz789",
+      "error": "abc123",
       "success": false
     }
   }
@@ -17518,10 +17560,10 @@ 
Response
"expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, + "is_min_max_qty_used": true, "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], @@ -17535,9 +17577,9 @@
Response
], "status": "abc123", "template_id": "4", - "total_quantity": 987.65, + "total_quantity": 123.45, "uid": 4, - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -17724,12 +17766,12 @@
Response
"expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, - "is_virtual": false, + "is_min_max_qty_used": true, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 987, - "min_order_commitment": 987, - "name": "abc123", + "min_order_commitment": 123, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -17858,15 +17900,15 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "xyz789", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "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": 123, - "name": "abc123", + "min_order_commitment": 987, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -17877,8 +17919,8 @@
Response
NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": "4", - "total_quantity": 123.45, + "template_id": 4, + "total_quantity": 987.65, "uid": 4, "updated_at": "xyz789" } @@ -18104,7 +18146,7 @@
Query
Variables
{
-  "giftRegistryUid": "4",
+  "giftRegistryUid": 4,
   "sender": ShareGiftRegistrySenderInput,
   "invitees": [ShareGiftRegistryInviteeInput]
 }
@@ -18112,7 +18154,7 @@ 
Variables
Response
-
{"data": {"shareGiftRegistry": {"is_shared": true}}}
+                  
{"data": {"shareGiftRegistry": {"is_shared": false}}}
 
@@ -18224,21 +18266,21 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "xyz789", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 987, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], @@ -18311,7 +18353,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -18925,26 +18967,26 @@
Response
{
   "data": {
     "updateCustomerAddress": {
-      "city": "abc123",
-      "company": "xyz789",
+      "city": "xyz789",
+      "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
-      "default_billing": true,
+      "default_billing": false,
       "default_shipping": true,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "xyz789",
       "firstname": "xyz789",
-      "id": 987,
+      "id": 123,
       "lastname": "xyz789",
       "middlename": "abc123",
       "postcode": "xyz789",
-      "prefix": "abc123",
+      "prefix": "xyz789",
       "region": CustomerAddressRegion,
       "region_id": 123,
       "street": ["xyz789"],
-      "suffix": "xyz789",
-      "telephone": "abc123",
-      "uid": 4,
+      "suffix": "abc123",
+      "telephone": "xyz789",
+      "uid": "4",
       "vat_id": "xyz789"
     }
   }
@@ -19063,7 +19105,7 @@ 
Response
"company": "xyz789", "country_code": "AF", "custom_attributesV2": [AttributeValueInterface], - "default_billing": false, + "default_billing": true, "default_shipping": true, "extension_attributes": [CustomerAddressAttribute], "fax": "xyz789", @@ -19071,15 +19113,15 @@
Response
"id": 123, "lastname": "xyz789", "middlename": "xyz789", - "postcode": "xyz789", + "postcode": "abc123", "prefix": "xyz789", "region": CustomerAddressRegion, - "region_id": 987, + "region_id": 123, "street": ["abc123"], "suffix": "xyz789", - "telephone": "abc123", - "uid": "4", - "vat_id": "abc123" + "telephone": "xyz789", + "uid": 4, + "vat_id": "xyz789" } } } @@ -19159,7 +19201,7 @@
Query
Variables
{
-  "email": "xyz789",
+  "email": "abc123",
   "password": "abc123"
 }
 
@@ -19312,7 +19354,7 @@
Query
Variables
{
-  "giftRegistryUid": "4",
+  "giftRegistryUid": 4,
   "giftRegistry": UpdateGiftRegistryInput
 }
 
@@ -19490,7 +19532,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "registrants": [UpdateGiftRegistryRegistrantInput]
 }
 
@@ -19733,7 +19775,7 @@
Query
Variables
{
-  "wishlistId": "4",
+  "wishlistId": 4,
   "wishlistItems": [WishlistItemUpdateInput]
 }
 
@@ -19836,12 +19878,12 @@
Response
"applies_to_roles": [CompanyRole], "approver_roles": [CompanyRole], "condition": PurchaseOrderApprovalRuleConditionInterface, - "created_at": "abc123", - "created_by": "xyz789", + "created_at": "xyz789", + "created_by": "abc123", "description": "abc123", - "name": "xyz789", + "name": "abc123", "status": "ENABLED", - "uid": 4, + "uid": "4", "updated_at": "abc123" } } @@ -19923,7 +19965,7 @@
Query
Variables
{
-  "requisitionListUid": 4,
+  "requisitionListUid": "4",
   "input": UpdateRequisitionListInput
 }
 
@@ -20013,7 +20055,7 @@
Query
Variables
{
-  "requisitionListUid": 4,
+  "requisitionListUid": "4",
   "requisitionListItems": [
     UpdateRequisitionListItemsInput
   ]
@@ -20114,7 +20156,7 @@ 
Query
Variables
{
   "wishlistId": 4,
-  "name": "abc123",
+  "name": "xyz789",
   "visibility": "PUBLIC"
 }
 
@@ -20124,7 +20166,7 @@
Response
{
   "data": {
     "updateWishlist": {
-      "name": "xyz789",
+      "name": "abc123",
       "uid": "4",
       "visibility": "PUBLIC"
     }
@@ -20437,8 +20479,8 @@ 
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "email": "xyz789", - "firstname": "abc123", + "email": "abc123", + "firstname": "xyz789", "lastname": "xyz789" }
@@ -20575,10 +20617,7 @@
Fields
Example
-
{
-  "products": ["4"],
-  "uid": "4"
-}
+                  
{"products": [4], "uid": "4"}
 
@@ -20763,7 +20802,7 @@
Fields
Example
{
   "comment": "xyz789",
-  "purchase_order_uid": 4
+  "purchase_order_uid": "4"
 }
 
@@ -20859,8 +20898,8 @@
Fields
Example
{
   "cart_id": "abc123",
-  "purchase_order_uid": "4",
-  "replace_existing_cart_items": false
+  "purchase_order_uid": 4,
+  "replace_existing_cart_items": true
 }
 
@@ -20907,7 +20946,7 @@
Fields
Example
{
-  "message": "abc123",
+  "message": "xyz789",
   "type": "OUT_OF_STOCK"
 }
 
@@ -21072,7 +21111,7 @@
Fields
Example
{
-  "comment_text": "xyz789",
+  "comment_text": "abc123",
   "return_uid": "4"
 }
 
@@ -21168,7 +21207,7 @@
Fields
Example
{
-  "carrier_uid": "4",
+  "carrier_uid": 4,
   "return_uid": "4",
   "tracking_number": "abc123"
 }
@@ -21273,7 +21312,7 @@ 
Example
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": false, + "status": true, "wishlist": Wishlist }
@@ -21331,9 +21370,9 @@
Fields
Example
{
-  "attribute": "xyz789",
+  "attribute": "abc123",
   "buckets": [Bucket],
-  "title": "abc123",
+  "title": "xyz789",
   "type": "INTELLIGENT"
 }
 
@@ -21467,10 +21506,10 @@
Example
"code": "xyz789", "is_visible": true, "payment_intent": "abc123", - "payment_source": "abc123", + "payment_source": "xyz789", "sdk_params": [SDKParams], "sort_order": "abc123", - "title": "xyz789" + "title": "abc123" }
@@ -21526,8 +21565,8 @@
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
-  "paypal_order_id": "xyz789"
+  "payments_order_id": "abc123",
+  "paypal_order_id": "abc123"
 }
 
@@ -21627,7 +21666,7 @@
Example
"applied_balance": Money, "code": "xyz789", "current_balance": Money, - "expiration_date": "xyz789" + "expiration_date": "abc123" }
@@ -21791,7 +21830,7 @@
Example
{
   "applied_balance": Money,
   "current_balance": Money,
-  "enabled": false
+  "enabled": true
 }
 
@@ -21840,8 +21879,8 @@
Fields
Example
{
-  "cart_id": "xyz789",
-  "coupon_code": "xyz789"
+  "cart_id": "abc123",
+  "coupon_code": "abc123"
 }
 
@@ -21985,7 +22024,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "coupon_codes": ["abc123"],
   "type": "APPEND"
 }
@@ -22037,7 +22076,7 @@ 
Fields
Example
{
   "cart_id": "abc123",
-  "gift_card_code": "xyz789"
+  "gift_card_code": "abc123"
 }
 
@@ -22125,7 +22164,7 @@
Fields
Example
{
   "applied_balance": Money,
-  "code": "abc123"
+  "code": "xyz789"
 }
 
@@ -22207,7 +22246,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -22294,7 +22333,7 @@
Fields
Example
-
{"radius": 123, "search_term": "xyz789"}
+                  
{"radius": 987, "search_term": "xyz789"}
 
@@ -22357,8 +22396,8 @@
Example
{
   "asset_image": ProductMediaGalleryEntriesAssetImage,
   "disabled": false,
-  "label": "abc123",
-  "position": 123,
+  "label": "xyz789",
+  "position": 987,
   "url": "xyz789"
 }
 
@@ -22422,10 +22461,10 @@
Fields
Example
{
   "asset_video": ProductMediaGalleryEntriesAssetVideo,
-  "disabled": true,
+  "disabled": false,
   "label": "abc123",
   "position": 123,
-  "url": "xyz789"
+  "url": "abc123"
 }
 
@@ -22471,7 +22510,7 @@
Fields
Example
-
{"compare_list": CompareList, "result": false}
+                  
{"compare_list": CompareList, "result": true}
 
@@ -22594,8 +22633,8 @@
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": 4,
-  "url": "xyz789",
+  "code": "4",
+  "url": "abc123",
   "value": "xyz789"
 }
 
@@ -22705,18 +22744,18 @@
Fields
Example
{
-  "is_comparable": true,
-  "is_filterable": false,
+  "is_comparable": false,
+  "is_filterable": true,
   "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": true,
-  "is_used_for_promo_rules": false,
-  "is_visible_in_advanced_search": true,
+  "is_used_for_customer_segment": false,
+  "is_used_for_price_rules": false,
+  "is_used_for_promo_rules": true,
+  "is_visible_in_advanced_search": false,
   "is_visible_on_front": true,
-  "is_wysiwyg_enabled": true,
-  "used_in_product_listing": false
+  "is_wysiwyg_enabled": false,
+  "used_in_product_listing": true
 }
 
@@ -22917,8 +22956,8 @@
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": "4",
-  "url": "abc123",
+  "code": 4,
+  "url": "xyz789",
   "value": "abc123"
 }
 
@@ -23011,7 +23050,7 @@
Fields
Example
-
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
@@ -23092,12 +23131,12 @@
Fields
Example
{
-  "code": "4",
-  "default_value": "abc123",
+  "code": 4,
+  "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "abc123",
+  "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
-  "is_required": false,
+  "is_required": true,
   "is_unique": false,
   "label": "xyz789",
   "options": [CustomAttributeOptionInterface]
@@ -23147,7 +23186,7 @@ 
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "type": "ENTITY_NOT_FOUND"
 }
 
@@ -23307,9 +23346,9 @@
Fields
Example
{
-  "is_default": false,
+  "is_default": true,
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -23352,8 +23391,8 @@
Fields
Example
{
-  "label": "abc123",
-  "value": "xyz789"
+  "label": "xyz789",
+  "value": "abc123"
 }
 
@@ -23413,7 +23452,7 @@
Possible Types
Example
{
-  "label": "xyz789",
+  "label": "abc123",
   "value": "xyz789"
 }
 
@@ -23464,7 +23503,7 @@
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": "4",
+  "code": 4,
   "selected_options": [AttributeSelectedOptionInterface]
 }
 
@@ -23513,9 +23552,9 @@
Fields
Example
{
-  "attribute_type": "xyz789",
-  "code": 4,
-  "value": "abc123"
+  "attribute_type": "abc123",
+  "code": "4",
+  "value": "xyz789"
 }
 
@@ -23570,9 +23609,9 @@
Fields
Example
{
-  "attribute_code": "abc123",
+  "attribute_code": "xyz789",
   "selected_options": [AttributeInputSelectedOption],
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -23790,7 +23829,7 @@
Fields
Example
-
{"code": "AFN", "symbol": "xyz789"}
+                  
{"code": "AFN", "symbol": "abc123"}
 
@@ -23847,7 +23886,7 @@
Fields
Example
{
   "code": "xyz789",
-  "is_deferred": false,
+  "is_deferred": true,
   "oope_payment_method_config": OopePaymentMethodConfig,
   "title": "xyz789"
 }
@@ -23938,11 +23977,11 @@ 
Example
{
   "additional_data": [ShippingAdditionalData],
   "amount": Money,
-  "available": false,
+  "available": true,
   "carrier_code": "abc123",
-  "carrier_title": "abc123",
+  "carrier_title": "xyz789",
   "error_message": "abc123",
-  "method_code": "xyz789",
+  "method_code": "abc123",
   "method_title": "abc123",
   "price_excl_tax": Money,
   "price_incl_tax": Money
@@ -24066,9 +24105,9 @@ 
Example
{
   "address": CartAddressInput,
   "customer_address_id": 123,
-  "customer_address_uid": 4,
-  "same_as_shipping": true,
-  "use_for_shipping": true
+  "customer_address_uid": "4",
+  "same_as_shipping": false,
+  "use_for_shipping": false
 }
 
@@ -24143,10 +24182,10 @@
Example
{
   "address_line_1": "abc123",
   "address_line_2": "xyz789",
-  "city": "xyz789",
-  "country_code": "xyz789",
+  "city": "abc123",
+  "country_code": "abc123",
   "postal_code": "xyz789",
-  "region": "abc123"
+  "region": "xyz789"
 }
 
@@ -24274,24 +24313,24 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "abc123",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": 4,
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "xyz789",
-  "id": 987,
-  "lastname": "abc123",
+  "id": 123,
+  "lastname": "xyz789",
   "middlename": "abc123",
-  "postcode": "abc123",
-  "prefix": "xyz789",
+  "postcode": "xyz789",
+  "prefix": "abc123",
   "region": CartAddressRegion,
   "street": ["abc123"],
-  "suffix": "abc123",
-  "telephone": "abc123",
-  "uid": "4",
-  "vat_id": "abc123"
+  "suffix": "xyz789",
+  "telephone": "xyz789",
+  "uid": 4,
+  "vat_id": "xyz789"
 }
 
@@ -24312,11 +24351,6 @@
Description
-
-
Example
-
true
-
-
back to top @@ -24375,10 +24409,10 @@
Fields
Example
{
-  "category_level": 987,
-  "category_name": "abc123",
+  "category_level": 123,
+  "category_name": "xyz789",
   "category_uid": "4",
-  "category_url_key": "xyz789",
+  "category_url_key": "abc123",
   "category_url_path": "xyz789"
 }
 
@@ -24600,8 +24634,8 @@
Example
"note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": "4" + "quantity": 123.45, + "uid": 4 }
@@ -24686,12 +24720,12 @@
Example
"bundle_options": [ItemSelectedBundleOption], "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 + "quantity_refunded": 987.65 }
@@ -24781,7 +24815,7 @@
Example
"product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", - "quantity_invoiced": 123.45 + "quantity_invoiced": 987.65 }
@@ -24859,7 +24893,7 @@
Fields
Example
{
   "options": [BundleItemOption],
-  "position": 987,
+  "position": 123,
   "price_range": PriceRange,
   "required": true,
   "sku": "abc123",
@@ -24950,12 +24984,12 @@ 
Example
"can_change_quantity": true, "is_default": false, "label": "abc123", - "position": 123, - "price": 987.65, + "position": 987, + "price": 123.45, "price_type": "FIXED", "product": ProductInterface, - "quantity": 123.45, - "uid": 4 + "quantity": 987.65, + "uid": "4" }
@@ -25126,7 +25160,7 @@
Example
"gift_message": GiftMessage, "gift_wrapping": GiftWrapping, "id": "4", - "parent_sku": "xyz789", + "parent_sku": "abc123", "prices": OrderItemPrices, "product": ProductInterface, "product_name": "abc123", @@ -25137,10 +25171,10 @@
Example
"quantity_canceled": 123.45, "quantity_invoiced": 123.45, "quantity_ordered": 987.65, - "quantity_refunded": 123.45, + "quantity_refunded": 987.65, "quantity_return_requested": 987.65, "quantity_returned": 123.45, - "quantity_shipped": 123.45, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], "status": "abc123" } @@ -25439,33 +25473,33 @@
Example
"custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, "dynamic_price": false, - "dynamic_sku": false, + "dynamic_sku": true, "dynamic_weight": true, - "gift_message_available": false, - "gift_wrapping_available": false, + "gift_message_available": true, + "gift_wrapping_available": true, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "abc123", + "is_returnable": "xyz789", "items": [BundleItem], - "manufacturer": 123, + "manufacturer": 987, "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], - "meta_description": "xyz789", - "meta_keyword": "abc123", + "meta_description": "abc123", + "meta_keyword": "xyz789", "meta_title": "xyz789", - "min_sale_qty": 123.45, - "name": "xyz789", + "min_sale_qty": 987.65, + "name": "abc123", "new_from_date": "abc123", - "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "new_to_date": "xyz789", + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "options_container": "xyz789", + "options_container": "abc123", "price_details": PriceDetails, "price_range": PriceRange, "price_tiers": [TierPrice], "price_view": "PRICE_RANGE", "product_links": [ProductLinksInterface], - "quantity": 987.65, + "quantity": 123.45, "related_products": [ProductInterface], "ship_bundle_items": "TOGETHER", "short_description": ComplexTextValue, @@ -25474,11 +25508,11 @@
Example
"special_price": 987.65, "special_to_date": "abc123", "stock_status": "IN_STOCK", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, - "uid": "4", + "uid": 4, "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "weight": 123.45 }
@@ -25544,7 +25578,7 @@
Example
"bundle_options": [SelectedBundleOption], "customizable_options": [SelectedCustomizableOption], "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "uid": "4" }
@@ -25618,11 +25652,11 @@
Fields
Example
{
   "bundle_options": [ItemSelectedBundleOption],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "quantity_shipped": 123.45
 }
 
@@ -25696,13 +25730,13 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -25770,13 +25804,13 @@
Fields
Example
{
-  "color": "abc123",
-  "height": 123,
-  "label": "abc123",
+  "color": "xyz789",
+  "height": 987,
+  "label": "xyz789",
   "layout": "abc123",
-  "shape": "abc123",
+  "shape": "xyz789",
   "tagline": false,
-  "use_default_height": true
+  "use_default_height": false
 }
 
@@ -25826,7 +25860,7 @@
Fields
Example
{
   "cancellation_comment": "abc123",
-  "template_id": "4"
+  "template_id": 4
 }
 
@@ -25870,7 +25904,7 @@
Fields
Example
{
   "code": "ORDER_CANCELLATION_DISABLED",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
@@ -25991,7 +26025,10 @@
Fields
Example
-
{"order_id": 4, "reason": "abc123"}
+                  
{
+  "order_id": "4",
+  "reason": "xyz789"
+}
 
@@ -26141,7 +26178,7 @@
Fields
Example
{
   "bin_details": CardBin,
-  "card_expiry_month": "abc123",
+  "card_expiry_month": "xyz789",
   "card_expiry_year": "xyz789",
   "last_digits": "abc123",
   "name": "abc123"
@@ -26458,13 +26495,13 @@ 
Example
"custom_attributes": [CustomAttribute], "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": 4, - "is_virtual": true, + "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], @@ -26516,7 +26553,7 @@
Fields
Example
{
   "code": "xyz789",
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -26655,22 +26692,22 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "abc123",
   "country_code": "abc123",
   "custom_attributes": [AttributeValueInput],
   "fax": "abc123",
   "firstname": "abc123",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "middlename": "abc123",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "prefix": "abc123",
-  "region": "xyz789",
-  "region_id": 987,
+  "region": "abc123",
+  "region_id": 123,
   "save_in_address_book": true,
-  "street": ["xyz789"],
+  "street": ["abc123"],
   "suffix": "xyz789",
-  "telephone": "abc123",
+  "telephone": "xyz789",
   "vat_id": "abc123"
 }
 
@@ -26817,24 +26854,24 @@
Possible Types
Example
{
-  "city": "abc123",
-  "company": "xyz789",
+  "city": "xyz789",
+  "company": "abc123",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": "4",
-  "fax": "abc123",
+  "fax": "xyz789",
   "firstname": "xyz789",
-  "id": 123,
+  "id": 987,
   "lastname": "xyz789",
   "middlename": "abc123",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "prefix": "xyz789",
   "region": CartAddressRegion,
   "street": ["abc123"],
   "suffix": "abc123",
-  "telephone": "xyz789",
-  "uid": 4,
-  "vat_id": "abc123"
+  "telephone": "abc123",
+  "uid": "4",
+  "vat_id": "xyz789"
 }
 
@@ -26886,8 +26923,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "label": "xyz789",
+  "code": "abc123",
+  "label": "abc123",
   "region_id": 123
 }
 
@@ -27082,7 +27119,7 @@
Fields
Example
-
{"code": "UNDEFINED", "message": "abc123"}
+                  
{"code": "UNDEFINED", "message": "xyz789"}
 
@@ -27201,8 +27238,8 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
-  "quantity": 987.65,
+  "parent_sku": "xyz789",
+  "quantity": 123.45,
   "selected_options": [4],
   "sku": "xyz789"
 }
@@ -27353,15 +27390,15 @@ 
Example
"discount": [Discount], "errors": [CartItemError], "is_available": false, - "max_qty": 123.45, + "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": 123.45, - "uid": "4" + "quantity": 987.65, + "uid": 4 }
@@ -27638,7 +27675,7 @@
Example
{
   "items": [CartItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -28178,26 +28215,26 @@
Example
"code": "4", "default_value": "abc123", "entity_type": "CATALOG_PRODUCT", - "frontend_class": "xyz789", + "frontend_class": "abc123", "frontend_input": "BOOLEAN", "is_comparable": false, - "is_filterable": false, - "is_filterable_in_search": true, - "is_html_allowed_on_front": false, + "is_filterable": true, + "is_filterable_in_search": false, + "is_html_allowed_on_front": true, "is_required": true, - "is_searchable": true, - "is_unique": false, - "is_used_for_price_rules": true, - "is_used_for_promo_rules": false, - "is_visible_in_advanced_search": false, - "is_visible_on_front": true, - "is_wysiwyg_enabled": false, + "is_searchable": false, + "is_unique": true, + "is_used_for_price_rules": false, + "is_used_for_promo_rules": true, + "is_visible_in_advanced_search": true, + "is_visible_on_front": false, + "is_wysiwyg_enabled": true, "label": "abc123", "options": [CustomAttributeOptionInterface], "swatch_input_type": "BOOLEAN", "update_product_preview_image": true, - "use_product_image_for_swatch": false, - "used_in_product_listing": true + "use_product_image_for_swatch": true, + "used_in_product_listing": false }
@@ -28513,24 +28550,24 @@
Example
"custom_layout_update_file": "xyz789", "default_sort_by": "abc123", "description": "xyz789", - "display_mode": "xyz789", - "filter_price_range": 123.45, - "image": "abc123", - "include_in_menu": 987, + "display_mode": "abc123", + "filter_price_range": 987.65, + "image": "xyz789", + "include_in_menu": 123, "is_anchor": 123, - "landing_page": 123, - "level": 987, + "landing_page": 987, + "level": 123, "meta_description": "xyz789", - "meta_keywords": "xyz789", - "meta_title": "abc123", - "name": "abc123", + "meta_keywords": "abc123", + "meta_title": "xyz789", + "name": "xyz789", "path": "abc123", "path_in_store": "xyz789", "position": 987, "product_count": 987, "uid": "4", "url_key": "xyz789", - "url_path": "abc123" + "url_path": "xyz789" }
@@ -28582,9 +28619,69 @@
Fields
Example
{
   "slug": "abc123",
-  "name": "abc123",
+  "name": "xyz789",
   "children": [CategoryNavigationView]
 }
+
+ + + back to top + +
+
+
+ Types +
+

CategoryProductView

+
+
+
+
Description
+

Defines the category fields available to the ProductView.

+
+
+
Fields
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Field NameDescription
name - String! + The name of the category.
slug - String! + The slug of the category.
level - Int! + The level of the category.
parents - [CategoryProductView!] + The parents of the category.
+
+
+
+
+
Example
+
{
+  "name": "xyz789",
+  "slug": "abc123",
+  "level": 987,
+  "parents": [CategoryProductView]
+}
 
@@ -28759,25 +28856,25 @@
Example
{
   "available_sort_by": ["xyz789"],
   "breadcrumbs": [Breadcrumb],
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "children_count": "abc123",
-  "custom_layout_update_file": "abc123",
+  "custom_layout_update_file": "xyz789",
   "default_sort_by": "xyz789",
   "description": "xyz789",
   "display_mode": "abc123",
   "filter_price_range": 123.45,
-  "image": "xyz789",
+  "image": "abc123",
   "include_in_menu": 987,
-  "is_anchor": 987,
+  "is_anchor": 123,
   "landing_page": 987,
-  "level": 987,
+  "level": 123,
   "meta_description": "xyz789",
   "meta_keywords": "abc123",
   "meta_title": "xyz789",
   "name": "xyz789",
   "path": "xyz789",
-  "path_in_store": "abc123",
-  "position": 123,
+  "path_in_store": "xyz789",
+  "position": 987,
   "product_count": 123,
   "uid": 4,
   "url_key": "xyz789",
@@ -28844,9 +28941,9 @@ 
Fields
Example
{
-  "slug": "abc123",
+  "slug": "xyz789",
   "name": "xyz789",
-  "level": 987,
+  "level": 123,
   "parentSlug": "abc123",
   "childrenSlugs": ["xyz789"]
 }
@@ -28969,17 +29066,17 @@ 
Example
{
   "availableSortBy": ["xyz789"],
   "children": ["abc123"],
-  "defaultSortBy": "abc123",
-  "id": "4",
+  "defaultSortBy": "xyz789",
+  "id": 4,
   "level": 987,
   "name": "abc123",
-  "parentId": "xyz789",
+  "parentId": "abc123",
   "path": "xyz789",
-  "roles": ["abc123"],
-  "urlKey": "abc123",
-  "urlPath": "xyz789",
-  "count": 123,
-  "title": "xyz789"
+  "roles": ["xyz789"],
+  "urlKey": "xyz789",
+  "urlPath": "abc123",
+  "count": 987,
+  "title": "abc123"
 }
 
@@ -29085,13 +29182,13 @@
Possible Types
Example
{
   "availableSortBy": ["abc123"],
-  "defaultSortBy": "xyz789",
+  "defaultSortBy": "abc123",
   "id": 4,
-  "level": 987,
+  "level": 123,
   "name": "abc123",
-  "path": "xyz789",
+  "path": "abc123",
   "roles": ["xyz789"],
-  "urlKey": "abc123",
+  "urlKey": "xyz789",
   "urlPath": "xyz789"
 }
 
@@ -29107,6 +29204,10 @@
Example

CategoryViewV2

+
+
Description
+

Defines a category with essential identifying fields.

+
Fields
@@ -29120,14 +29221,12 @@
Fields
- + - +
slug - String! - The slug of the category.
name - String! - The name of the category.
@@ -29146,6 +29245,11 @@
Possible Types

CategoryNavigationView

+ + +

CategoryProductView

+ +

CategoryTreeView

@@ -29160,7 +29264,7 @@
Possible Types
Example
{
   "slug": "xyz789",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -29232,13 +29336,13 @@
Fields
Example
{
-  "agreement_id": 123,
+  "agreement_id": 987,
   "checkbox_text": "xyz789",
   "content": "abc123",
-  "content_height": "abc123",
-  "is_html": true,
+  "content_height": "xyz789",
+  "is_html": false,
   "mode": "AUTO",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -29338,8 +29442,8 @@
Fields
Example
{
   "code": "REORDER_NOT_AVAILABLE",
-  "message": "abc123",
-  "path": ["xyz789"]
+  "message": "xyz789",
+  "path": ["abc123"]
 }
 
@@ -29451,7 +29555,7 @@
Fields
Example
-
{"cart": Cart, "status": true}
+                  
{"cart": Cart, "status": false}
 
@@ -29625,7 +29729,7 @@
Fields
Example
-
{"quote_uids": ["4"]}
+                  
{"quote_uids": [4]}
 
@@ -29747,6 +29851,46 @@
Fields
Example
{"value": "xyz789"}
+
+
+
+ back to top +
+
+
+
+ Types +
+

CommerceOptimizerContext

+
+
+
+
Description
+

Commerce Optimizer entities

+
+
+
Fields
+ + + + + + + + + + + + + +
Field NameDescription
priceBookId - ID! + The priceBookId for current customer session.
+
+
+
+
+
Example
+
{"priceBookId": 4}
 
@@ -30116,12 +30260,12 @@
Example
"credit": CompanyCredit, "credit_history": CompanyCreditHistory, "custom_attributes": [CustomAttribute], - "email": "abc123", - "id": "4", + "email": "xyz789", + "id": 4, "legal_address": CompanyLegalAddress, "legal_name": "xyz789", - "name": "xyz789", - "payment_methods": ["abc123"], + "name": "abc123", + "payment_methods": ["xyz789"], "reseller_id": "xyz789", "role": CompanyRole, "roles": CompanyRoles, @@ -30131,7 +30275,7 @@
Example
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "xyz789" + "vat_tax_id": "abc123" }
@@ -30189,7 +30333,7 @@
Fields
Example
{
   "children": [CompanyAclResource],
-  "id": "4",
+  "id": 4,
   "sort_order": 123,
   "text": "xyz789"
 }
@@ -30271,11 +30415,11 @@ 
Fields
Example
{
   "custom_attributes": [AttributeValueInput],
-  "email": "abc123",
-  "firstname": "xyz789",
+  "email": "xyz789",
+  "firstname": "abc123",
   "gender": 123,
-  "job_title": "xyz789",
-  "lastname": "xyz789",
+  "job_title": "abc123",
+  "lastname": "abc123",
   "telephone": "abc123"
 }
 
@@ -30325,7 +30469,7 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "title": "abc123"
 }
 
@@ -30384,8 +30528,8 @@
Fields
Example
{
   "id": 4,
-  "legal_name": "abc123",
-  "name": "abc123",
+  "legal_name": "xyz789",
+  "name": "xyz789",
   "status": "PENDING"
 }
 
@@ -30466,11 +30610,11 @@
Fields
Example
{
   "company_admin": CompanyAdminInput,
-  "company_email": "xyz789",
+  "company_email": "abc123",
   "company_name": "abc123",
   "legal_address": CompanyLegalAddressCreateInput,
-  "legal_name": "abc123",
-  "reseller_id": "abc123",
+  "legal_name": "xyz789",
+  "reseller_id": "xyz789",
   "vat_tax_id": "abc123"
 }
 
@@ -30530,7 +30674,7 @@
Example
{
   "available_credit": Money,
   "credit_limit": Money,
-  "exceed_limit": true,
+  "exceed_limit": false,
   "outstanding_balance": Money
 }
 
@@ -30585,7 +30729,7 @@
Example
{
   "items": [CompanyCreditOperation],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -30640,7 +30784,7 @@
Fields
Example
{
-  "custom_reference_number": "abc123",
+  "custom_reference_number": "xyz789",
   "operation_type": "ALLOCATION",
   "updated_by": "xyz789"
 }
@@ -30712,7 +30856,7 @@ 
Example
"amount": Money, "balance": CompanyCredit, "custom_reference_number": "xyz789", - "date": "xyz789", + "date": "abc123", "type": "ALLOCATION", "updated_by": CompanyCreditOperationUser } @@ -30833,7 +30977,7 @@
Fields
Example
-
{"name": "abc123", "type": "CUSTOMER"}
+                  
{"name": "xyz789", "type": "CUSTOMER"}
 
@@ -30933,7 +31077,7 @@
Fields
Example
{
   "code": "xyz789",
-  "role_id": 4,
+  "role_id": "4",
   "user": CompanyInvitationUserInput
 }
 
@@ -30975,7 +31119,7 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
@@ -31041,11 +31185,11 @@
Fields
Example
{
-  "company_id": 4,
-  "customer_id": "4",
-  "job_title": "xyz789",
+  "company_id": "4",
+  "customer_id": 4,
+  "job_title": "abc123",
   "status": "ACTIVE",
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -31114,10 +31258,10 @@
Example
{
   "city": "abc123",
   "country_code": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegion,
   "street": ["abc123"],
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -31192,7 +31336,7 @@
Example
{
   "city": "xyz789",
   "country_id": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["abc123"],
   "telephone": "abc123"
@@ -31270,10 +31414,10 @@ 
Example
{
   "city": "xyz789",
   "country_id": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput,
-  "street": ["abc123"],
-  "telephone": "abc123"
+  "street": ["xyz789"],
+  "telephone": "xyz789"
 }
 
@@ -31330,10 +31474,10 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "name": "xyz789",
   "permissions": [CompanyAclResource],
-  "users_count": 123
+  "users_count": 987
 }
 
@@ -31382,7 +31526,7 @@
Fields
Example
{
-  "name": "abc123",
+  "name": "xyz789",
   "permissions": ["xyz789"]
 }
 
@@ -31439,7 +31583,7 @@
Fields
Example
{
   "id": 4,
-  "name": "xyz789",
+  "name": "abc123",
   "permissions": ["abc123"]
 }
 
@@ -31494,7 +31638,7 @@
Example
{
   "items": [CompanyRole],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -31547,8 +31691,8 @@
Fields
Example
{
   "email": "xyz789",
-  "firstname": "abc123",
-  "lastname": "xyz789"
+  "firstname": "xyz789",
+  "lastname": "abc123"
 }
 
@@ -31741,7 +31885,7 @@
Example
{
   "entity": CompanyTeam,
   "id": "4",
-  "parent_id": 4
+  "parent_id": "4"
 }
 
@@ -31789,7 +31933,10 @@
Fields
Example
-
{"parent_tree_id": "4", "tree_id": 4}
+                  
{
+  "parent_tree_id": "4",
+  "tree_id": "4"
+}
 
@@ -31846,9 +31993,9 @@
Fields
Example
{
   "description": "xyz789",
-  "id": 4,
-  "name": "xyz789",
-  "structure_id": "4"
+  "id": "4",
+  "name": "abc123",
+  "structure_id": 4
 }
 
@@ -31903,9 +32050,9 @@
Fields
Example
{
-  "description": "abc123",
-  "name": "abc123",
-  "target_id": 4
+  "description": "xyz789",
+  "name": "xyz789",
+  "target_id": "4"
 }
 
@@ -31961,7 +32108,7 @@
Fields
Example
{
   "description": "xyz789",
-  "id": 4,
+  "id": "4",
   "name": "abc123"
 }
 
@@ -32038,9 +32185,9 @@
Example
"company_email": "xyz789", "company_name": "abc123", "legal_address": CompanyLegalAddressUpdateInput, - "legal_name": "xyz789", - "reseller_id": "abc123", - "vat_tax_id": "xyz789" + "legal_name": "abc123", + "reseller_id": "xyz789", + "vat_tax_id": "abc123" }
@@ -32128,11 +32275,11 @@
Example
"email": "xyz789", "firstname": "abc123", "job_title": "abc123", - "lastname": "abc123", + "lastname": "xyz789", "role_id": "4", "status": "ACTIVE", - "target_id": 4, - "telephone": "xyz789" + "target_id": "4", + "telephone": "abc123" }
@@ -32264,12 +32411,12 @@
Fields
Example
{
-  "email": "abc123",
+  "email": "xyz789",
   "firstname": "abc123",
   "id": 4,
   "job_title": "xyz789",
   "lastname": "xyz789",
-  "role_id": "4",
+  "role_id": 4,
   "status": "ACTIVE",
   "telephone": "xyz789"
 }
@@ -32325,7 +32472,7 @@ 
Example
{
   "items": [Customer],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -32414,7 +32561,7 @@
Fields
Example
{
   "code": "xyz789",
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -32529,7 +32676,7 @@
Example
"attributes": [ComparableAttribute], "item_count": 987, "items": [ComparableItem], - "uid": 4 + "uid": "4" }
@@ -32578,8 +32725,8 @@
Fields
Example
{
-  "cartId": "xyz789",
-  "id": "abc123"
+  "cartId": "abc123",
+  "id": "xyz789"
 }
 
@@ -32767,6 +32914,24 @@
linkTypes + + categories - [CategoryProductView!] + + A list of categories in which the product is present. + + + +
+
Arguments
+
+
+
family - String +
+
+
+
+ + queryType - String @@ -32789,26 +32954,27 @@
Example
"inStock": false, "lowStock": true, "attributes": [ProductViewAttribute], - "description": "xyz789", - "id": "4", + "description": "abc123", + "id": 4, "images": [ProductViewImage], "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", - "metaDescription": "xyz789", + "metaDescription": "abc123", "metaKeyword": "xyz789", "metaTitle": "xyz789", "name": "xyz789", "inputOptions": [ProductViewInputOption], "options": [ProductViewOption], "priceRange": ProductViewPriceRange, - "shortDescription": "abc123", - "sku": "abc123", + "shortDescription": "xyz789", + "sku": "xyz789", "externalId": "xyz789", "url": "abc123", - "urlKey": "abc123", + "urlKey": "xyz789", "links": [ProductViewLink], + "categories": [CategoryProductView], "queryType": "abc123", - "visibility": "xyz789" + "visibility": "abc123" }
@@ -32845,7 +33011,7 @@
Fields
Example
-
{"html": "xyz789"}
+                  
{"html": "abc123"}
 
@@ -32900,7 +33066,7 @@
Example
{
   "field": "UNKNOWN_FIELD",
   "operator": OperatorInput,
-  "enabled": true
+  "enabled": false
 }
 
@@ -32958,7 +33124,7 @@
Fields
Example
{
   "code": "xyz789",
-  "label": "abc123",
+  "label": "xyz789",
   "uid": "4",
   "value_index": 987
 }
@@ -33110,8 +33276,8 @@ 
Example
"note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
@@ -33159,7 +33325,7 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "option_value_uids": ["4"]
+  "option_value_uids": [4]
 }
 
@@ -33326,17 +33492,17 @@
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "abc123", - "product_url_key": "xyz789", - "quantity_canceled": 987.65, + "product_type": "xyz789", + "product_url_key": "abc123", + "quantity_canceled": 123.45, "quantity_invoiced": 123.45, - "quantity_ordered": 987.65, + "quantity_ordered": 123.45, "quantity_refunded": 987.65, "quantity_return_requested": 987.65, - "quantity_returned": 987.65, + "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
@@ -33619,30 +33785,30 @@
filters
Example
{
-  "canonical_url": "xyz789",
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "configurable_options": [ConfigurableProductOptions],
   "configurable_product_options_selection": ConfigurableProductOptionsSelection,
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "gift_message_available": false,
+  "gift_message_available": true,
   "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
   "image": ProductImage,
   "is_returnable": "abc123",
-  "manufacturer": 123,
+  "manufacturer": 987,
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "xyz789",
-  "meta_keyword": "xyz789",
-  "meta_title": "abc123",
+  "meta_keyword": "abc123",
+  "meta_title": "xyz789",
   "min_sale_qty": 987.65,
   "name": "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",
   "price_range": PriceRange,
@@ -33653,16 +33819,16 @@ 
Example
"short_description": ComplexTextValue, "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": "xyz789", + "swatch_image": "abc123", "thumbnail": ProductImage, - "uid": 4, + "uid": "4", "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "variants": [ConfigurableVariant], - "weight": 123.45 + "weight": 987.65 }
@@ -33719,9 +33885,9 @@
Fields
Example
{
-  "attribute_code": "xyz789",
-  "label": "xyz789",
-  "uid": 4,
+  "attribute_code": "abc123",
+  "label": "abc123",
+  "uid": "4",
   "values": [ConfigurableProductOptionValue]
 }
 
@@ -33788,7 +33954,7 @@
Example
"is_use_default": false, "label": "abc123", "swatch": SwatchDataInterface, - "uid": "4" + "uid": 4 }
@@ -33861,11 +34027,11 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "attribute_uid": 4,
-  "label": "xyz789",
+  "attribute_uid": "4",
+  "label": "abc123",
   "position": 123,
-  "uid": "4",
-  "use_default": true,
+  "uid": 4,
+  "use_default": false,
   "values": [ConfigurableProductOptionsValues]
 }
 
@@ -33995,7 +34161,7 @@
Fields
Example
{
-  "default_label": "abc123",
+  "default_label": "xyz789",
   "label": "xyz789",
   "store_label": "xyz789",
   "swatch_data": SwatchDataInterface,
@@ -34192,12 +34358,12 @@ 
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "configurable_options": [SelectedConfigurableOption],
   "configured_variant": ProductInterface,
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "product": ProductInterface,
   "quantity": 123.45
 }
@@ -34245,7 +34411,7 @@ 
Fields
Example
{
   "confirmation_key": "abc123",
-  "order_id": "4"
+  "order_id": 4
 }
 
@@ -34340,8 +34506,8 @@
Fields
Example
{
-  "confirmation_key": "xyz789",
-  "order_id": "4"
+  "confirmation_key": "abc123",
+  "order_id": 4
 }
 
@@ -34447,7 +34613,7 @@
Example
{
   "comment": "abc123",
   "email": "xyz789",
-  "name": "abc123",
+  "name": "xyz789",
   "telephone": "abc123"
 }
 
@@ -34489,7 +34655,7 @@
Fields
Example
-
{"status": true}
+                  
{"status": false}
 
@@ -34688,10 +34854,10 @@
Example
{
   "available_regions": [Region],
   "full_name_english": "xyz789",
-  "full_name_locale": "xyz789",
+  "full_name_locale": "abc123",
   "id": "xyz789",
   "three_letter_abbreviation": "abc123",
-  "two_letter_abbreviation": "xyz789"
+  "two_letter_abbreviation": "abc123"
 }
 
@@ -36398,7 +36564,7 @@
Fields
Example
-
{"products": [4]}
+                  
{"products": ["4"]}
 
@@ -36485,8 +36651,8 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "event_name": "xyz789", - "gift_registry_type_uid": "4", + "event_name": "abc123", + "gift_registry_type_uid": 4, "message": "abc123", "privacy_settings": "PRIVATE", "registrants": [AddGiftRegistryRegistrantInput], @@ -36569,7 +36735,7 @@
Fields
Example
-
{"cart_uid": 4}
+                  
{"cart_uid": "4"}
 
@@ -36671,10 +36837,10 @@
Fields
Example
{
-  "cartId": "xyz789",
+  "cartId": "abc123",
   "location": "PRODUCT_DETAIL",
-  "methodCode": "abc123",
-  "paymentSource": "xyz789",
+  "methodCode": "xyz789",
+  "paymentSource": "abc123",
   "vaultIntent": false
 }
 
@@ -36738,10 +36904,10 @@
Fields
Example
{
   "amount": 123.45,
-  "currency_code": "abc123",
-  "id": "xyz789",
+  "currency_code": "xyz789",
+  "id": "abc123",
   "mp_order_id": "xyz789",
-  "status": "xyz789"
+  "status": "abc123"
 }
 
@@ -36852,7 +37018,7 @@
Example
"amount": CreatePurchaseOrderApprovalRuleConditionAmountInput, "attribute": "GRAND_TOTAL", "operator": "MORE_THAN", - "quantity": 123 + "quantity": 987 }
@@ -36901,7 +37067,7 @@
Fields
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "name": "xyz789"
 }
 
@@ -36991,8 +37157,8 @@
Fields
Example
{
-  "card_description": "abc123",
-  "setup_token_id": "abc123"
+  "card_description": "xyz789",
+  "setup_token_id": "xyz789"
 }
 
@@ -37040,7 +37206,7 @@
Fields
Example
{
   "payment_source": PaymentSourceOutput,
-  "vault_token_id": "xyz789"
+  "vault_token_id": "abc123"
 }
 
@@ -37178,7 +37344,7 @@
Fields
Example
-
{"name": "xyz789", "visibility": "PUBLIC"}
+                  
{"name": "abc123", "visibility": "PUBLIC"}
 
@@ -37414,11 +37580,11 @@
Example
{
   "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",
+  "product_sku": "abc123",
   "quantity_refunded": 987.65
 }
 
@@ -37475,7 +37641,7 @@
Fields
Example
{
   "credit_memo_id": "xyz789",
-  "credit_memo_item_id": "abc123",
+  "credit_memo_item_id": "xyz789",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -37592,7 +37758,7 @@
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "xyz789", - "quantity_refunded": 123.45 + "quantity_refunded": 987.65 }
@@ -37785,9 +37951,9 @@
Fields
Example
{
-  "available_currency_codes": ["abc123"],
-  "base_currency_code": "xyz789",
-  "base_currency_symbol": "xyz789",
+  "available_currency_codes": ["xyz789"],
+  "base_currency_code": "abc123",
+  "base_currency_symbol": "abc123",
   "default_display_currency_code": "abc123",
   "default_display_currency_symbol": "xyz789",
   "exchange_rates": [ExchangeRate]
@@ -39105,8 +39271,8 @@ 
Fields
Example
{
-  "attribute_code": "abc123",
-  "value": "xyz789"
+  "attribute_code": "xyz789",
+  "value": "abc123"
 }
 
@@ -39225,8 +39391,8 @@
Example
"entity_type": "CATALOG_PRODUCT", "frontend_class": "abc123", "frontend_input": "BOOLEAN", - "is_required": true, - "is_unique": true, + "is_required": false, + "is_unique": false, "label": "xyz789", "options": [CustomAttributeOptionInterface] } @@ -39295,7 +39461,7 @@
Example
{
   "is_default": false,
   "label": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -39393,7 +39559,7 @@
Fields
Example
{
   "type": "UNKNOWN_CUSTOMOPERATOR_TYPE",
-  "value": ["abc123"]
+  "value": ["xyz789"]
 }
 
@@ -39958,7 +40124,7 @@
Example
{
   "addresses": [CustomerAddress],
   "addressesV2": CustomerAddresses,
-  "allow_remote_shopping_assistance": true,
+  "allow_remote_shopping_assistance": false,
   "companies": UserCompaniesOutput,
   "compare_list": CompareList,
   "confirmation_status": "ACCOUNT_CONFIRMED",
@@ -39967,25 +40133,25 @@ 
Example
"date_of_birth": "xyz789", "default_billing": "abc123", "default_shipping": "abc123", - "email": "xyz789", + "email": "abc123", "firstname": "abc123", "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "id": "4", - "is_subscribed": false, + "id": 4, + "is_subscribed": true, "job_title": "xyz789", - "lastname": "abc123", - "middlename": "abc123", + "lastname": "xyz789", + "middlename": "xyz789", "orders": CustomerOrders, - "prefix": "xyz789", + "prefix": "abc123", "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, "quote_enabled": false, "requisition_lists": RequisitionLists, "return": Return, @@ -39995,11 +40161,11 @@
Example
"segments": [CustomerSegmentStorefront], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, - "suffix": "abc123", - "taxvat": "xyz789", + "structure_id": "4", + "suffix": "xyz789", + "taxvat": "abc123", "team": CompanyTeam, - "telephone": "abc123", + "telephone": "xyz789", "wishlist_v2": Wishlist, "wishlists": [Wishlist] } @@ -40157,27 +40323,27 @@
attributeCodes
Example
{
-  "city": "abc123",
-  "company": "abc123",
+  "city": "xyz789",
+  "company": "xyz789",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
-  "default_billing": false,
+  "default_billing": true,
   "default_shipping": false,
   "extension_attributes": [CustomerAddressAttribute],
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "xyz789",
   "id": 123,
   "lastname": "abc123",
   "middlename": "xyz789",
   "postcode": "xyz789",
-  "prefix": "xyz789",
+  "prefix": "abc123",
   "region": CustomerAddressRegion,
-  "region_id": 123,
+  "region_id": 987,
   "street": ["abc123"],
   "suffix": "abc123",
-  "telephone": "abc123",
+  "telephone": "xyz789",
   "uid": "4",
-  "vat_id": "abc123"
+  "vat_id": "xyz789"
 }
 
@@ -40224,7 +40390,7 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "value": "xyz789"
 }
 
@@ -40364,22 +40530,22 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "abc123",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInput],
-  "default_billing": true,
+  "default_billing": false,
   "default_shipping": true,
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "abc123",
   "lastname": "abc123",
-  "middlename": "xyz789",
+  "middlename": "abc123",
   "postcode": "xyz789",
   "prefix": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["abc123"],
-  "suffix": "xyz789",
-  "telephone": "xyz789",
+  "suffix": "abc123",
+  "telephone": "abc123",
   "vat_id": "abc123"
 }
 
@@ -40432,9 +40598,9 @@
Fields
Example
{
-  "region": "xyz789",
-  "region_code": "abc123",
-  "region_id": 123
+  "region": "abc123",
+  "region_code": "xyz789",
+  "region_id": 987
 }
 
@@ -40489,7 +40655,7 @@
Fields
Example
{
-  "region": "abc123",
+  "region": "xyz789",
   "region_code": "xyz789",
   "region_id": 987
 }
@@ -40541,7 +40707,7 @@ 
Example
{
   "items": [CustomerAddress],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -40643,18 +40809,18 @@
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_required": true,
   "is_unique": true,
   "label": "abc123",
-  "multiline_count": 123,
+  "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
-  "sort_order": 987,
+  "sort_order": 123,
   "validate_rules": [ValidationRule]
 }
 
@@ -40770,18 +40936,18 @@
Fields
Example
{
-  "allow_remote_shopping_assistance": true,
+  "allow_remote_shopping_assistance": false,
   "custom_attributes": [AttributeValueInput],
-  "date_of_birth": "xyz789",
-  "email": "xyz789",
+  "date_of_birth": "abc123",
+  "email": "abc123",
   "firstname": "abc123",
-  "gender": 123,
+  "gender": 987,
   "is_subscribed": true,
   "lastname": "xyz789",
   "middlename": "xyz789",
   "password": "abc123",
   "prefix": "xyz789",
-  "suffix": "abc123",
+  "suffix": "xyz789",
   "taxvat": "abc123"
 }
 
@@ -40845,8 +41011,8 @@
Fields
Example
{
   "date": "abc123",
-  "download_url": "abc123",
-  "order_increment_id": "abc123",
+  "download_url": "xyz789",
+  "order_increment_id": "xyz789",
   "remaining_downloads": "abc123",
   "status": "abc123"
 }
@@ -40929,7 +41095,7 @@ 
Fields
Example
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -41145,12 +41311,12 @@
Example
"applied_gift_cards": [ApplyGiftCardToOrder], "available_actions": ["REORDER"], "billing_address": OrderAddress, - "carrier": "xyz789", + "carrier": "abc123", "comments": [SalesCommentItem], "credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], "customer_info": OrderCustomerInfo, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, @@ -41160,17 +41326,17 @@
Example
"items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, - "number": "xyz789", - "order_date": "xyz789", + "number": "abc123", + "order_date": "abc123", "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": "abc123", - "token": "abc123", + "shipping_method": "abc123", + "status": "xyz789", + "token": "xyz789", "total": OrderTotal }
@@ -41510,7 +41676,7 @@
Fields
Example
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -41582,7 +41748,7 @@
Example
{
   "balance_history": CustomerStoreCreditHistory,
   "current_balance": Money,
-  "enabled": false
+  "enabled": true
 }
 
@@ -41636,7 +41802,7 @@
Example
{
   "items": [CustomerStoreCreditHistoryItem],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -41693,7 +41859,7 @@
Fields
Example
{
-  "action": "abc123",
+  "action": "xyz789",
   "actual_balance": Money,
   "balance_change": Money,
   "date_time_changed": "abc123"
@@ -41839,17 +42005,17 @@ 
Fields
Example
{
-  "allow_remote_shopping_assistance": false,
+  "allow_remote_shopping_assistance": true,
   "custom_attributes": [AttributeValueInput],
   "date_of_birth": "xyz789",
-  "firstname": "xyz789",
-  "gender": 987,
+  "firstname": "abc123",
+  "gender": 123,
   "is_subscribed": false,
-  "lastname": "xyz789",
-  "middlename": "abc123",
-  "prefix": "xyz789",
-  "suffix": "xyz789",
-  "taxvat": "xyz789"
+  "lastname": "abc123",
+  "middlename": "xyz789",
+  "prefix": "abc123",
+  "suffix": "abc123",
+  "taxvat": "abc123"
 }
 
@@ -41918,9 +42084,9 @@
Example
{
   "product_sku": "xyz789",
   "required": false,
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "abc123",
-  "uid": 4,
+  "uid": "4",
   "value": CustomizableAreaValue
 }
 
@@ -41983,8 +42149,8 @@
Fields
Example
{
-  "max_characters": 123,
-  "price": 987.65,
+  "max_characters": 987,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
   "uid": "4"
@@ -42051,7 +42217,7 @@ 
Example
{
   "required": true,
   "sort_order": 123,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": "4",
   "value": [CustomizableCheckboxValue]
 }
@@ -42126,12 +42292,12 @@ 
Fields
Example
{
   "option_type_id": 123,
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
   "sku": "xyz789",
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -42199,10 +42365,10 @@
Fields
Example
{
   "product_sku": "abc123",
-  "required": false,
+  "required": true,
   "sort_order": 123,
   "title": "abc123",
-  "uid": "4",
+  "uid": 4,
   "value": CustomizableDateValue
 }
 
@@ -42323,9 +42489,9 @@
Example
{
   "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "type": "DATE",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -42387,9 +42553,9 @@
Fields
Example
{
-  "required": true,
-  "sort_order": 123,
-  "title": "abc123",
+  "required": false,
+  "sort_order": 987,
+  "title": "xyz789",
   "uid": "4",
   "value": [CustomizableDropDownValue]
 }
@@ -42463,13 +42629,13 @@ 
Fields
Example
{
-  "option_type_id": 987,
-  "price": 987.65,
+  "option_type_id": 123,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "abc123",
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "xyz789",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -42536,11 +42702,11 @@
Fields
Example
{
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "required": false,
-  "sort_order": 123,
-  "title": "xyz789",
-  "uid": "4",
+  "sort_order": 987,
+  "title": "abc123",
+  "uid": 4,
   "value": CustomizableFieldValue
 }
 
@@ -42674,11 +42840,11 @@
Fields
Example
{
-  "product_sku": "abc123",
-  "required": false,
-  "sort_order": 123,
+  "product_sku": "xyz789",
+  "required": true,
+  "sort_order": 987,
   "title": "abc123",
-  "uid": "4",
+  "uid": 4,
   "value": CustomizableFileValue
 }
 
@@ -42751,13 +42917,13 @@
Fields
Example
{
-  "file_extension": "abc123",
-  "image_size_x": 123,
+  "file_extension": "xyz789",
+  "image_size_x": 987,
   "image_size_y": 987,
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "abc123",
-  "uid": "4"
+  "sku": "xyz789",
+  "uid": 4
 }
 
@@ -42819,10 +42985,10 @@
Fields
Example
{
-  "required": true,
-  "sort_order": 987,
+  "required": false,
+  "sort_order": 123,
   "title": "xyz789",
-  "uid": 4,
+  "uid": "4",
   "value": [CustomizableMultipleValue]
 }
 
@@ -42895,13 +43061,13 @@
Fields
Example
{
-  "option_type_id": 123,
+  "option_type_id": 987,
   "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
   "sort_order": 123,
   "title": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -43061,9 +43227,9 @@
Possible Types
Example
{
   "required": true,
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -43207,7 +43373,7 @@
Fields
Example
{
-  "required": false,
+  "required": true,
   "sort_order": 123,
   "title": "abc123",
   "uid": "4",
@@ -43283,13 +43449,13 @@ 
Fields
Example
{
-  "option_type_id": 987,
-  "price": 123.45,
+  "option_type_id": 123,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "sort_order": 987,
   "title": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -43432,7 +43598,7 @@
Fields
Example
-
{"success": false}
+                  
{"success": true}
 
@@ -43565,7 +43731,7 @@
Fields
Example
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -43684,7 +43850,7 @@
Fields
Example
-
{"quote_uids": ["4"]}
+                  
{"quote_uids": [4]}
 
@@ -43816,7 +43982,7 @@
Fields
Example
{
   "customerPaymentTokens": CustomerPaymentTokens,
-  "result": false
+  "result": true
 }
 
@@ -43948,7 +44114,7 @@
Fields
Example
-
{"approval_rule_uids": ["4"]}
+                  
{"approval_rule_uids": [4]}
 
@@ -44118,7 +44284,7 @@
Fields
Example
-
{"status": false, "wishlists": [Wishlist]}
+                  
{"status": true, "wishlists": [Wishlist]}
 
@@ -44193,7 +44359,7 @@
Example
"applied_to": "ITEM", "coupon": AppliedCoupon, "is_discounting_locked": false, - "label": "abc123", + "label": "xyz789", "type": "abc123", "value": 987.65 } @@ -44317,16 +44483,16 @@
Example
"customizable_options": [SelectedCustomizableOption], "discount": [Discount], "errors": [CartItemError], - "is_available": false, + "is_available": true, "links": [DownloadableProductLinks], "max_qty": 987.65, - "min_qty": 987.65, - "not_available_message": "xyz789", + "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, "samples": [DownloadableProductSamples], "uid": "4" } @@ -44413,11 +44579,11 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "downloadable_links": [DownloadableItemsLinks], - "id": "4", + "id": 4, "order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "quantity_refunded": 987.65 }
@@ -44503,12 +44669,12 @@
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", - "quantity_invoiced": 987.65 + "quantity_invoiced": 123.45 }
@@ -44560,7 +44726,7 @@
Fields
Example
{
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "xyz789",
   "uid": "4"
 }
@@ -44723,27 +44889,27 @@ 
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "downloadable_links": [DownloadableItemsLinks], - "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": "xyz789", + "product_sku": "abc123", "product_type": "abc123", "product_url_key": "xyz789", - "quantity_canceled": 123.45, - "quantity_invoiced": 987.65, + "quantity_canceled": 987.65, + "quantity_invoiced": 123.45, "quantity_ordered": 123.45, "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, + "quantity_return_requested": 123.45, "quantity_returned": 987.65, - "quantity_shipped": 123.45, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
@@ -45015,7 +45181,7 @@
Example
{
   "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
@@ -45025,35 +45191,35 @@ 
Example
"downloadable_product_samples": [ DownloadableProductSamples ], - "gift_message_available": false, + "gift_message_available": true, "gift_wrapping_available": false, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "abc123", - "links_purchased_separately": 987, - "links_title": "abc123", - "manufacturer": 987, - "max_sale_qty": 987.65, + "is_returnable": "xyz789", + "links_purchased_separately": 123, + "links_title": "xyz789", + "manufacturer": 123, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "xyz789", - "meta_keyword": "xyz789", - "meta_title": "xyz789", + "meta_description": "abc123", + "meta_keyword": "abc123", + "meta_title": "abc123", "min_sale_qty": 987.65, - "name": "abc123", - "new_from_date": "abc123", + "name": "xyz789", + "new_from_date": "xyz789", "new_to_date": "abc123", - "only_x_left_in_stock": 987.65, + "only_x_left_in_stock": 123.45, "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": "abc123", "small_image": ProductImage, - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "abc123", "stock_status": "IN_STOCK", "swatch_image": "xyz789", @@ -45183,9 +45349,9 @@
Example
{
   "price": 123.45,
   "sample_url": "xyz789",
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "xyz789",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -45280,7 +45446,7 @@
Example
{
   "sample_url": "abc123",
   "sort_order": 123,
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -45350,7 +45516,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "links": [DownloadableProductLinks], "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "samples": [DownloadableProductSamples], "uid": 4 } @@ -45432,7 +45598,7 @@
Example
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": 4,
   "links_v2": [DownloadableProductLinks],
   "product": ProductInterface,
@@ -45574,7 +45740,7 @@ 
Fields
Example
{
   "attribute_code": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -45622,7 +45788,10 @@
Fields
Example
-
{"uid": 4, "value": "xyz789"}
+                  
{
+  "uid": "4",
+  "value": "abc123"
+}
 
@@ -45691,7 +45860,7 @@
Possible Types
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789"
+  "message": "abc123"
 }
 
@@ -45863,7 +46032,7 @@
Fields
Example
{
   "address": EstimateAddressInput,
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "shipping_method": ShippingMethodInput
 }
 
@@ -46039,7 +46208,7 @@
Fields
Example
-
{"currency_to": "xyz789", "rate": 987.65}
+                  
{"currency_to": "abc123", "rate": 987.65}
 
@@ -46112,13 +46281,13 @@
Fields
Example
{
   "code": "abc123",
-  "is_visible": true,
-  "payment_intent": "xyz789",
+  "is_visible": false,
+  "payment_intent": "abc123",
   "payment_source": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -46167,8 +46336,8 @@
Fields
Example
{
-  "payment_source": "abc123",
-  "paypal_fastlane_token": "abc123"
+  "payment_source": "xyz789",
+  "paypal_fastlane_token": "xyz789"
 }
 
@@ -46304,7 +46473,7 @@
Fields
Example
{
-  "eq": "abc123",
+  "eq": "xyz789",
   "in": ["abc123"]
 }
 
@@ -46398,7 +46567,7 @@
Fields
Example
-
{"match": "xyz789", "match_type": "FULL"}
+                  
{"match": "abc123", "match_type": "FULL"}
 
@@ -46611,8 +46780,8 @@
Fields
Example
{
   "eq": "xyz789",
-  "in": ["xyz789"],
-  "match": "abc123"
+  "in": ["abc123"],
+  "match": "xyz789"
 }
 
@@ -46733,20 +46902,20 @@
Fields
Example
{
-  "eq": "xyz789",
-  "from": "abc123",
-  "gt": "abc123",
-  "gteq": "xyz789",
+  "eq": "abc123",
+  "from": "xyz789",
+  "gt": "xyz789",
+  "gteq": "abc123",
   "in": ["xyz789"],
   "like": "abc123",
-  "lt": "xyz789",
-  "lteq": "xyz789",
-  "moreq": "xyz789",
-  "neq": "abc123",
+  "lt": "abc123",
+  "lteq": "abc123",
+  "moreq": "abc123",
+  "neq": "xyz789",
   "nin": ["xyz789"],
-  "notnull": "abc123",
-  "null": "abc123",
-  "to": "abc123"
+  "notnull": "xyz789",
+  "null": "xyz789",
+  "to": "xyz789"
 }
 
@@ -46803,10 +46972,10 @@
Fields
Example
{
-  "attribute": "abc123",
+  "attribute": "xyz789",
   "frontendInput": "abc123",
-  "label": "abc123",
-  "numeric": false
+  "label": "xyz789",
+  "numeric": true
 }
 
@@ -47196,8 +47365,8 @@
Fields
Example
{
   "balance": Money,
-  "code": "abc123",
-  "expiration_date": "xyz789"
+  "code": "xyz789",
+  "expiration_date": "abc123"
 }
 
@@ -47300,11 +47469,11 @@
Fields
Example
{
-  "attribute_id": 123,
+  "attribute_id": 987,
   "uid": "4",
-  "value": 123.45,
-  "website_id": 123,
-  "website_value": 987.65
+  "value": 987.65,
+  "website_id": 987,
+  "website_value": 123.45
 }
 
@@ -47465,19 +47634,19 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": true, - "max_qty": 123.45, - "message": "xyz789", + "is_available": false, + "max_qty": 987.65, + "message": "abc123", "min_qty": 123.45, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "recipient_email": "abc123", - "recipient_name": "abc123", - "sender_email": "abc123", + "quantity": 123.45, + "recipient_email": "xyz789", + "recipient_name": "xyz789", + "sender_email": "xyz789", "sender_name": "xyz789", "uid": 4 } @@ -47564,8 +47733,8 @@
Example
"order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", - "quantity_refunded": 987.65 + "product_sku": "abc123", + "quantity_refunded": 123.45 }
@@ -47714,8 +47883,8 @@
Fields
Example
{
   "message": "xyz789",
-  "recipient_email": "abc123",
-  "recipient_name": "xyz789",
+  "recipient_email": "xyz789",
+  "recipient_name": "abc123",
   "sender_email": "abc123",
   "sender_name": "abc123"
 }
@@ -47792,10 +47961,10 @@ 
Example
"amount": Money, "custom_giftcard_amount": Money, "message": "xyz789", - "recipient_email": "xyz789", - "recipient_name": "xyz789", + "recipient_email": "abc123", + "recipient_name": "abc123", "sender_email": "xyz789", - "sender_name": "xyz789" + "sender_name": "abc123" }
@@ -47951,7 +48120,7 @@
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_card": GiftCardItem,
   "gift_message": GiftMessage,
@@ -47959,18 +48128,18 @@ 
Example
"id": 4, "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, "product_sku": "xyz789", - "product_type": "xyz789", + "product_type": "abc123", "product_url_key": "xyz789", - "quantity_canceled": 123.45, - "quantity_invoiced": 123.45, - "quantity_ordered": 123.45, + "quantity_canceled": 987.65, + "quantity_invoiced": 987.65, + "quantity_ordered": 987.65, "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, + "quantity_return_requested": 123.45, "quantity_returned": 123.45, - "quantity_shipped": 987.65, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], "status": "xyz789" } @@ -48281,46 +48450,46 @@
Example
"allow_open_amount": true, "canonical_url": "xyz789", "categories": [CategoryInterface], - "country_of_manufacture": "abc123", + "country_of_manufacture": "xyz789", "crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, "gift_card_options": [CustomizableOptionInterface], - "gift_message_available": true, + "gift_message_available": false, "gift_wrapping_available": false, "gift_wrapping_price": Money, "giftcard_amounts": [GiftCardAmounts], "giftcard_type": "VIRTUAL", "image": ProductImage, "is_redeemable": false, - "is_returnable": "xyz789", + "is_returnable": "abc123", "lifetime": 987, - "manufacturer": 987, + "manufacturer": 123, "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "message_max_length": 987, - "meta_description": "abc123", + "meta_description": "xyz789", "meta_keyword": "xyz789", "meta_title": "xyz789", "min_sale_qty": 987.65, "name": "xyz789", "new_from_date": "xyz789", - "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, - "open_amount_max": 987.65, + "new_to_date": "xyz789", + "only_x_left_in_stock": 987.65, + "open_amount_max": 123.45, "open_amount_min": 123.45, "options": [CustomizableOptionInterface], - "options_container": "xyz789", + "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": "abc123", "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": "xyz789", "thumbnail": ProductImage, @@ -48393,7 +48562,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "gift_card_options": GiftCardOptions, "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "uid": "4" }
@@ -48463,11 +48632,11 @@
Fields
Example
{
   "gift_card": GiftCardItem,
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "quantity_shipped": 123.45
 }
 
@@ -48597,7 +48766,7 @@
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
   "gift_card_options": GiftCardOptions,
@@ -48655,8 +48824,8 @@ 
Fields
Example
{
-  "from": "xyz789",
-  "message": "xyz789",
+  "from": "abc123",
+  "message": "abc123",
   "to": "abc123"
 }
 
@@ -48883,18 +49052,18 @@
Fields
Example
{
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "dynamic_attributes": [GiftRegistryDynamicAttribute],
-  "event_name": "xyz789",
+  "event_name": "abc123",
   "items": [GiftRegistryItemInterface],
   "message": "xyz789",
-  "owner_name": "xyz789",
+  "owner_name": "abc123",
   "privacy_settings": "PRIVATE",
   "registrants": [GiftRegistryRegistrant],
   "shipping_address": CustomerAddress,
   "status": "ACTIVE",
   "type": GiftRegistryType,
-  "uid": 4
+  "uid": "4"
 }
 
@@ -48949,8 +49118,8 @@
Example
{
   "code": 4,
   "group": "EVENT_INFORMATION",
-  "label": "xyz789",
-  "value": "xyz789"
+  "label": "abc123",
+  "value": "abc123"
 }
 
@@ -49075,7 +49244,10 @@
Fields
Example
-
{"code": 4, "value": "xyz789"}
+                  
{
+  "code": "4",
+  "value": "abc123"
+}
 
@@ -49146,7 +49318,7 @@
Example
{
   "code": 4,
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -49211,10 +49383,10 @@
Example
{
   "attribute_group": "abc123",
   "code": "4",
-  "input_type": "xyz789",
+  "input_type": "abc123",
   "is_required": true,
-  "label": "xyz789",
-  "sort_order": 123
+  "label": "abc123",
+  "sort_order": 987
 }
 
@@ -49294,11 +49466,11 @@
Possible Types
Example
{
-  "attribute_group": "xyz789",
-  "code": "4",
+  "attribute_group": "abc123",
+  "code": 4,
   "input_type": "xyz789",
-  "is_required": false,
-  "label": "abc123",
+  "is_required": true,
+  "label": "xyz789",
   "sort_order": 123
 }
 
@@ -49363,12 +49535,12 @@
Fields
Example
{
-  "created_at": "abc123",
-  "note": "xyz789",
+  "created_at": "xyz789",
+  "note": "abc123",
   "product": ProductInterface,
   "quantity": 123.45,
   "quantity_fulfilled": 123.45,
-  "uid": "4"
+  "uid": 4
 }
 
@@ -49449,7 +49621,7 @@
Possible Types
Example
{
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "note": "xyz789",
   "product": ProductInterface,
   "quantity": 987.65,
@@ -49583,9 +49755,9 @@ 
Example
{
   "code": "OUT_OF_STOCK",
   "gift_registry_item_uid": 4,
-  "gift_registry_uid": 4,
-  "message": "abc123",
-  "product_uid": 4
+  "gift_registry_uid": "4",
+  "message": "xyz789",
+  "product_uid": "4"
 }
 
@@ -49810,7 +49982,7 @@
Example
GiftRegistryRegistrantDynamicAttribute ], "email": "xyz789", - "firstname": "xyz789", + "firstname": "abc123", "lastname": "xyz789", "uid": "4" } @@ -49860,7 +50032,7 @@
Fields
Example
{
-  "code": "4",
+  "code": 4,
   "label": "abc123",
   "value": "xyz789"
 }
@@ -49931,9 +50103,9 @@ 
Example
{
   "event_date": "xyz789",
   "event_title": "xyz789",
-  "gift_registry_uid": 4,
-  "location": "abc123",
-  "name": "xyz789",
+  "gift_registry_uid": "4",
+  "location": "xyz789",
+  "name": "abc123",
   "type": "xyz789"
 }
 
@@ -49990,7 +50162,7 @@
Fields
Example
{
   "address_data": CustomerAddressInput,
-  "address_id": "4",
+  "address_id": 4,
   "customer_address_uid": 4
 }
 
@@ -50095,7 +50267,7 @@
Example
"dynamic_attributes_metadata": [ GiftRegistryDynamicAttributeMetadataInterface ], - "label": "xyz789", + "label": "abc123", "uid": "4" }
@@ -50156,7 +50328,7 @@
Example
"design": "abc123", "image": GiftWrappingImage, "price": Money, - "uid": 4 + "uid": "4" }
@@ -50204,7 +50376,7 @@
Fields
Example
{
   "label": "abc123",
-  "url": "xyz789"
+  "url": "abc123"
 }
 
@@ -50252,9 +50424,9 @@
Fields
Example
{
-  "color": "xyz789",
+  "color": "abc123",
   "height": 123,
-  "type": "abc123"
+  "type": "xyz789"
 }
 
@@ -50333,14 +50505,14 @@
Fields
Example
{
   "button_styles": GooglePayButtonStyles,
-  "code": "abc123",
-  "is_visible": false,
+  "code": "xyz789",
+  "is_visible": true,
   "payment_intent": "abc123",
-  "payment_source": "abc123",
+  "payment_source": "xyz789",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -50395,8 +50567,8 @@
Fields
Example
{
-  "payment_source": "abc123",
-  "payments_order_id": "abc123",
+  "payment_source": "xyz789",
+  "payments_order_id": "xyz789",
   "paypal_order_id": "abc123"
 }
 
@@ -50658,23 +50830,23 @@
Example
"crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, - "gift_message_available": false, - "gift_wrapping_available": false, + "gift_message_available": true, + "gift_wrapping_available": true, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "xyz789", + "is_returnable": "abc123", "items": [GroupedProductItem], "manufacturer": 987, "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], - "meta_description": "xyz789", - "meta_keyword": "xyz789", + "meta_description": "abc123", + "meta_keyword": "abc123", "meta_title": "xyz789", "min_sale_qty": 123.45, "name": "xyz789", - "new_from_date": "abc123", - "new_to_date": "xyz789", - "only_x_left_in_stock": 987.65, + "new_from_date": "xyz789", + "new_to_date": "abc123", + "only_x_left_in_stock": 123.45, "options_container": "xyz789", "price_range": PriceRange, "price_tiers": [TierPrice], @@ -50685,14 +50857,14 @@
Example
"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 }
@@ -50745,7 +50917,7 @@
Fields
Example
{
-  "position": 987,
+  "position": 123,
   "product": ProductInterface,
   "qty": 987.65
 }
@@ -50815,12 +50987,12 @@ 
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": 4,
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -50869,8 +51041,8 @@
Fields
Example
{
-  "reason": "abc123",
-  "token": "xyz789"
+  "reason": "xyz789",
+  "token": "abc123"
 }
 
@@ -50927,7 +51099,7 @@
Example
{
   "email": "xyz789",
   "lastname": "xyz789",
-  "number": "abc123"
+  "number": "xyz789"
 }
 
@@ -50981,7 +51153,7 @@
Example
{
   "attribute": "xyz789",
   "matched_words": ["abc123"],
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -51049,8 +51221,8 @@
Fields
Example
{
   "created_at": "abc123",
-  "creator_name": "xyz789",
-  "creator_type": "abc123",
+  "creator_name": "abc123",
+  "creator_type": "xyz789",
   "item_id": 123,
   "note": "abc123",
   "product_name": "xyz789"
@@ -51141,17 +51313,17 @@ 
Fields
Example
{
-  "cc_vault_code": "abc123",
+  "cc_vault_code": "xyz789",
   "code": "xyz789",
-  "is_vault_enabled": true,
-  "is_visible": true,
-  "payment_intent": "xyz789",
+  "is_vault_enabled": false,
+  "is_visible": false,
+  "payment_intent": "abc123",
   "payment_source": "xyz789",
   "requires_card_details": true,
   "sdk_params": [SDKParams],
-  "sort_order": "abc123",
+  "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -51246,11 +51418,11 @@
Example
"cardExpiryMonth": "abc123", "cardExpiryYear": "abc123", "cardLast4": "abc123", - "holderName": "xyz789", + "holderName": "abc123", "is_active_payment_token_enabler": false, "payment_source": "xyz789", "payments_order_id": "xyz789", - "paypal_order_id": "xyz789" + "paypal_order_id": "abc123" }
@@ -51316,7 +51488,7 @@
Fields
Example
{
   "thumbnail": "xyz789",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -51454,7 +51626,7 @@
Description
Example
-
123
+                  
987
 
@@ -51564,7 +51736,7 @@
Example
"custom_attributes": [CustomAttribute], "id": 4, "items": [InvoiceItemInterface], - "number": "abc123", + "number": "xyz789", "total": InvoiceTotal }
@@ -51690,12 +51862,12 @@
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",
-  "quantity_invoiced": 987.65
+  "quantity_invoiced": 123.45
 }
 
@@ -51751,7 +51923,7 @@
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "invoice_id": "abc123",
+  "invoice_id": "xyz789",
   "invoice_item_id": "abc123"
 }
 
@@ -51863,12 +52035,12 @@
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",
-  "quantity_invoiced": 123.45
+  "quantity_invoiced": 987.65
 }
 
@@ -52073,7 +52245,7 @@
Fields
Example
-
{"is_email_available": false}
+                  
{"is_email_available": true}
 
@@ -52113,7 +52285,7 @@
Fields
Example
-
{"is_role_name_available": true}
+                  
{"is_role_name_available": false}
 
@@ -52153,7 +52325,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -52238,7 +52410,7 @@
Fields
Example
-
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": true}
+                  
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": false}
 
@@ -52354,12 +52526,12 @@
Fields
Example
{
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "creator_id": 987,
-  "creator_name": "abc123",
+  "creator_name": "xyz789",
   "creator_type": 123,
-  "negotiable_quote_item_uid": "4",
-  "note": "abc123",
+  "negotiable_quote_item_uid": 4,
+  "note": "xyz789",
   "note_uid": 4
 }
 
@@ -52412,8 +52584,8 @@
Fields
Example
{
-  "label": "xyz789",
-  "uid": "4",
+  "label": "abc123",
+  "uid": 4,
   "values": [ItemSelectedBundleOptionValue]
 }
 
@@ -52477,8 +52649,8 @@
Fields
Example
{
   "price": Money,
-  "product_name": "abc123",
-  "product_sku": "abc123",
+  "product_name": "xyz789",
+  "product_sku": "xyz789",
   "quantity": 987.65,
   "uid": "4"
 }
@@ -52605,9 +52777,9 @@ 
Fields
Example
{
-  "note": "abc123",
-  "quote_item_uid": 4,
-  "quote_uid": 4
+  "note": "xyz789",
+  "quote_item_uid": "4",
+  "quote_uid": "4"
 }
 
@@ -52697,7 +52869,7 @@
Possible Types
Example
{
   "disabled": false,
-  "label": "xyz789",
+  "label": "abc123",
   "position": 987,
   "url": "abc123"
 }
@@ -52843,7 +53015,7 @@ 
Fields
Example
{
-  "layout": "xyz789",
+  "layout": "abc123",
   "logo": MessageStyleLogo
 }
 
@@ -52985,7 +53157,7 @@
Fields
Example
-
{"requisitionListItemUids": [4]}
+                  
{"requisitionListItemUids": ["4"]}
 
@@ -53088,8 +53260,8 @@
Fields
Example
{
   "quote_item_uid": "4",
-  "quote_uid": 4,
-  "requisition_list_uid": 4
+  "quote_uid": "4",
+  "requisition_list_uid": "4"
 }
 
@@ -53344,19 +53516,19 @@
Example
"email": "xyz789", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "name": "abc123", "order": CustomerOrder, "prices": CartPrices, - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "SUBMITTED", - "template_id": "4", + "template_id": 4, "template_name": "xyz789", - "total_quantity": 123.45, - "uid": "4", + "total_quantity": 987.65, + "uid": 4, "updated_at": "xyz789" }
@@ -53404,8 +53576,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "label": "abc123"
+  "code": "abc123",
+  "label": "xyz789"
 }
 
@@ -53544,7 +53716,7 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "xyz789",
   "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
@@ -53555,7 +53727,7 @@ 
Example
"postcode": "xyz789", "prefix": "abc123", "region": "abc123", - "region_id": 987, + "region_id": 123, "save_in_address_book": false, "street": ["xyz789"], "suffix": "xyz789", @@ -53704,19 +53876,19 @@
Example
"company": "xyz789", "country": NegotiableQuoteAddressCountry, "custom_attributes": [AttributeValueInterface], - "customer_address_uid": 4, + "customer_address_uid": "4", "fax": "abc123", - "firstname": "xyz789", + "firstname": "abc123", "lastname": "xyz789", "middlename": "xyz789", "postcode": "xyz789", "prefix": "xyz789", "region": NegotiableQuoteAddressRegion, - "street": ["abc123"], - "suffix": "xyz789", + "street": ["xyz789"], + "suffix": "abc123", "telephone": "xyz789", - "uid": 4, - "vat_id": "abc123" + "uid": "4", + "vat_id": "xyz789" }
@@ -53889,22 +54061,22 @@
Fields
Example
{
   "city": "xyz789",
-  "company": "xyz789",
+  "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": "4",
+  "customer_address_uid": 4,
   "fax": "xyz789",
   "firstname": "abc123",
-  "lastname": "abc123",
+  "lastname": "xyz789",
   "middlename": "abc123",
   "postcode": "xyz789",
-  "prefix": "abc123",
+  "prefix": "xyz789",
   "region": NegotiableQuoteAddressRegion,
-  "street": ["abc123"],
-  "suffix": "xyz789",
+  "street": ["xyz789"],
+  "suffix": "abc123",
   "telephone": "abc123",
-  "uid": "4",
-  "vat_id": "abc123"
+  "uid": 4,
+  "vat_id": "xyz789"
 }
 
@@ -53967,8 +54139,8 @@
Example
{
   "address": NegotiableQuoteAddressInput,
   "customer_address_uid": 4,
-  "same_as_shipping": true,
-  "use_for_shipping": false
+  "same_as_shipping": false,
+  "use_for_shipping": true
 }
 
@@ -54037,10 +54209,10 @@
Example
{
   "attachments": [NegotiableQuoteCommentAttachment],
   "author": NegotiableQuoteUser,
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "creator_type": "BUYER",
   "text": "xyz789",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -54130,7 +54302,7 @@
Fields
Example
-
{"key": "abc123"}
+                  
{"key": "xyz789"}
 
@@ -54277,8 +54449,8 @@
Fields
Example
{
   "new_value": "xyz789",
-  "old_value": "xyz789",
-  "title": "xyz789"
+  "old_value": "abc123",
+  "title": "abc123"
 }
 
@@ -54441,7 +54613,7 @@
Fields
Example
-
{"comment": "xyz789"}
+                  
{"comment": "abc123"}
 
@@ -54512,7 +54684,7 @@
Example
"changes": NegotiableQuoteHistoryChanges, "created_at": "abc123", "item_note": HistoryItemNoteData, - "uid": 4 + "uid": "4" }
@@ -54618,8 +54790,8 @@
Fields
Example
{
-  "new_expiration": "xyz789",
-  "old_expiration": "xyz789"
+  "new_expiration": "abc123",
+  "old_expiration": "abc123"
 }
 
@@ -54842,7 +55014,7 @@
Fields
Example
-
{"message": "abc123"}
+                  
{"message": "xyz789"}
 
@@ -54889,7 +55061,7 @@
Fields
Example
-
{"quantity": 123.45, "quote_item_uid": "4"}
+                  
{"quantity": 987.65, "quote_item_uid": "4"}
 
@@ -54995,10 +55167,10 @@
Fields
Example
{
-  "document_identifier": "xyz789",
-  "document_name": "abc123",
-  "link_id": 4,
-  "reference_document_url": "abc123"
+  "document_identifier": "abc123",
+  "document_name": "xyz789",
+  "link_id": "4",
+  "reference_document_url": "xyz789"
 }
 
@@ -55128,22 +55300,22 @@
Example
{
   "available_shipping_methods": [AvailableShippingMethod],
   "city": "xyz789",
-  "company": "abc123",
+  "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": "4",
-  "fax": "abc123",
-  "firstname": "xyz789",
+  "fax": "xyz789",
+  "firstname": "abc123",
   "lastname": "abc123",
   "middlename": "xyz789",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "prefix": "abc123",
   "region": NegotiableQuoteAddressRegion,
   "selected_shipping_method": SelectedShippingMethod,
   "street": ["xyz789"],
-  "suffix": "xyz789",
-  "telephone": "xyz789",
-  "uid": 4,
+  "suffix": "abc123",
+  "telephone": "abc123",
+  "uid": "4",
   "vat_id": "abc123"
 }
 
@@ -55200,7 +55372,7 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": 4,
+  "customer_address_uid": "4",
   "customer_notes": "xyz789"
 }
 
@@ -55545,10 +55717,10 @@
Example
"expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 987, + "max_order_commitment": 123, "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], @@ -55556,12 +55728,12 @@
Example
"reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "abc123", + "sales_rep_name": "xyz789", "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "abc123", - "template_id": "4", + "template_id": 4, "total_quantity": 987.65, - "uid": "4", + "uid": 4, "updated_at": "xyz789" }
@@ -55749,25 +55921,25 @@
Fields
Example
{
-  "activated_at": "xyz789",
+  "activated_at": "abc123",
   "company_name": "xyz789",
   "created_at": "xyz789",
-  "expiration_date": "abc123",
-  "is_min_max_qty_used": true,
+  "expiration_date": "xyz789",
+  "is_min_max_qty_used": false,
   "last_ordered_at": "xyz789",
   "last_shared_at": "xyz789",
   "max_order_commitment": 123,
   "min_negotiated_grand_total": 123.45,
   "min_order_commitment": 123,
-  "name": "abc123",
+  "name": "xyz789",
   "orders_placed": 123,
   "prices": CartPrices,
   "sales_rep_name": "xyz789",
   "state": "abc123",
-  "status": "abc123",
+  "status": "xyz789",
   "submitted_by": "xyz789",
   "template_id": "4",
-  "uid": "4",
+  "uid": 4,
   "updated_at": "xyz789"
 }
 
@@ -55905,8 +56077,8 @@
Example
"author": NegotiableQuoteUser, "change_type": "CREATED", "changes": NegotiableQuoteTemplateHistoryChanges, - "created_at": "xyz789", - "uid": "4" + "created_at": "abc123", + "uid": 4 }
@@ -55953,7 +56125,7 @@
Fields
Example
{
-  "new_status": "abc123",
+  "new_status": "xyz789",
   "old_status": "abc123"
 }
 
@@ -56054,7 +56226,12 @@
Fields
Example
-
{"item_id": 4, "max_qty": 123.45, "min_qty": 123.45, "quantity": 123.45}
+                  
{
+  "item_id": "4",
+  "max_qty": 123.45,
+  "min_qty": 987.65,
+  "quantity": 123.45
+}
 
@@ -56114,8 +56291,8 @@
Fields
Example
{
-  "document_identifier": "xyz789",
-  "document_name": "xyz789",
+  "document_identifier": "abc123",
+  "document_name": "abc123",
   "link_id": 4,
   "reference_document_url": "xyz789"
 }
@@ -56173,8 +56350,8 @@ 
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": 4,
-  "customer_notes": "xyz789"
+  "customer_address_uid": "4",
+  "customer_notes": "abc123"
 }
 
@@ -56324,7 +56501,7 @@
Example
"items": [NegotiableQuoteTemplateGridItem], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -56378,7 +56555,7 @@
Possible Types
Example
-
{"quote_uid": "4"}
+                  
{"quote_uid": 4}
 
@@ -56464,7 +56641,7 @@
Fields
Example
{
-  "firstname": "xyz789",
+  "firstname": "abc123",
   "lastname": "abc123"
 }
 
@@ -56525,7 +56702,7 @@
Example
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 123 + "total_count": 987 }
@@ -56571,10 +56748,7 @@
Fields
Example
-
{
-  "message": "abc123",
-  "uid": "4"
-}
+                  
{"message": "abc123", "uid": 4}
 
@@ -56861,7 +57035,7 @@
Fields
Example
-
{"order_number": "xyz789"}
+                  
{"order_number": "abc123"}
 
@@ -57046,13 +57220,13 @@
attributeCodes
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "xyz789",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "abc123",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "middlename": "xyz789",
   "postcode": "abc123",
   "prefix": "abc123",
@@ -57060,8 +57234,8 @@ 
Example
"region_id": "4", "street": ["abc123"], "suffix": "abc123", - "telephone": "xyz789", - "vat_id": "abc123" + "telephone": "abc123", + "vat_id": "xyz789" }
@@ -57119,11 +57293,11 @@
Fields
Example
{
-  "firstname": "abc123",
-  "lastname": "abc123",
+  "firstname": "xyz789",
+  "lastname": "xyz789",
   "middlename": "abc123",
-  "prefix": "xyz789",
-  "suffix": "abc123"
+  "prefix": "abc123",
+  "suffix": "xyz789"
 }
 
@@ -57278,23 +57452,23 @@
Example
"entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", "product_type": "xyz789", "product_url_key": "xyz789", - "quantity_canceled": 987.65, - "quantity_invoiced": 987.65, - "quantity_ordered": 123.45, + "quantity_canceled": 123.45, + "quantity_invoiced": 123.45, + "quantity_ordered": 987.65, "quantity_refunded": 987.65, "quantity_return_requested": 123.45, "quantity_returned": 987.65, - "quantity_shipped": 987.65, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -57486,24 +57660,24 @@
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
-  "id": "4",
+  "id": 4,
   "prices": OrderItemPrices,
   "product": ProductInterface,
   "product_name": "xyz789",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "product_type": "abc123",
+  "product_type": "xyz789",
   "product_url_key": "xyz789",
-  "quantity_canceled": 123.45,
+  "quantity_canceled": 987.65,
   "quantity_invoiced": 987.65,
   "quantity_ordered": 987.65,
   "quantity_refunded": 123.45,
-  "quantity_return_requested": 987.65,
-  "quantity_returned": 123.45,
+  "quantity_return_requested": 123.45,
+  "quantity_returned": 987.65,
   "quantity_shipped": 987.65,
   "selected_options": [OrderItemOption],
   "status": "xyz789"
@@ -57553,8 +57727,8 @@ 
Fields
Example
{
-  "label": "xyz789",
-  "value": "abc123"
+  "label": "abc123",
+  "value": "xyz789"
 }
 
@@ -57707,7 +57881,7 @@
Example
{
   "additional_data": [KeyValue],
   "name": "abc123",
-  "type": "abc123"
+  "type": "xyz789"
 }
 
@@ -57770,7 +57944,7 @@
Fields
Example
{
   "comments": [SalesCommentItem],
-  "id": "4",
+  "id": 4,
   "items": [ShipmentItemInterface],
   "number": "abc123",
   "tracking": [ShipmentTracking]
@@ -58167,12 +58341,12 @@ 
Possible Types
Example
{
-  "code": "abc123",
-  "is_visible": false,
+  "code": "xyz789",
+  "is_visible": true,
   "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -58400,14 +58574,14 @@
Fields
Example
{
   "additional_data": [PaymentAttributeInput],
-  "code": "abc123",
+  "code": "xyz789",
   "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,
   "payment_services_paypal_vault": VaultMethodInput,
-  "purchase_order_number": "abc123"
+  "purchase_order_number": "xyz789"
 }
 
@@ -58467,7 +58641,7 @@
Example
"id": "abc123", "mp_order_id": "abc123", "payment_source_details": PaymentSourceDetails, - "status": "xyz789" + "status": "abc123" }
@@ -58510,7 +58684,7 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "params": [SDKParams]
 }
 
@@ -58685,9 +58859,9 @@
Fields
Example
{
-  "details": "abc123",
+  "details": "xyz789",
   "payment_method_code": "xyz789",
-  "public_hash": "abc123",
+  "public_hash": "xyz789",
   "type": "card"
 }
 
@@ -58813,7 +58987,7 @@
Possible Types
Example
-
{"weight": 123.45}
+                  
{"weight": 987.65}
 
@@ -58939,21 +59113,21 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "contact_name": "abc123",
-  "country_id": "xyz789",
-  "description": "abc123",
+  "country_id": "abc123",
+  "description": "xyz789",
   "email": "abc123",
   "fax": "xyz789",
-  "latitude": 987.65,
-  "longitude": 987.65,
+  "latitude": 123.45,
+  "longitude": 123.45,
   "name": "xyz789",
   "phone": "xyz789",
-  "pickup_location_code": "abc123",
+  "pickup_location_code": "xyz789",
   "postcode": "xyz789",
-  "region": "abc123",
-  "region_id": 123,
-  "street": "xyz789"
+  "region": "xyz789",
+  "region_id": 987,
+  "street": "abc123"
 }
 
@@ -59424,7 +59598,7 @@
Fields
Example
{
   "code": "CART_NOT_FOUND",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
@@ -59532,7 +59706,7 @@
Fields
Example
-
{"purchase_order_uid": "4"}
+                  
{"purchase_order_uid": 4}
 
@@ -59613,7 +59787,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -59702,7 +59876,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -59835,7 +60009,7 @@
Fields
Example
-
{"amount": 123.45, "code": "xyz789"}
+                  
{"amount": 123.45, "code": "abc123"}
 
@@ -59886,9 +60060,9 @@
Fields
Example
{
-  "discount_percentage": 987.65,
-  "main_final_price": 123.45,
-  "main_price": 123.45
+  "discount_percentage": 123.45,
+  "main_final_price": 987.65,
+  "main_price": 987.65
 }
 
@@ -60183,7 +60357,7 @@
Fields
Example
-
{"amount_off": 123.45, "percent_off": 123.45}
+                  
{"amount_off": 123.45, "percent_off": 987.65}
 
@@ -60242,7 +60416,7 @@
Example
"disabled": true, "label": "abc123", "position": 987, - "url": "abc123" + "url": "xyz789" }
@@ -60327,7 +60501,7 @@
Fields
Example
-
{"sku": "xyz789"}
+                  
{"sku": "abc123"}
 
@@ -60618,21 +60792,21 @@
Possible Types
Example
{
-  "canonical_url": "xyz789",
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "gift_message_available": true,
-  "gift_wrapping_available": true,
+  "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "image": ProductImage,
-  "is_returnable": "abc123",
+  "is_returnable": "xyz789",
   "manufacturer": 123,
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
-  "meta_description": "xyz789",
+  "meta_description": "abc123",
   "meta_keyword": "xyz789",
   "meta_title": "abc123",
   "min_sale_qty": 987.65,
@@ -60640,7 +60814,7 @@ 
Example
"new_from_date": "abc123", "new_to_date": "abc123", "only_x_left_in_stock": 987.65, - "options_container": "abc123", + "options_container": "xyz789", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], @@ -60649,14 +60823,14 @@
Example
"short_description": ComplexTextValue, "sku": "abc123", "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": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, "uid": 4, "upsell_products": [ProductInterface], - "url_key": "xyz789" + "url_key": "abc123" }
@@ -60718,8 +60892,8 @@
Fields
Example
{
-  "link_type": "xyz789",
-  "linked_product_sku": "abc123",
+  "link_type": "abc123",
+  "linked_product_sku": "xyz789",
   "linked_product_type": "xyz789",
   "position": 987,
   "sku": "abc123"
@@ -60801,9 +60975,9 @@ 
Possible Types
Example
{
-  "link_type": "abc123",
+  "link_type": "xyz789",
   "linked_product_sku": "xyz789",
-  "linked_product_type": "abc123",
+  "linked_product_type": "xyz789",
   "position": 123,
   "sku": "abc123"
 }
@@ -60858,8 +61032,8 @@ 
Fields
Example
{
   "asset_id": "xyz789",
-  "media_type": "abc123",
-  "media_url": "xyz789"
+  "media_type": "xyz789",
+  "media_url": "abc123"
 }
 
@@ -60912,7 +61086,7 @@
Fields
Example
{
   "media_type": "xyz789",
-  "video_asset_id": "abc123",
+  "video_asset_id": "xyz789",
   "video_media_url": "abc123"
 }
 
@@ -60980,10 +61154,10 @@
Fields
Example
{
-  "media_type": "xyz789",
+  "media_type": "abc123",
   "video_description": "abc123",
-  "video_metadata": "xyz789",
-  "video_provider": "xyz789",
+  "video_metadata": "abc123",
+  "video_provider": "abc123",
   "video_title": "xyz789",
   "video_url": "abc123"
 }
@@ -61174,8 +61348,8 @@ 
Example
"facets": [Aggregation], "items": [ProductSearchItem], "page_info": SearchResultPageInfo, - "related_terms": ["abc123"], - "suggestions": ["abc123"], + "related_terms": ["xyz789"], + "suggestions": ["xyz789"], "total_count": 123, "warnings": [ProductSearchWarning] } @@ -61225,7 +61399,7 @@
Fields
Example
-
{"attribute": "abc123", "direction": "ASC"}
+                  
{"attribute": "xyz789", "direction": "ASC"}
 
@@ -61271,7 +61445,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "message": "xyz789"
 }
 
@@ -61383,9 +61557,9 @@
Fields
Example
{
-  "disabled": true,
+  "disabled": false,
   "label": "xyz789",
-  "position": 987,
+  "position": 123,
   "url": "xyz789",
   "video_content": ProductMediaGalleryEntriesVideoContent
 }
@@ -61565,6 +61739,24 @@ 
linkTypes + + categories - [CategoryProductView!] + + A list of categories in which the product is present. + + + +
+
Arguments
+
+
+
family - String +
+
+
+
+ + queryType - String @@ -61609,7 +61801,7 @@
Example
"inStock": true, "lowStock": false, "attributes": [ProductViewAttribute], - "description": "abc123", + "description": "xyz789", "id": 4, "images": [ProductViewImage], "videos": [ProductViewVideo], @@ -61621,11 +61813,12 @@
Example
"shortDescription": "xyz789", "inputOptions": [ProductViewInputOption], "sku": "xyz789", - "externalId": "xyz789", - "url": "xyz789", - "urlKey": "abc123", + "externalId": "abc123", + "url": "abc123", + "urlKey": "xyz789", "links": [ProductViewLink], - "queryType": "abc123", + "categories": [CategoryProductView], + "queryType": "xyz789", "visibility": "abc123" }
@@ -61683,9 +61876,9 @@
Fields
Example
{
-  "label": "xyz789",
+  "label": "abc123",
   "name": "xyz789",
-  "roles": ["abc123"],
+  "roles": ["xyz789"],
   "value": {}
 }
 
@@ -63055,13 +63248,13 @@
Fields
Example
{
-  "id": 4,
-  "title": "xyz789",
+  "id": "4",
+  "title": "abc123",
   "required": false,
-  "type": "xyz789",
+  "type": "abc123",
   "markupAmount": 123.45,
-  "suffix": "xyz789",
-  "sortOrder": 987,
+  "suffix": "abc123",
+  "sortOrder": 123,
   "range": ProductViewInputOptionRange,
   "imageSize": ProductViewInputOptionImageSize,
   "fileExtensions": "xyz789"
@@ -63108,7 +63301,7 @@ 
Fields
Example
-
{"width": 987, "height": 987}
+                  
{"width": 123, "height": 123}
 
@@ -63198,7 +63391,7 @@
Fields
Example
{
   "product": ProductView,
-  "linkTypes": ["xyz789"]
+  "linkTypes": ["abc123"]
 }
 
@@ -63244,7 +63437,7 @@
Fields
Example
-
{"currency": "AED", "value": 123.45}
+                  
{"currency": "AED", "value": 987.65}
 
@@ -63305,7 +63498,7 @@
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "multi": false,
   "required": false,
   "title": "xyz789",
@@ -63389,7 +63582,7 @@ 
Possible Types
Example
{
   "id": 4,
-  "title": "abc123",
+  "title": "xyz789",
   "inStock": true
 }
 
@@ -63444,7 +63637,7 @@
Example
{
   "id": 4,
   "title": "xyz789",
-  "inStock": true
+  "inStock": false
 }
 
@@ -63511,12 +63704,12 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "isDefault": true,
   "product": SimpleProductView,
-  "quantity": 987.65,
-  "title": "xyz789",
-  "inStock": true
+  "quantity": 123.45,
+  "title": "abc123",
+  "inStock": false
 }
 
@@ -63578,10 +63771,10 @@
Fields
Example
{
-  "id": "4",
-  "title": "xyz789",
+  "id": 4,
+  "title": "abc123",
   "type": "TEXT",
-  "value": "abc123",
+  "value": "xyz789",
   "inStock": false
 }
 
@@ -63897,7 +64090,7 @@
Fields
Example
{
-  "selections": ["abc123"],
+  "selections": ["xyz789"],
   "product": ProductView
 }
 
@@ -63942,7 +64135,7 @@
Fields
Example
{
   "variants": [ProductViewVariant],
-  "cursor": "xyz789"
+  "cursor": "abc123"
 }
 
@@ -64002,7 +64195,7 @@
Example
"preview": ProductViewImage, "url": "xyz789", "description": "abc123", - "title": "xyz789" + "title": "abc123" }
@@ -64154,15 +64347,15 @@
Example
"approval_flow": [PurchaseOrderRuleApprovalFlow], "available_actions": ["REJECT"], "comments": [PurchaseOrderComment], - "created_at": "xyz789", + "created_at": "abc123", "created_by": Customer, "history_log": [PurchaseOrderHistoryItem], "number": "abc123", "order": CustomerOrder, "quote": Cart, "status": "PENDING", - "uid": 4, - "updated_at": "abc123" + "uid": "4", + "updated_at": "xyz789" }
@@ -64274,7 +64467,7 @@
Fields
Example
-
{"message": "xyz789", "type": "NOT_FOUND"}
+                  
{"message": "abc123", "type": "NOT_FOUND"}
 
@@ -64486,7 +64679,7 @@
Example
"description": "abc123", "name": "xyz789", "status": "ENABLED", - "uid": 4, + "uid": "4", "updated_at": "abc123" }
@@ -64718,7 +64911,7 @@
Fields
Example
-
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 123}
+                  
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
 
@@ -64790,10 +64983,10 @@
Fields
Example
{
-  "applies_to": ["4"],
-  "approvers": [4],
+  "applies_to": [4],
+  "approvers": ["4"],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
-  "description": "xyz789",
+  "description": "abc123",
   "name": "abc123",
   "status": "ENABLED"
 }
@@ -65183,8 +65376,8 @@ 
Fields
Example
{
-  "activity": "xyz789",
-  "created_at": "abc123",
+  "activity": "abc123",
+  "created_at": "xyz789",
   "message": "abc123",
   "uid": "4"
 }
@@ -65234,7 +65427,7 @@ 
Fields
Example
{
   "events": [PurchaseOrderApprovalFlowEvent],
-  "rule_name": "abc123"
+  "rule_name": "xyz789"
 }
 
@@ -65382,7 +65575,7 @@
Example
{
   "items": [PurchaseOrder],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -65748,8 +65941,8 @@
Example
{
   "item_id": "4",
   "item_uid": 4,
-  "note": "xyz789",
-  "templateId": "4"
+  "note": "abc123",
+  "templateId": 4
 }
 
@@ -65797,7 +65990,7 @@
Fields
Example
{
   "message": "xyz789",
-  "type": "xyz789"
+  "type": "abc123"
 }
 
@@ -65855,9 +66048,9 @@
Fields
Example
{
   "count": 123,
-  "from": 987.65,
-  "title": "xyz789",
-  "to": 123.45
+  "from": 123.45,
+  "title": "abc123",
+  "to": 987.65
 }
 
@@ -66128,14 +66321,14 @@
Fields
Example
{
-  "badge_position": "xyz789",
+  "badge_position": "abc123",
   "language_code": "abc123",
   "minimum_score": 987.65,
   "re_captcha_type": "INVISIBLE",
-  "technical_failure_message": "abc123",
-  "theme": "xyz789",
-  "validation_failure_message": "abc123",
-  "website_key": "xyz789"
+  "technical_failure_message": "xyz789",
+  "theme": "abc123",
+  "validation_failure_message": "xyz789",
+  "website_key": "abc123"
 }
 
@@ -66213,13 +66406,13 @@
Fields
Example
{
   "badge_position": "abc123",
-  "failure_message": "xyz789",
+  "failure_message": "abc123",
   "forms": ["PLACE_ORDER"],
-  "is_enabled": false,
-  "language_code": "xyz789",
+  "is_enabled": true,
+  "language_code": "abc123",
   "minimum_score": 123.45,
   "theme": "abc123",
-  "website_key": "xyz789"
+  "website_key": "abc123"
 }
 
@@ -66470,7 +66663,7 @@
Example
"totalProducts": 987, "typeId": "abc123", "unitId": "abc123", - "unitName": "abc123" + "unitName": "xyz789" }
@@ -66565,7 +66758,7 @@
Example
{
   "code": "xyz789",
   "id": 123,
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -66696,7 +66889,7 @@
Fields
Example
{
   "cart_id": "abc123",
-  "coupon_codes": ["xyz789"]
+  "coupon_codes": ["abc123"]
 }
 
@@ -66745,7 +66938,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "gift_card_code": "xyz789"
 }
 
@@ -66867,7 +67060,7 @@
Fields
Example
-
{"success": false}
+                  
{"success": true}
 
@@ -66955,7 +67148,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "cart_item_uid": "4"
 }
 
@@ -67131,7 +67324,7 @@
Fields
Example
-
{"item_uids": [4], "template_id": "4"}
+                  
{"item_uids": ["4"], "template_id": 4}
 
@@ -67270,7 +67463,7 @@
Fields
Example
-
{"return_shipping_tracking_uid": "4"}
+                  
{"return_shipping_tracking_uid": 4}
 
@@ -67636,8 +67829,8 @@
Fields
Example
{
-  "comment_text": "xyz789",
-  "contact_email": "xyz789",
+  "comment_text": "abc123",
+  "contact_email": "abc123",
   "items": [RequestReturnItemInput],
   "token": "abc123"
 }
@@ -67700,10 +67893,10 @@ 
Fields
Example
{
-  "cart_id": 4,
+  "cart_id": "4",
   "comment": NegotiableQuoteCommentInput,
-  "is_draft": true,
-  "quote_name": "abc123"
+  "is_draft": false,
+  "quote_name": "xyz789"
 }
 
@@ -67846,9 +68039,9 @@
Fields
Example
{
   "comment_text": "xyz789",
-  "contact_email": "abc123",
+  "contact_email": "xyz789",
   "items": [RequestReturnItemInput],
-  "order_uid": 4
+  "order_uid": "4"
 }
 
@@ -67912,8 +68105,8 @@
Example
"entered_custom_attributes": [ EnteredCustomAttributeInput ], - "order_item_uid": 4, - "quantity_to_return": 987.65, + "order_item_uid": "4", + "quantity_to_return": 123.45, "selected_custom_attributes": [ SelectedCustomAttributeInput ] @@ -68069,12 +68262,12 @@
pageSize
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "items": RequistionListItems,
-  "items_count": 987,
-  "name": "xyz789",
+  "items_count": 123,
+  "name": "abc123",
   "uid": "4",
-  "updated_at": "abc123"
+  "updated_at": "xyz789"
 }
 
@@ -68226,7 +68419,7 @@
Example
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "uid": "4"
 }
 
@@ -68296,8 +68489,8 @@
Example
{
   "entered_options": [EnteredOptionInput],
   "parent_sku": "abc123",
-  "quantity": 987.65,
-  "selected_options": ["xyz789"],
+  "quantity": 123.45,
+  "selected_options": ["abc123"],
   "sku": "xyz789"
 }
 
@@ -68448,7 +68641,7 @@
Example
"items": [RequisitionList], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -68502,7 +68695,7 @@
Example
{
   "items": [RequisitionListItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_pages": 123
+  "total_pages": 987
 }
 
@@ -68591,7 +68784,7 @@
Example
{
   "available_shipping_carriers": [ReturnShippingCarrier],
   "comments": [ReturnComment],
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "customer": ReturnCustomer,
   "items": [ReturnItem],
   "number": "xyz789",
@@ -68657,7 +68850,7 @@ 
Example
{
   "author_name": "xyz789",
   "created_at": "xyz789",
-  "text": "abc123",
+  "text": "xyz789",
   "uid": 4
 }
 
@@ -68710,8 +68903,8 @@
Fields
Example
{
-  "email": "abc123",
-  "firstname": "abc123",
+  "email": "xyz789",
+  "firstname": "xyz789",
   "lastname": "xyz789"
 }
 
@@ -68781,10 +68974,10 @@
Example
{
   "custom_attributesV2": [AttributeValueInterface],
   "order_item": OrderItemInterface,
-  "quantity": 123.45,
-  "request_quantity": 987.65,
+  "quantity": 987.65,
+  "request_quantity": 123.45,
   "status": "PENDING",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -68893,11 +69086,11 @@
Example
"frontend_input": "BOOLEAN", "input_filter": "NONE", "is_required": false, - "is_unique": true, + "is_unique": false, "label": "xyz789", "multiline_count": 123, "options": [CustomAttributeOptionInterface], - "sort_order": 123, + "sort_order": 987, "validate_rules": [ValidationRule] }
@@ -69104,13 +69297,13 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "contact_name": "xyz789",
   "country": Country,
   "postcode": "xyz789",
   "region": Region,
   "street": ["xyz789"],
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -69264,7 +69457,7 @@
Fields
Example
-
{"text": "xyz789", "type": "INFORMATION"}
+                  
{"text": "abc123", "type": "INFORMATION"}
 
@@ -69484,7 +69677,7 @@
Example
{
   "items": [Return],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -69525,7 +69718,7 @@
Fields
Example
-
{"result": true}
+                  
{"result": false}
 
@@ -69626,7 +69819,7 @@
Fields
Example
-
{"money": Money, "points": 987.65}
+                  
{"money": Money, "points": 123.45}
 
@@ -69684,8 +69877,8 @@
Example
{
   "balance": RewardPointsAmount,
   "change_reason": "xyz789",
-  "date": "xyz789",
-  "points_change": 123.45
+  "date": "abc123",
+  "points_change": 987.65
 }
 
@@ -69779,7 +69972,7 @@
Fields
Example
-
{"currency_amount": 123.45, "points": 123.45}
+                  
{"currency_amount": 987.65, "points": 987.65}
 
@@ -69918,7 +70111,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "value": "abc123"
 }
 
@@ -70018,7 +70211,7 @@
Fields
Example
-
{"count": 123, "id": 4, "title": "xyz789"}
+                  
{"count": 987, "id": 4, "title": "abc123"}
 
@@ -70146,9 +70339,9 @@
Fields
Example
{
-  "attribute": "xyz789",
+  "attribute": "abc123",
   "contains": "abc123",
-  "eq": "abc123",
+  "eq": "xyz789",
   "in": ["abc123"],
   "range": SearchRangeInput,
   "startsWith": "xyz789"
@@ -70305,9 +70498,9 @@ 
Fields
Example
{
-  "label": "abc123",
-  "type": "xyz789",
-  "uid": 4,
+  "label": "xyz789",
+  "type": "abc123",
+  "uid": "4",
   "values": [SelectedBundleOptionValue]
 }
 
@@ -70370,10 +70563,10 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "original_price": Money,
   "priceV2": Money,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "uid": "4"
 }
 
@@ -70432,9 +70625,9 @@
Fields
Example
{
   "configurable_product_option_uid": 4,
-  "configurable_product_option_value_uid": "4",
-  "option_label": "abc123",
-  "value_label": "xyz789"
+  "configurable_product_option_value_uid": 4,
+  "option_label": "xyz789",
+  "value_label": "abc123"
 }
 
@@ -70483,8 +70676,8 @@
Fields
Example
{
-  "attribute_code": "xyz789",
-  "value": "xyz789"
+  "attribute_code": "abc123",
+  "value": "abc123"
 }
 
@@ -70551,7 +70744,7 @@
Fields
Example
{
-  "customizable_option_uid": "4",
+  "customizable_option_uid": 4,
   "is_required": true,
   "label": "xyz789",
   "sort_order": 987,
@@ -70613,8 +70806,8 @@ 
Fields
Example
{
-  "customizable_option_value_uid": "4",
-  "label": "xyz789",
+  "customizable_option_value_uid": 4,
+  "label": "abc123",
   "price": CartItemSelectedOptionValuePrice,
   "value": "abc123"
 }
@@ -70673,9 +70866,9 @@ 
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "oope_payment_method_config": OopePaymentMethodConfig,
-  "purchase_order_number": "abc123",
+  "purchase_order_number": "xyz789",
   "title": "xyz789"
 }
 
@@ -70755,9 +70948,9 @@
Example
{
   "additional_data": [ShippingAdditionalData],
   "amount": Money,
-  "carrier_code": "xyz789",
-  "carrier_title": "abc123",
-  "method_code": "abc123",
+  "carrier_code": "abc123",
+  "carrier_title": "xyz789",
+  "method_code": "xyz789",
   "method_title": "xyz789",
   "price_excl_tax": Money,
   "price_incl_tax": Money
@@ -70897,7 +71090,7 @@ 
Fields
Example
{
   "billing_address": BillingAddressInput,
-  "cart_id": "abc123"
+  "cart_id": "xyz789"
 }
 
@@ -70983,7 +71176,7 @@
Fields
Example
-
{"error": "xyz789", "success": false}
+                  
{"error": "abc123", "success": false}
 
@@ -71030,10 +71223,7 @@
Fields
Example
-
{
-  "custom_attributes": [CustomAttributeInput],
-  "id": "4"
-}
+                  
{"custom_attributes": [CustomAttributeInput], "id": 4}
 
@@ -71122,7 +71312,7 @@
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -71229,11 +71419,11 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "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
 }
 
@@ -71543,7 +71733,7 @@
Fields
Example
{
   "payment_method": NegotiableQuotePaymentMethodInput,
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -71632,7 +71822,7 @@
Fields
Example
{
-  "quote_uid": 4,
+  "quote_uid": "4",
   "shipping_addresses": [
     NegotiableQuoteShippingAddressInput
   ]
@@ -71724,7 +71914,7 @@ 
Fields
Example
{
-  "quote_uid": "4",
+  "quote_uid": 4,
   "shipping_methods": [ShippingMethodInput]
 }
 
@@ -71815,7 +72005,7 @@
Fields
Example
{
   "shipping_address": NegotiableQuoteTemplateShippingAddressInput,
-  "template_id": "4"
+  "template_id": 4
 }
 
@@ -72044,7 +72234,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "shipping_methods": [ShippingMethodInput]
 }
 
@@ -72134,8 +72324,8 @@
Fields
Example
{
-  "email": "xyz789",
-  "name": "xyz789"
+  "email": "abc123",
+  "name": "abc123"
 }
 
@@ -72176,7 +72366,7 @@
Fields
Example
-
{"is_shared": true}
+                  
{"is_shared": false}
 
@@ -72224,7 +72414,7 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "name": "abc123"
 }
 
@@ -72440,8 +72630,8 @@
Example
"order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_shipped": 123.45 + "product_sku": "xyz789", + "quantity_shipped": 987.65 }
@@ -72544,7 +72734,7 @@
Fields
Example
{
-  "key": "xyz789",
+  "key": "abc123",
   "value": "xyz789"
 }
 
@@ -72615,7 +72805,7 @@
Example
"address": CartAddressInput, "customer_address_id": 987, "customer_address_uid": 4, - "customer_notes": "abc123", + "customer_notes": "xyz789", "pickup_location_code": "abc123" }
@@ -72777,28 +72967,28 @@
Example
{
   "available_shipping_methods": [AvailableShippingMethod],
   "cart_items_v2": [CartItemInterface],
-  "city": "abc123",
+  "city": "xyz789",
   "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": 4,
+  "customer_address_uid": "4",
   "customer_notes": "abc123",
   "fax": "abc123",
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "id": 987,
-  "lastname": "abc123",
+  "lastname": "xyz789",
   "middlename": "abc123",
-  "pickup_location_code": "xyz789",
-  "postcode": "abc123",
-  "prefix": "abc123",
+  "pickup_location_code": "abc123",
+  "postcode": "xyz789",
+  "prefix": "xyz789",
   "region": CartAddressRegion,
-  "same_as_billing": true,
+  "same_as_billing": false,
   "selected_shipping_method": SelectedShippingMethod,
-  "street": ["xyz789"],
+  "street": ["abc123"],
   "suffix": "abc123",
-  "telephone": "xyz789",
-  "uid": "4",
-  "vat_id": "xyz789"
+  "telephone": "abc123",
+  "uid": 4,
+  "vat_id": "abc123"
 }
 
@@ -72954,7 +73144,7 @@
Fields
Example
{
   "carrier_code": "abc123",
-  "method_code": "abc123"
+  "method_code": "xyz789"
 }
 
@@ -73085,15 +73275,15 @@
Example
"gift_message": GiftMessage, "gift_wrapping": GiftWrapping, "is_available": true, - "max_qty": 123.45, + "max_qty": 987.65, "min_qty": 987.65, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
@@ -73364,31 +73554,31 @@
Example
"media_gallery": [MediaGalleryInterface], "meta_description": "xyz789", "meta_keyword": "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, + "meta_title": "abc123", + "min_sale_qty": 123.45, + "name": "xyz789", + "new_from_date": "abc123", + "new_to_date": "xyz789", + "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": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "xyz789", + "sku": "abc123", "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": "xyz789", + "swatch_image": "abc123", "thumbnail": ProductImage, - "uid": 4, + "uid": "4", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "weight": 123.45 + "url_key": "abc123", + "weight": 987.65 }
@@ -73571,6 +73761,24 @@
linkTypes + + categories - [CategoryProductView!] + + A list of categories in which the product is present. + + + +
+
Arguments
+
+
+
family - String +
+
+
+
+ + queryType - String @@ -73589,7 +73797,7 @@
linkTypes
Example
{
-  "addToCartAllowed": false,
+  "addToCartAllowed": true,
   "inStock": true,
   "lowStock": true,
   "attributes": [ProductViewAttribute],
@@ -73600,18 +73808,19 @@ 
Example
"inputOptions": [ProductViewInputOption], "lastModifiedAt": "2007-12-03T10:15:30Z", "metaDescription": "xyz789", - "metaKeyword": "xyz789", + "metaKeyword": "abc123", "metaTitle": "xyz789", "name": "xyz789", "price": ProductViewPrice, - "shortDescription": "xyz789", - "sku": "xyz789", + "shortDescription": "abc123", + "sku": "abc123", "externalId": "xyz789", - "url": "xyz789", - "urlKey": "xyz789", + "url": "abc123", + "urlKey": "abc123", "links": [ProductViewLink], - "queryType": "xyz789", - "visibility": "abc123" + "categories": [CategoryProductView], + "queryType": "abc123", + "visibility": "xyz789" }
@@ -73740,9 +73949,9 @@
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
+  "description": "xyz789",
   "id": "4",
   "product": ProductInterface,
   "quantity": 987.65
@@ -73801,8 +74010,8 @@ 
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "xyz789"
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "abc123"
 }
 
@@ -73890,16 +74099,16 @@
Fields
Example
{
-  "app_switch_when_available": false,
+  "app_switch_when_available": true,
   "button_styles": ButtonStyles,
   "code": "xyz789",
-  "display_message": true,
-  "display_venmo": true,
-  "is_visible": true,
+  "display_message": false,
+  "display_venmo": false,
+  "is_visible": false,
   "message_styles": MessageStyles,
   "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "abc123",
+  "sort_order": "xyz789",
   "title": "xyz789"
 }
 
@@ -74044,7 +74253,7 @@
Fields
Example
{
-  "default": "xyz789",
+  "default": "abc123",
   "options": [SortField]
 }
 
@@ -74369,7 +74578,7 @@
Fields
Example
{
   "attribute": "abc123",
-  "frontendInput": "xyz789",
+  "frontendInput": "abc123",
   "label": "xyz789",
   "numeric": true
 }
@@ -74423,9 +74632,9 @@ 
Fields
Example
{
-  "max": 123.45,
+  "max": 987.65,
   "min": 987.65,
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -75157,22 +75366,22 @@
Fields
Example
{
-  "allow_company_registration": true,
-  "allow_gift_receipt": "abc123",
+  "allow_company_registration": false,
+  "allow_gift_receipt": "xyz789",
   "allow_gift_wrapping_on_order": "abc123",
   "allow_gift_wrapping_on_order_items": "abc123",
-  "allow_items": "xyz789",
+  "allow_items": "abc123",
   "allow_order": "xyz789",
   "allow_printed_card": "abc123",
   "autocomplete_on_storefront": false,
   "base_currency_code": "xyz789",
-  "base_link_url": "abc123",
+  "base_link_url": "xyz789",
   "base_media_url": "xyz789",
   "base_static_url": "abc123",
-  "base_url": "xyz789",
-  "cart_expires_in_days": 123,
+  "base_url": "abc123",
+  "cart_expires_in_days": 987,
   "cart_gift_wrapping": "abc123",
-  "cart_merge_preference": "abc123",
+  "cart_merge_preference": "xyz789",
   "cart_printed_card": "xyz789",
   "cart_summary_display_quantity": 123,
   "catalog_default_sort_by": "abc123",
@@ -75181,104 +75390,104 @@ 
Example
"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": "abc123", "check_money_order_new_order_status": "abc123", "check_money_order_payment_from_specific_countries": "abc123", - "check_money_order_send_check_to": "xyz789", - "check_money_order_sort_order": 123, - "check_money_order_title": "xyz789", + "check_money_order_send_check_to": "abc123", + "check_money_order_sort_order": 987, + "check_money_order_title": "abc123", "company_credit_enabled": false, - "company_enabled": false, + "company_enabled": true, "configurable_product_image": "ITSELF", "configurable_thumbnail_source": "xyz789", - "contact_enabled": false, + "contact_enabled": true, "countries_with_required_region": "xyz789", "create_account_confirmation": false, "customer_access_token_lifetime": 123.45, - "default_country": "abc123", + "default_country": "xyz789", "default_display_currency_code": "abc123", "display_product_prices_in_catalog": 987, "display_shipping_prices": 987, - "display_state_if_optional": false, + "display_state_if_optional": true, "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_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": true, - "fixed_product_taxes_include_fpt_in_subtotal": false, + "fixed_product_taxes_display_prices_on_product_view_page": 987, + "fixed_product_taxes_enable": false, + "fixed_product_taxes_include_fpt_in_subtotal": true, "graphql_share_customer_group": false, - "grid_per_page": 987, + "grid_per_page": 123, "grid_per_page_values": "abc123", "grouped_product_image": "ITSELF", - "is_checkout_agreements_enabled": true, + "is_checkout_agreements_enabled": false, "is_default_store": true, "is_default_store_group": true, "is_guest_checkout_enabled": true, "is_negotiable_quote_active": true, - "is_one_page_checkout_enabled": false, + "is_one_page_checkout_enabled": true, "is_requisition_list_active": "xyz789", "list_mode": "xyz789", "list_per_page": 987, "list_per_page_values": "xyz789", - "locale": "abc123", + "locale": "xyz789", "magento_reward_general_is_enabled": "xyz789", - "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": "xyz789", - "magento_reward_points_invitation_customer_limit": "abc123", - "magento_reward_points_invitation_order": "abc123", - "magento_reward_points_invitation_order_limit": "abc123", + "magento_reward_general_is_enabled_on_front": "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": "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": "abc123", - "magento_wishlist_general_is_enabled": "xyz789", - "max_items_in_order_summary": 987, + "magento_reward_points_register": "abc123", + "magento_reward_points_review": "abc123", + "magento_reward_points_review_limit": "xyz789", + "magento_wishlist_general_is_enabled": "abc123", + "max_items_in_order_summary": 123, "maximum_number_of_wishlists": "xyz789", "minicart_display": false, - "minicart_max_items": 987, + "minicart_max_items": 123, "minimum_password_length": "xyz789", - "newsletter_enabled": false, - "optional_zip_countries": "xyz789", - "order_cancellation_enabled": false, + "newsletter_enabled": true, + "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, + "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": false, + "product_url_suffix": "xyz789", + "quickorder_active": true, "quote_minimum_amount": 987.65, - "quote_minimum_amount_message": "abc123", + "quote_minimum_amount_message": "xyz789", "required_character_classes_number": "xyz789", "returns_enabled": "abc123", - "root_category_uid": "4", + "root_category_uid": 4, "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "sales_gift_wrapping": "xyz789", - "sales_printed_card": "abc123", + "sales_gift_wrapping": "abc123", + "sales_printed_card": "xyz789", "secure_base_link_url": "abc123", "secure_base_media_url": "xyz789", "secure_base_static_url": "xyz789", "secure_base_url": "xyz789", "share_active_segments": true, - "share_applied_cart_rule": true, - "shopping_cart_display_full_summary": false, + "share_applied_cart_rule": false, + "shopping_cart_display_full_summary": true, "shopping_cart_display_grand_total": true, "shopping_cart_display_price": 987, - "shopping_cart_display_shipping": 123, - "shopping_cart_display_subtotal": 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": true, - "store_code": "4", + "store_code": 4, "store_group_code": "4", "store_group_name": "abc123", "store_name": "abc123", @@ -75286,15 +75495,15 @@
Example
"timezone": "abc123", "title_separator": "abc123", "use_store_in_url": false, - "website_code": "4", + "website_code": 4, "website_name": "xyz789", "weight_unit": "abc123", "zero_subtotal_enable_for_specific_countries": false, "zero_subtotal_enabled": true, - "zero_subtotal_new_order_status": "abc123", + "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_sort_order": 987, "zero_subtotal_title": "abc123" }
@@ -75487,14 +75696,14 @@
Fields
Example
{
   "attachments": [NegotiableQuoteCommentAttachmentInput],
-  "comment": "xyz789",
-  "max_order_commitment": 123,
+  "comment": "abc123",
+  "max_order_commitment": 987,
   "min_order_commitment": 987,
   "name": "abc123",
   "reference_document_links": [
     NegotiableQuoteTemplateReferenceDocumentLinkInput
   ],
-  "template_id": "4"
+  "template_id": 4
 }
 
@@ -75706,7 +75915,7 @@
Possible Types
Example
-
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
@@ -75974,8 +76183,8 @@
Fields
Example
{
-  "cartId": "abc123",
-  "id": "xyz789"
+  "cartId": "xyz789",
+  "id": "abc123"
 }
 
@@ -76316,13 +76525,13 @@
Fields
Example
{
-  "unitName": "xyz789",
-  "storefrontLabel": "abc123",
-  "pagePlacement": "xyz789",
-  "displayNumber": 987,
+  "unitName": "abc123",
+  "storefrontLabel": "xyz789",
+  "pagePlacement": "abc123",
+  "displayNumber": 123,
   "pageType": "xyz789",
-  "unitStatus": "abc123",
-  "typeId": "xyz789",
+  "unitStatus": "xyz789",
+  "typeId": "abc123",
   "filterRules": [FilterRuleInput]
 }
 
@@ -76698,7 +76907,7 @@
Example
GiftRegistryDynamicAttributeInput ], "event_name": "abc123", - "message": "xyz789", + "message": "abc123", "privacy_settings": "PRIVATE", "shipping_address": GiftRegistryShippingAddressInput, "status": "ACTIVE" @@ -76909,9 +77118,9 @@
Example
GiftRegistryDynamicAttributeInput ], "email": "xyz789", - "firstname": "xyz789", - "gift_registry_registrant_uid": "4", - "lastname": "xyz789" + "firstname": "abc123", + "gift_registry_registrant_uid": 4, + "lastname": "abc123" }
@@ -77041,7 +77250,7 @@
Fields
Example
{
   "items": [NegotiableQuoteItemQuantityInput],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -77262,9 +77471,9 @@
Example
"approvers": ["4"], "condition": CreatePurchaseOrderApprovalRuleConditionInput, "description": "abc123", - "name": "abc123", + "name": "xyz789", "status": "ENABLED", - "uid": 4 + "uid": "4" }
@@ -77313,8 +77522,8 @@
Fields
Example
{
-  "description": "xyz789",
-  "name": "abc123"
+  "description": "abc123",
+  "name": "xyz789"
 }
 
@@ -77376,8 +77585,8 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "item_id": 4,
-  "quantity": 123.45,
+  "item_id": "4",
+  "quantity": 987.65,
   "selected_options": ["xyz789"]
 }
 
@@ -77510,8 +77719,8 @@
Fields
Example
{
-  "name": "xyz789",
-  "uid": "4",
+  "name": "abc123",
+  "uid": 4,
   "visibility": "PUBLIC"
 }
 
@@ -77567,7 +77776,7 @@
Fields
Example
{
-  "currentPage": 987,
+  "currentPage": 123,
   "pageSize": 987,
   "sort": [CompaniesSortInput]
 }
@@ -77770,7 +77979,7 @@ 
Fields
Example
-
{"purchase_order_uids": [4]}
+                  
{"purchase_order_uids": ["4"]}
 
@@ -78115,8 +78324,8 @@
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "abc123",
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "xyz789",
   "public_hash": "abc123"
 }
 
@@ -78262,7 +78471,7 @@
Fields
Example
{
   "dateTime": "2007-12-03T10:15:30Z",
-  "sku": "abc123"
+  "sku": "xyz789"
 }
 
@@ -78377,13 +78586,13 @@
Example
"is_available": true, "max_qty": 123.45, "min_qty": 987.65, - "not_available_message": "xyz789", + "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 }
@@ -78635,44 +78844,44 @@
Example
{
   "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": false,
+  "gift_message_available": true,
+  "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
   "image": ProductImage,
   "is_returnable": "xyz789",
-  "manufacturer": 987,
+  "manufacturer": 123,
   "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "xyz789",
-  "meta_keyword": "xyz789",
+  "meta_keyword": "abc123",
   "meta_title": "xyz789",
   "min_sale_qty": 987.65,
-  "name": "xyz789",
+  "name": "abc123",
   "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": "xyz789",
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
-  "quantity": 987.65,
+  "quantity": 123.45,
   "related_products": [ProductInterface],
   "short_description": ComplexTextValue,
-  "sku": "xyz789",
+  "sku": "abc123",
   "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": "abc123",
   "thumbnail": ProductImage,
-  "uid": "4",
+  "uid": 4,
   "upsell_products": [ProductInterface],
-  "url_key": "abc123"
+  "url_key": "xyz789"
 }
 
@@ -78804,9 +79013,9 @@
Example
"added_at": "abc123", "customizable_options": [SelectedCustomizableOption], "description": "xyz789", - "id": "4", + "id": 4, "product": ProductInterface, - "quantity": 123.45 + "quantity": 987.65 }
@@ -78854,7 +79063,7 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789"
+  "message": "abc123"
 }
 
@@ -78992,12 +79201,12 @@
pageSize
Example
{
-  "id": "4",
-  "items_count": 123,
+  "id": 4,
+  "items_count": 987,
   "items_v2": WishlistItems,
   "name": "xyz789",
   "sharing_code": "xyz789",
-  "updated_at": "abc123",
+  "updated_at": "xyz789",
   "visibility": "PUBLIC"
 }
 
@@ -79058,7 +79267,7 @@
Example
"code": "PRODUCT_NOT_FOUND", "message": "xyz789", "wishlistId": 4, - "wishlistItemId": 4 + "wishlistItemId": "4" }
@@ -79246,7 +79455,7 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
+  "parent_sku": "xyz789",
   "quantity": 987.65,
   "selected_options": [4],
   "sku": "xyz789"
@@ -79366,10 +79575,10 @@ 
Example
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
@@ -79417,7 +79626,10 @@
Fields
Example
-
{"quantity": 987.65, "wishlist_item_id": 4}
+                  
{
+  "quantity": 987.65,
+  "wishlist_item_id": "4"
+}
 
@@ -79483,11 +79695,11 @@
Fields
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "entered_options": [EnteredOptionInput],
   "quantity": 987.65,
   "selected_options": ["4"],
-  "wishlist_item_id": 4
+  "wishlist_item_id": "4"
 }
 
@@ -79629,7 +79841,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "media_resource_type": "NEGOTIABLE_QUOTE_ATTACHMENT"
 }
 
@@ -79679,7 +79891,7 @@
Fields
Example
{
   "key": "abc123",
-  "message": "xyz789",
+  "message": "abc123",
   "success": true
 }
 
@@ -79725,7 +79937,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "media_resource_type": "NEGOTIABLE_QUOTE_ATTACHMENT"
 }