diff --git a/spectaql/schema_saas.json b/spectaql/schema_saas.json index d1923ae6b..6fea2ae2f 100644 --- a/spectaql/schema_saas.json +++ b/spectaql/schema_saas.json @@ -59307,7 +59307,7 @@ }, { "name": "categoryTree", - "description": "Retrieves category tree nodes, optionally filtered by slugs and limited by depth.", + "description": "Retrieves category tree nodes, optionally filtered by family, slugs and limited by depth.", "args": [ { "name": "family", @@ -59339,7 +59339,7 @@ }, { "name": "depth", - "description": "The depth of the category tree to retrieve. For example, depth 1 will retrieve only root categories (categories with level 1), depth 2 will retrieve root categories and their primary children (level 1 & level 2 categories).", + "description": "The depth of the category tree to retrieve. When used without an initial slug, it will specify the maximum level allowed for a category. When used with a starting slug, it specifies depth from that slug, counting the slug itself as level 1.", "type": { "kind": "SCALAR", "name": "Int", diff --git a/src/openapi/accs-schema.yaml b/src/openapi/accs-schema.yaml index 9a100ca67..f9b0088fa 100644 --- a/src/openapi/accs-schema.yaml +++ b/src/openapi/accs-schema.yaml @@ -2237,6 +2237,30 @@ definitions: - error_message - request_timestamp type: object + commerce-backend-uix-data-selected-extension-data-interface: + description: Defines the selected extensions table data model + properties: + extension_name: + description: The extension name + type: string + extension_title: + description: The extension title + type: string + extension_url: + description: The extension url + type: string + extension_workspace: + description: The extension workspace + type: string + id: + description: Id field + type: string + required: + - extension_name + - extension_title + - extension_workspace + - extension_url + type: object company-credit-data-credit-balance-options-interface: description: Credit balance data transfer object interface. properties: @@ -10355,6 +10379,97 @@ paths: tags: - adminuisdk/appmanagement/validate summary: adminuisdk/appmanagement/validate + "/V1/adminuisdk/extension": + post: + consumes: + - application/json + - application/xml + description: Saving the selected extensions to database. + operationId: PostV1AdminuisdkExtension + parameters: + - in: body + name: PostV1AdminuisdkExtensionBody + schema: + properties: + extension: + "$ref": "#/definitions/commerce-backend-uix-data-selected-extension-data-interface" + required: + - extension + type: object + xml: + name: request + produces: + - application/json + - application/xml + responses: + '400': + description: 400 Bad Request + schema: + "$ref": "#/definitions/error-response" + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + tags: + - adminuisdk/extension + summary: adminuisdk/extension + "/V1/adminuisdk/extension/{workspace_name}/{extension_name}": + delete: + consumes: + - application/json + - application/xml + description: Delete selected extension by extension name. + operationId: DeleteV1AdminuisdkExtensionWorkspace_nameExtension_name + parameters: + - in: path + name: workspace_name + required: true + type: string + - in: path + name: extension_name + required: true + type: string + - in: body + name: DeleteV1AdminuisdkExtensionWorkspace_nameExtension_nameBody + schema: + properties: + extensionName: + type: string + workspaceName: + type: string + required: + - workspaceName + - extensionName + type: object + xml: + name: request + produces: + - application/json + - application/xml + responses: + '401': + description: 401 Unauthorized + schema: + "$ref": "#/definitions/error-response" + '500': + description: Internal Server error + schema: + "$ref": "#/definitions/error-response" + default: + description: Unexpected error + schema: + "$ref": "#/definitions/error-response" + tags: + - adminuisdk/extension/{workspace_name}/{extension_name} + summary: adminuisdk/extension/{workspace_name}/{extension_name} "/V1/adminuisdk/massaction/{request_id}": get: consumes: @@ -29805,6 +29920,8 @@ swagger: '2.0' tags: - name: addresses/{addressId} - name: adminuisdk/appmanagement/validate +- name: adminuisdk/extension +- name: adminuisdk/extension/{workspace_name}/{extension_name} - name: adminuisdk/massaction/{request_id} - name: adminuisdk/orderviewbutton/{request_id} - name: adobe_io_events/check_configuration @@ -30181,6 +30298,8 @@ x-tagGroups: - name: adminuisdk tags: - adminuisdk/appmanagement/validate + - adminuisdk/extension + - adminuisdk/extension/{workspace_name}/{extension_name} - adminuisdk/massaction/{request_id} - adminuisdk/orderviewbutton/{request_id} - name: adobe_io_events @@ -30659,4 +30778,4 @@ x-tagGroups: - webhooks/list - webhooks/subscribe - webhooks/supportedList - - webhooks/unsubscribe \ No newline at end of file + - webhooks/unsubscribe diff --git a/static/graphql-api/saas/index.html b/static/graphql-api/saas/index.html index 64cfba263..1105b7d66 100644 --- a/static/graphql-api/saas/index.html +++ b/static/graphql-api/saas/index.html @@ -1270,7 +1270,7 @@
Query
Variables
-
{"formCode": "abc123"}
+                  
{"formCode": "xyz789"}
 
@@ -1580,7 +1580,7 @@
Query
Variables
-
{"useCurrentGroup": false}
+                  
{"useCurrentGroup": true}
 
@@ -1589,53 +1589,53 @@
Response
"data": { "availableStores": [ { - "allow_company_registration": true, - "allow_gift_receipt": "xyz789", + "allow_company_registration": false, + "allow_gift_receipt": "abc123", "allow_gift_wrapping_on_order": "abc123", - "allow_gift_wrapping_on_order_items": "abc123", + "allow_gift_wrapping_on_order_items": "xyz789", "allow_items": "xyz789", - "allow_order": "abc123", - "allow_printed_card": "xyz789", - "autocomplete_on_storefront": true, - "base_currency_code": "xyz789", + "allow_order": "xyz789", + "allow_printed_card": "abc123", + "autocomplete_on_storefront": false, + "base_currency_code": "abc123", "base_link_url": "abc123", "base_media_url": "xyz789", "base_static_url": "abc123", "base_url": "abc123", "cart_expires_in_days": 987, - "cart_gift_wrapping": "xyz789", - "cart_merge_preference": "abc123", - "cart_printed_card": "abc123", - "cart_summary_display_quantity": 123, + "cart_gift_wrapping": "abc123", + "cart_merge_preference": "xyz789", + "cart_printed_card": "xyz789", + "cart_summary_display_quantity": 987, "catalog_default_sort_by": "xyz789", "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "category_url_suffix": "xyz789", + "category_url_suffix": "abc123", "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": "xyz789", + "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_payment_from_specific_countries": "xyz789", - "check_money_order_send_check_to": "abc123", + "check_money_order_send_check_to": "xyz789", "check_money_order_sort_order": 123, "check_money_order_title": "xyz789", - "company_credit_enabled": false, + "company_credit_enabled": true, "company_enabled": true, "configurable_product_image": "ITSELF", "configurable_thumbnail_source": "xyz789", - "contact_enabled": false, - "countries_with_required_region": "xyz789", + "contact_enabled": true, + "countries_with_required_region": "abc123", "create_account_confirmation": true, "customer_access_token_lifetime": 987.65, "default_country": "abc123", - "default_display_currency_code": "xyz789", - "display_product_prices_in_catalog": 987, + "default_display_currency_code": "abc123", + "display_product_prices_in_catalog": 123, "display_shipping_prices": 123, "display_state_if_optional": true, - "enable_multiple_wishlists": "xyz789", + "enable_multiple_wishlists": "abc123", "fixed_product_taxes_apply_tax_to_fpt": false, - "fixed_product_taxes_display_prices_in_emails": 987, + "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": 987, @@ -1643,93 +1643,93 @@
Response
"fixed_product_taxes_include_fpt_in_subtotal": false, "graphql_share_customer_group": true, "grid_per_page": 123, - "grid_per_page_values": "abc123", + "grid_per_page_values": "xyz789", "grouped_product_image": "ITSELF", - "is_checkout_agreements_enabled": true, + "is_checkout_agreements_enabled": false, "is_default_store": false, - "is_default_store_group": true, + "is_default_store_group": false, "is_guest_checkout_enabled": false, - "is_negotiable_quote_active": true, - "is_one_page_checkout_enabled": false, - "is_requisition_list_active": "xyz789", - "list_mode": "xyz789", - "list_per_page": 123, + "is_negotiable_quote_active": false, + "is_one_page_checkout_enabled": true, + "is_requisition_list_active": "abc123", + "list_mode": "abc123", + "list_per_page": 987, "list_per_page_values": "abc123", "locale": "abc123", "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": "xyz789", + "magento_reward_general_is_enabled_on_front": "xyz789", + "magento_reward_general_min_points_balance": "abc123", + "magento_reward_general_publish_history": "abc123", "magento_reward_points_invitation_customer": "abc123", - "magento_reward_points_invitation_customer_limit": "abc123", - "magento_reward_points_invitation_order": "abc123", - "magento_reward_points_invitation_order_limit": "xyz789", - "magento_reward_points_newsletter": "abc123", - "magento_reward_points_order": "abc123", + "magento_reward_points_invitation_customer_limit": "xyz789", + "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_review_limit": "abc123", - "magento_wishlist_general_is_enabled": "abc123", - "max_items_in_order_summary": 987, + "magento_reward_points_review_limit": "xyz789", + "magento_wishlist_general_is_enabled": "xyz789", + "max_items_in_order_summary": 123, "maximum_number_of_wishlists": "abc123", - "minicart_display": true, + "minicart_display": false, "minicart_max_items": 987, "minimum_password_length": "xyz789", - "newsletter_enabled": true, + "newsletter_enabled": false, "optional_zip_countries": "xyz789", - "order_cancellation_enabled": true, + "order_cancellation_enabled": false, "order_cancellation_reasons": [ CancellationReason ], "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_grandtotal": false, + "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": "xyz789", "quickorder_active": true, "quote_minimum_amount": 123.45, "quote_minimum_amount_message": "xyz789", - "required_character_classes_number": "abc123", - "returns_enabled": "xyz789", + "required_character_classes_number": "xyz789", + "returns_enabled": "abc123", "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_media_url": "xyz789", - "secure_base_static_url": "xyz789", - "secure_base_url": "xyz789", + "sales_gift_wrapping": "abc123", + "sales_printed_card": "xyz789", + "secure_base_link_url": "xyz789", + "secure_base_media_url": "abc123", + "secure_base_static_url": "abc123", + "secure_base_url": "abc123", "share_active_segments": false, "share_applied_cart_rule": false, - "shopping_cart_display_full_summary": false, - "shopping_cart_display_grand_total": true, + "shopping_cart_display_full_summary": true, + "shopping_cart_display_grand_total": false, "shopping_cart_display_price": 987, "shopping_cart_display_shipping": 123, "shopping_cart_display_subtotal": 123, "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX", "shopping_cart_display_zero_tax": false, "store_code": "4", - "store_group_code": 4, - "store_group_name": "abc123", + "store_group_code": "4", + "store_group_name": "xyz789", "store_name": "abc123", - "store_sort_order": 987, + "store_sort_order": 123, "timezone": "abc123", - "title_separator": "xyz789", - "use_store_in_url": false, - "website_code": 4, + "title_separator": "abc123", + "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": "xyz789", "zero_subtotal_payment_action": "xyz789", "zero_subtotal_payment_from_specific_countries": "abc123", - "zero_subtotal_sort_order": 987, - "zero_subtotal_title": "abc123" + "zero_subtotal_sort_order": 123, + "zero_subtotal_title": "xyz789" } ] } @@ -1845,7 +1845,7 @@
Query
Variables
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -1863,11 +1863,11 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, @@ -1980,7 +1980,7 @@
Query
Variables
{
-  "ids": ["abc123"],
+  "ids": ["xyz789"],
   "roles": ["xyz789"],
   "subtree": Subtree
 }
@@ -1992,18 +1992,18 @@ 
Response
"data": { "categories": [ { - "availableSortBy": ["xyz789"], - "children": ["xyz789"], - "defaultSortBy": "abc123", + "availableSortBy": ["abc123"], + "children": ["abc123"], + "defaultSortBy": "xyz789", "id": 4, "level": 987, - "name": "abc123", - "parentId": "xyz789", - "path": "xyz789", + "name": "xyz789", + "parentId": "abc123", + "path": "abc123", "roles": ["xyz789"], - "urlKey": "abc123", - "urlPath": "abc123", - "count": 987, + "urlKey": "xyz789", + "urlPath": "xyz789", + "count": 123, "title": "xyz789" } ] @@ -2026,7 +2026,7 @@

Description
-

Retrieves category tree nodes, optionally filtered by slugs and limited by depth.

+

Retrieves category tree nodes, optionally filtered by family, slugs and limited by depth.

@@ -2063,7 +2063,7 @@
Arguments
depth - Int - The depth of the category tree to retrieve. For example, depth 1 will retrieve only root categories (categories with level 1), depth 2 will retrieve root categories and their primary children (level 1 & level 2 categories). + The depth of the category tree to retrieve. When used without an initial slug, it will specify the maximum level allowed for a category. When used with a starting slug, it specifies depth from that slug, counting the slug itself as level 1. @@ -2114,13 +2114,13 @@
Response
"data": { "categoryTree": [ { - "slug": "xyz789", + "slug": "abc123", "name": "xyz789", "description": "abc123", "metaTags": CategoryMetaTags, "images": [CategoryImage], - "level": 987, - "parentSlug": "xyz789", + "level": 123, + "parentSlug": "abc123", "childrenSlugs": ["abc123"] } ] @@ -2178,11 +2178,11 @@
Response
"data": { "checkoutAgreements": [ { - "agreement_id": 987, - "checkbox_text": "abc123", + "agreement_id": 123, + "checkbox_text": "xyz789", "content": "abc123", - "content_height": "abc123", - "is_html": true, + "content_height": "xyz789", + "is_html": false, "mode": "AUTO", "name": "abc123" } @@ -2231,7 +2231,13 @@
Query
Response
-
{"data": {"commerceOptimizer": {"priceBookId": 4}}}
+                  
{
+  "data": {
+    "commerceOptimizer": {
+      "priceBookId": "4"
+    }
+  }
+}
 
@@ -2340,7 +2346,7 @@
Response
"credit": CompanyCredit, "credit_history": CompanyCreditHistory, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "id": "4", "legal_address": CompanyLegalAddress, "legal_name": "abc123", @@ -2355,7 +2361,7 @@
Response
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "xyz789" + "vat_tax_id": "abc123" } } } @@ -2427,7 +2433,7 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -2436,9 +2442,9 @@
Response
"data": { "compareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": 4 + "uid": "4" } } } @@ -2496,10 +2502,10 @@
Response
"countries": [ { "available_regions": [Region], - "full_name_english": "abc123", - "full_name_locale": "xyz789", + "full_name_english": "xyz789", + "full_name_locale": "abc123", "id": "xyz789", - "three_letter_abbreviation": "xyz789", + "three_letter_abbreviation": "abc123", "two_letter_abbreviation": "xyz789" } ] @@ -2574,7 +2580,7 @@
Query
Variables
-
{"id": "abc123"}
+                  
{"id": "xyz789"}
 
@@ -2583,9 +2589,9 @@
Response
"data": { "country": { "available_regions": [Region], - "full_name_english": "abc123", - "full_name_locale": "abc123", - "id": "xyz789", + "full_name_english": "xyz789", + "full_name_locale": "xyz789", + "id": "abc123", "three_letter_abbreviation": "abc123", "two_letter_abbreviation": "xyz789" } @@ -2644,9 +2650,9 @@
Response
"data": { "currency": { "available_currency_codes": [ - "xyz789" + "abc123" ], - "base_currency_code": "xyz789", + "base_currency_code": "abc123", "base_currency_symbol": "abc123", "default_display_currency_code": "abc123", "default_display_currency_symbol": "abc123", @@ -2874,35 +2880,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", + "date_of_birth": "xyz789", + "default_billing": "xyz789", "default_shipping": "abc123", "email": "abc123", "firstname": "abc123", - "gender": 123, + "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "id": "4", + "id": 4, "is_subscribed": true, "job_title": "abc123", - "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, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": true, - "quote_enabled": false, + "purchase_orders_enabled": false, + "quote_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -2912,10 +2918,10 @@
Response
"status": "ACTIVE", "store_credit": CustomerStoreCredit, "structure_id": 4, - "suffix": "abc123", - "taxvat": "abc123", + "suffix": "xyz789", + "taxvat": "xyz789", "team": CompanyTeam, - "telephone": "abc123", + "telephone": "xyz789", "wishlist_v2": Wishlist, "wishlists": [Wishlist] } @@ -3026,19 +3032,19 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": "4", - "is_virtual": false, + "id": 4, + "is_virtual": true, "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 } } } @@ -3246,16 +3252,12 @@
Query
Variables
-
{"cartId": "abc123"}
+                  
{"cartId": "xyz789"}
 
Response
-
{
-  "data": {
-    "customerSegments": [{"uid": "4"}]
-  }
-}
+                  
{"data": {"customerSegments": [{"uid": 4}]}}
 
@@ -3426,8 +3428,8 @@
Query
Variables
{
-  "cartId": "abc123",
-  "id": "abc123"
+  "cartId": "xyz789",
+  "id": "xyz789"
 }
 
@@ -3437,9 +3439,9 @@
Response
"data": { "getPaymentOrder": { "id": "xyz789", - "mp_order_id": "abc123", + "mp_order_id": "xyz789", "payment_source_details": PaymentSourceDetails, - "status": "abc123" + "status": "xyz789" } } } @@ -3736,20 +3738,20 @@
Response
{
   "data": {
     "giftRegistry": {
-      "created_at": "abc123",
+      "created_at": "xyz789",
       "dynamic_attributes": [
         GiftRegistryDynamicAttribute
       ],
       "event_name": "xyz789",
       "items": [GiftRegistryItemInterface],
       "message": "abc123",
-      "owner_name": "abc123",
+      "owner_name": "xyz789",
       "privacy_settings": "PRIVATE",
       "registrants": [GiftRegistryRegistrant],
       "shipping_address": CustomerAddress,
       "status": "ACTIVE",
       "type": GiftRegistryType,
-      "uid": "4"
+      "uid": 4
     }
   }
 }
@@ -3819,7 +3821,7 @@ 
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -3828,11 +3830,11 @@
Response
"data": { "giftRegistryEmailSearch": [ { - "event_date": "abc123", + "event_date": "xyz789", "event_title": "abc123", - "gift_registry_uid": "4", - "location": "xyz789", - "name": "xyz789", + "gift_registry_uid": 4, + "location": "abc123", + "name": "abc123", "type": "abc123" } ] @@ -3904,7 +3906,7 @@
Query
Variables
-
{"giftRegistryUid": "4"}
+                  
{"giftRegistryUid": 4}
 
@@ -3913,12 +3915,12 @@
Response
"data": { "giftRegistryIdSearch": [ { - "event_date": "abc123", + "event_date": "xyz789", "event_title": "abc123", - "gift_registry_uid": 4, - "location": "xyz789", + "gift_registry_uid": "4", + "location": "abc123", "name": "abc123", - "type": "abc123" + "type": "xyz789" } ] } @@ -4010,9 +4012,9 @@
Query
Variables
{
-  "firstName": "xyz789",
-  "lastName": "xyz789",
-  "giftRegistryTypeUid": "4"
+  "firstName": "abc123",
+  "lastName": "abc123",
+  "giftRegistryTypeUid": 4
 }
 
@@ -4022,12 +4024,12 @@
Response
"data": { "giftRegistryTypeSearch": [ { - "event_date": "xyz789", + "event_date": "abc123", "event_title": "xyz789", "gift_registry_uid": "4", "location": "abc123", "name": "abc123", - "type": "xyz789" + "type": "abc123" } ] } @@ -4086,7 +4088,7 @@
Response
GiftRegistryDynamicAttributeMetadataInterface ], "label": "abc123", - "uid": "4" + "uid": 4 } ] } @@ -4231,23 +4233,23 @@
Response
"applied_gift_cards": [ApplyGiftCardToOrder], "available_actions": ["REORDER"], "billing_address": OrderAddress, - "carrier": "abc123", + "carrier": "xyz789", "comments": [SalesCommentItem], "credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], "customer_info": OrderCustomerInfo, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "invoices": [Invoice], "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, - "number": "abc123", - "order_date": "abc123", + "number": "xyz789", + "order_date": "xyz789", "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, @@ -4255,7 +4257,7 @@
Response
"shipments": [OrderShipment], "shipping_address": OrderAddress, "shipping_method": "abc123", - "status": "abc123", + "status": "xyz789", "token": "abc123", "total": OrderTotal } @@ -4406,13 +4408,13 @@
Response
"credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], "customer_info": OrderCustomerInfo, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "invoices": [Invoice], - "is_virtual": true, + "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, @@ -4425,8 +4427,8 @@
Response
"shipments": [OrderShipment], "shipping_address": OrderAddress, "shipping_method": "xyz789", - "status": "abc123", - "token": "abc123", + "status": "xyz789", + "token": "xyz789", "total": OrderTotal } } @@ -4493,7 +4495,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -4561,7 +4563,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -4697,12 +4699,12 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
Response
-
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
 
@@ -4764,12 +4766,12 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
Response
-
{"data": {"isEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isEmailAvailable": {"is_email_available": false}}}
 
@@ -4841,8 +4843,8 @@
Response
{
   "data": {
     "isSubscribedProductAlertPrice": {
-      "isSubscribed": true,
-      "message": "abc123"
+      "isSubscribed": false,
+      "message": "xyz789"
     }
   }
 }
@@ -4917,7 +4919,7 @@ 
Response
{
   "data": {
     "isSubscribedProductAlertStock": {
-      "isSubscribed": false,
+      "isSubscribed": true,
       "message": "xyz789"
     }
   }
@@ -4987,7 +4989,7 @@ 
Query
Variables
-
{"family": "abc123"}
+                  
{"family": "xyz789"}
 
@@ -5123,27 +5125,27 @@
Response
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", + "created_at": "xyz789", "custom_attributes": [CustomAttribute], "email": "abc123", "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "is_virtual": true, "items": [CartItemInterface], - "name": "abc123", + "name": "xyz789", "order": CustomerOrder, "prices": CartPrices, - "sales_rep_name": "abc123", + "sales_rep_name": "xyz789", "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "SUBMITTED", - "template_id": "4", + "template_id": 4, "template_name": "xyz789", - "total_quantity": 987.65, - "uid": "4", - "updated_at": "xyz789" + "total_quantity": 123.45, + "uid": 4, + "updated_at": "abc123" } } } @@ -5248,7 +5250,7 @@
Query
Variables
-
{"templateId": 4}
+                  
{"templateId": "4"}
 
@@ -5263,10 +5265,10 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, - "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, @@ -5277,11 +5279,11 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": "4", + "status": "xyz789", + "template_id": 4, "total_quantity": 987.65, "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -5517,7 +5519,7 @@
Response
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 123 + "total_count": 987 } } } @@ -5649,7 +5651,7 @@
Response
"pickupLocations": { "items": [PickupLocation], "page_info": SearchResultPageInfo, - "total_count": 987 + "total_count": 123 } } } @@ -5791,7 +5793,7 @@
Response
"items": [ProductSearchItem], "page_info": SearchResultPageInfo, "related_terms": ["xyz789"], - "suggestions": ["abc123"], + "suggestions": ["xyz789"], "total_count": 987, "warnings": [ProductSearchWarning] } @@ -5892,7 +5894,7 @@
Query
Variables
-
{"skus": ["xyz789"]}
+                  
{"skus": ["abc123"]}
 
@@ -5903,26 +5905,26 @@
Response
{ "addToCartAllowed": true, "inStock": false, - "lowStock": false, + "lowStock": true, "attributes": [ProductViewAttribute], "description": "xyz789", "id": 4, "images": [ProductViewImage], "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", - "metaDescription": "xyz789", + "metaDescription": "abc123", "metaKeyword": "xyz789", - "metaTitle": "abc123", + "metaTitle": "xyz789", "name": "xyz789", - "shortDescription": "xyz789", + "shortDescription": "abc123", "inputOptions": [ProductViewInputOption], - "sku": "abc123", - "externalId": "abc123", + "sku": "xyz789", + "externalId": "xyz789", "url": "xyz789", - "urlKey": "abc123", + "urlKey": "xyz789", "links": [ProductViewLink], "categories": [CategoryProductView], - "queryType": "xyz789", + "queryType": "abc123", "visibility": "abc123" } ] @@ -5994,7 +5996,7 @@
Response
"data": { "recaptchaFormConfig": { "configurations": ReCaptchaConfiguration, - "is_enabled": false + "is_enabled": true } } } @@ -6133,13 +6135,13 @@
Response
"data": { "recaptchaV3Config": { "badge_position": "xyz789", - "failure_message": "xyz789", + "failure_message": "abc123", "forms": ["PLACE_ORDER"], "is_enabled": true, - "language_code": "abc123", - "minimum_score": 123.45, + "language_code": "xyz789", + "minimum_score": 987.65, "theme": "abc123", - "website_key": "abc123" + "website_key": "xyz789" } } } @@ -6260,7 +6262,7 @@
Query
Variables
{
-  "cartSkus": ["abc123"],
+  "cartSkus": ["xyz789"],
   "category": "xyz789",
   "currentSku": "abc123",
   "pageType": "CMS",
@@ -6374,10 +6376,10 @@ 
Query
Variables
{
   "unitIds": ["abc123"],
-  "currentSku": "abc123",
+  "currentSku": "xyz789",
   "userPurchaseHistory": [PurchaseHistory],
   "userViewHistory": [ViewHistory],
-  "cartSkus": ["abc123"]
+  "cartSkus": ["xyz789"]
 }
 
@@ -6387,7 +6389,7 @@
Response
"data": { "recommendationsByUnitIds": { "results": [RecommendationUnit], - "totalResults": 987 + "totalResults": 123 } } } @@ -6500,7 +6502,7 @@
Query
Variables
{
   "optionIds": ["xyz789"],
-  "sku": "xyz789"
+  "sku": "abc123"
 }
 
@@ -6511,27 +6513,27 @@
Response
"refineProduct": { "addToCartAllowed": false, "inStock": false, - "lowStock": true, + "lowStock": false, "attributes": [ProductViewAttribute], - "description": "abc123", + "description": "xyz789", "id": "4", "images": [ProductViewImage], "videos": [ProductViewVideo], "lastModifiedAt": "2007-12-03T10:15:30Z", - "metaDescription": "abc123", + "metaDescription": "xyz789", "metaKeyword": "xyz789", "metaTitle": "xyz789", "name": "abc123", - "shortDescription": "abc123", + "shortDescription": "xyz789", "inputOptions": [ProductViewInputOption], - "sku": "abc123", - "externalId": "abc123", - "url": "abc123", - "urlKey": "xyz789", + "sku": "xyz789", + "externalId": "xyz789", + "url": "xyz789", + "urlKey": "abc123", "links": [ProductViewLink], "categories": [CategoryProductView], - "queryType": "xyz789", - "visibility": "abc123" + "queryType": "abc123", + "visibility": "xyz789" } } } @@ -6724,143 +6726,143 @@
Response
"storeConfig": { "allow_company_registration": true, "allow_gift_receipt": "abc123", - "allow_gift_wrapping_on_order": "abc123", + "allow_gift_wrapping_on_order": "xyz789", "allow_gift_wrapping_on_order_items": "abc123", - "allow_items": "xyz789", + "allow_items": "abc123", "allow_order": "abc123", "allow_printed_card": "abc123", - "autocomplete_on_storefront": true, - "base_currency_code": "xyz789", + "autocomplete_on_storefront": false, + "base_currency_code": "abc123", "base_link_url": "abc123", - "base_media_url": "abc123", - "base_static_url": "abc123", - "base_url": "abc123", + "base_media_url": "xyz789", + "base_static_url": "xyz789", + "base_url": "xyz789", "cart_expires_in_days": 987, - "cart_gift_wrapping": "abc123", - "cart_merge_preference": "abc123", - "cart_printed_card": "xyz789", + "cart_gift_wrapping": "xyz789", + "cart_merge_preference": "xyz789", + "cart_printed_card": "abc123", "cart_summary_display_quantity": 123, "catalog_default_sort_by": "xyz789", "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "category_url_suffix": "xyz789", - "check_money_order_enable_for_specific_countries": true, + "category_url_suffix": "abc123", + "check_money_order_enable_for_specific_countries": false, "check_money_order_enabled": false, - "check_money_order_make_check_payable_to": "abc123", + "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": "xyz789", - "check_money_order_send_check_to": "xyz789", - "check_money_order_sort_order": 123, + "check_money_order_new_order_status": "xyz789", + "check_money_order_payment_from_specific_countries": "abc123", + "check_money_order_send_check_to": "abc123", + "check_money_order_sort_order": 987, "check_money_order_title": "xyz789", "company_credit_enabled": true, - "company_enabled": true, + "company_enabled": false, "configurable_product_image": "ITSELF", - "configurable_thumbnail_source": "xyz789", - "contact_enabled": true, - "countries_with_required_region": "xyz789", + "configurable_thumbnail_source": "abc123", + "contact_enabled": false, + "countries_with_required_region": "abc123", "create_account_confirmation": true, - "customer_access_token_lifetime": 987.65, + "customer_access_token_lifetime": 123.45, "default_country": "abc123", "default_display_currency_code": "xyz789", - "display_product_prices_in_catalog": 123, + "display_product_prices_in_catalog": 987, "display_shipping_prices": 123, - "display_state_if_optional": false, - "enable_multiple_wishlists": "xyz789", + "display_state_if_optional": true, + "enable_multiple_wishlists": "abc123", "fixed_product_taxes_apply_tax_to_fpt": true, "fixed_product_taxes_display_prices_in_emails": 123, - "fixed_product_taxes_display_prices_in_product_lists": 987, + "fixed_product_taxes_display_prices_in_product_lists": 123, "fixed_product_taxes_display_prices_in_sales_modules": 987, - "fixed_product_taxes_display_prices_on_product_view_page": 123, - "fixed_product_taxes_enable": false, - "fixed_product_taxes_include_fpt_in_subtotal": false, + "fixed_product_taxes_display_prices_on_product_view_page": 987, + "fixed_product_taxes_enable": true, + "fixed_product_taxes_include_fpt_in_subtotal": true, "graphql_share_customer_group": true, - "grid_per_page": 987, + "grid_per_page": 123, "grid_per_page_values": "xyz789", "grouped_product_image": "ITSELF", - "is_checkout_agreements_enabled": false, + "is_checkout_agreements_enabled": true, "is_default_store": false, "is_default_store_group": true, "is_guest_checkout_enabled": false, - "is_negotiable_quote_active": false, - "is_one_page_checkout_enabled": false, - "is_requisition_list_active": "xyz789", - "list_mode": "abc123", - "list_per_page": 123, + "is_negotiable_quote_active": true, + "is_one_page_checkout_enabled": true, + "is_requisition_list_active": "abc123", + "list_mode": "xyz789", + "list_per_page": 987, "list_per_page_values": "abc123", "locale": "abc123", "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": "abc123", + "magento_reward_points_invitation_customer": "xyz789", "magento_reward_points_invitation_customer_limit": "xyz789", "magento_reward_points_invitation_order": "xyz789", "magento_reward_points_invitation_order_limit": "xyz789", "magento_reward_points_newsletter": "abc123", "magento_reward_points_order": "abc123", - "magento_reward_points_register": "abc123", + "magento_reward_points_register": "xyz789", "magento_reward_points_review": "xyz789", - "magento_reward_points_review_limit": "abc123", - "magento_wishlist_general_is_enabled": "xyz789", + "magento_reward_points_review_limit": "xyz789", + "magento_wishlist_general_is_enabled": "abc123", "max_items_in_order_summary": 123, "maximum_number_of_wishlists": "abc123", "minicart_display": false, - "minicart_max_items": 123, - "minimum_password_length": "abc123", - "newsletter_enabled": true, - "optional_zip_countries": "abc123", + "minicart_max_items": 987, + "minimum_password_length": "xyz789", + "newsletter_enabled": false, + "optional_zip_countries": "xyz789", "order_cancellation_enabled": true, "order_cancellation_reasons": [CancellationReason], - "orders_invoices_credit_memos_display_full_summary": true, + "orders_invoices_credit_memos_display_full_summary": false, "orders_invoices_credit_memos_display_grandtotal": false, "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_shipping_amount": 987, + "orders_invoices_credit_memos_display_subtotal": 123, "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": false, "quote_minimum_amount": 123.45, "quote_minimum_amount_message": "xyz789", - "required_character_classes_number": "xyz789", + "required_character_classes_number": "abc123", "returns_enabled": "abc123", - "root_category_uid": 4, + "root_category_uid": "4", "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "sales_gift_wrapping": "abc123", + "sales_gift_wrapping": "xyz789", "sales_printed_card": "xyz789", - "secure_base_link_url": "xyz789", - "secure_base_media_url": "xyz789", + "secure_base_link_url": "abc123", + "secure_base_media_url": "abc123", "secure_base_static_url": "abc123", - "secure_base_url": "abc123", - "share_active_segments": false, + "secure_base_url": "xyz789", + "share_active_segments": true, "share_applied_cart_rule": false, "shopping_cart_display_full_summary": false, "shopping_cart_display_grand_total": false, "shopping_cart_display_price": 123, "shopping_cart_display_shipping": 987, - "shopping_cart_display_subtotal": 123, + "shopping_cart_display_subtotal": 987, "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX", - "shopping_cart_display_zero_tax": false, - "store_code": 4, + "shopping_cart_display_zero_tax": true, + "store_code": "4", "store_group_code": "4", - "store_group_name": "xyz789", - "store_name": "xyz789", + "store_group_name": "abc123", + "store_name": "abc123", "store_sort_order": 987, - "timezone": "abc123", - "title_separator": "xyz789", + "timezone": "xyz789", + "title_separator": "abc123", "use_store_in_url": true, "website_code": 4, - "website_name": "xyz789", + "website_name": "abc123", "weight_unit": "xyz789", - "zero_subtotal_enable_for_specific_countries": true, - "zero_subtotal_enabled": false, - "zero_subtotal_new_order_status": "xyz789", - "zero_subtotal_payment_action": "xyz789", - "zero_subtotal_payment_from_specific_countries": "abc123", - "zero_subtotal_sort_order": 987, - "zero_subtotal_title": "abc123" + "zero_subtotal_enable_for_specific_countries": false, + "zero_subtotal_enabled": true, + "zero_subtotal_new_order_status": "abc123", + "zero_subtotal_payment_action": "abc123", + "zero_subtotal_payment_from_specific_countries": "xyz789", + "zero_subtotal_sort_order": 123, + "zero_subtotal_title": "xyz789" } } } @@ -6949,10 +6951,10 @@
Query
Variables
{
-  "sku": "abc123",
-  "optionIds": ["abc123"],
+  "sku": "xyz789",
+  "optionIds": ["xyz789"],
   "pageSize": 123,
-  "cursor": "abc123"
+  "cursor": "xyz789"
 }
 
@@ -7031,7 +7033,7 @@
Variables
Response
-
{"data": {"acceptCompanyInvitation": {"success": true}}}
+                  
{"data": {"acceptCompanyInvitation": {"success": false}}}
 
@@ -7142,14 +7144,14 @@
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_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 123, "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], @@ -7162,10 +7164,10 @@
Response
NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": 4, - "total_quantity": 123.45, + "template_id": "4", + "total_quantity": 987.65, "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -7411,7 +7413,7 @@
Query
Variables
{
-  "cartId": "xyz789",
+  "cartId": "abc123",
   "cartItems": [CartItemInput]
 }
 
@@ -7664,7 +7666,7 @@
Query
Variables
{
-  "requisitionListUid": 4,
+  "requisitionListUid": "4",
   "requisitionListItems": [RequisitionListItemsInput]
 }
 
@@ -8006,7 +8008,7 @@
Query
Variables
{
   "requisitionListUid": "4",
-  "requisitionListItemUids": ["4"]
+  "requisitionListItemUids": [4]
 }
 
@@ -8019,7 +8021,7 @@
Response
AddRequisitionListItemToCartUserError ], "cart": Cart, - "status": false + "status": true } } } @@ -8250,7 +8252,7 @@
Query
Variables
-
{"wishlistId": 4, "wishlistItemIds": [4]}
+                  
{"wishlistId": "4", "wishlistItemIds": [4]}
 
@@ -8261,7 +8263,7 @@
Response
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": true, + "status": false, "wishlist": Wishlist } } @@ -8756,7 +8758,7 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -8765,7 +8767,7 @@
Response
"data": { "assignCompareListToCustomer": { "compare_list": CompareList, - "result": true + "result": false } } } @@ -8901,17 +8903,17 @@
Response
"custom_attributes": [CustomAttribute], "email": "abc123", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": "4", - "is_virtual": false, + "id": 4, + "is_virtual": true, "itemsV2": CartItems, "prices": CartPrices, "printed_card_included": false, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 987.65 + "total_quantity": 123.45 } } } @@ -9030,7 +9032,7 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": true, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 987, "min_order_commitment": 987, @@ -9045,7 +9047,7 @@
Response
NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": 4, + "template_id": "4", "total_quantity": 987.65, "uid": 4, "updated_at": "xyz789" @@ -9128,7 +9130,7 @@
Response
{
   "data": {
     "cancelOrder": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -9382,7 +9384,7 @@ 
Query
Variables
{
   "currentPassword": "xyz789",
-  "newPassword": "abc123"
+  "newPassword": "xyz789"
 }
 
@@ -9397,22 +9399,22 @@
Response
"companies": UserCompaniesOutput, "compare_list": CompareList, "confirmation_status": "ACCOUNT_CONFIRMED", - "created_at": "abc123", + "created_at": "xyz789", "custom_attributes": [AttributeValueInterface], "date_of_birth": "xyz789", - "default_billing": "xyz789", - "default_shipping": "xyz789", - "email": "xyz789", - "firstname": "abc123", + "default_billing": "abc123", + "default_shipping": "abc123", + "email": "abc123", + "firstname": "xyz789", "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, - "id": "4", + "id": 4, "is_subscribed": false, - "job_title": "xyz789", + "job_title": "abc123", "lastname": "abc123", - "middlename": "abc123", + "middlename": "xyz789", "orders": CustomerOrders, "prefix": "xyz789", "purchase_order": PurchaseOrder, @@ -9420,7 +9422,7 @@
Response
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": false, + "purchase_orders_enabled": true, "quote_enabled": true, "requisition_lists": RequisitionLists, "return": Return, @@ -9580,7 +9582,7 @@
Query
Variables
-
{"wishlistId": "4"}
+                  
{"wishlistId": 4}
 
@@ -9836,7 +9838,7 @@
Response
{
   "data": {
     "confirmCancelOrder": {
-      "error": "xyz789",
+      "error": "abc123",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -10057,7 +10059,7 @@ 
Variables
Response
-
{"data": {"contactUs": {"status": false}}}
+                  
{"data": {"contactUs": {"status": true}}}
 
@@ -10143,7 +10145,7 @@
Query
Variables
{
   "sourceRequisitionListUid": "4",
-  "destinationRequisitionListUid": 4,
+  "destinationRequisitionListUid": "4",
   "requisitionListItem": CopyItemsBetweenRequisitionListsInput
 }
 
@@ -10247,7 +10249,7 @@
Query
Variables
{
-  "sourceWishlistUid": "4",
+  "sourceWishlistUid": 4,
   "destinationWishlistUid": 4,
   "wishlistItems": [WishlistItemCopyInput]
 }
@@ -10622,9 +10624,9 @@ 
Response
"data": { "createCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -10725,25 +10727,25 @@
Response
"data": { "createCustomerAddress": { "city": "abc123", - "company": "xyz789", + "company": "abc123", "country_code": "AF", "custom_attributesV2": [AttributeValueInterface], - "default_billing": true, + "default_billing": false, "default_shipping": false, "extension_attributes": [CustomerAddressAttribute], "fax": "abc123", "firstname": "abc123", "id": 123, - "lastname": "xyz789", - "middlename": "abc123", - "postcode": "abc123", + "lastname": "abc123", + "middlename": "xyz789", + "postcode": "xyz789", "prefix": "abc123", "region": CustomerAddressRegion, "region_id": 123, "street": ["xyz789"], "suffix": "xyz789", - "telephone": "xyz789", - "uid": "4", + "telephone": "abc123", + "uid": 4, "vat_id": "abc123" } } @@ -11034,10 +11036,10 @@
Response
"data": { "createPaymentOrder": { "amount": 123.45, - "currency_code": "abc123", - "id": "xyz789", + "currency_code": "xyz789", + "id": "abc123", "mp_order_id": "xyz789", - "status": "xyz789" + "status": "abc123" } } } @@ -11134,7 +11136,7 @@
Response
"description": "xyz789", "name": "abc123", "status": "ENABLED", - "uid": 4, + "uid": "4", "updated_at": "abc123" } } @@ -11361,7 +11363,7 @@
Response
{
   "data": {
     "createVaultCardSetupToken": {
-      "setup_token": "abc123"
+      "setup_token": "xyz789"
     }
   }
 }
@@ -11496,7 +11498,7 @@ 
Query
Variables
-
{"id": "4"}
+                  
{"id": 4}
 
@@ -11569,7 +11571,7 @@
Variables
Response
-
{"data": {"deleteCompanyTeam": {"success": false}}}
+                  
{"data": {"deleteCompanyTeam": {"success": true}}}
 
@@ -11632,12 +11634,12 @@
Query
Variables
-
{"id": 4}
+                  
{"id": "4"}
 
Response
-
{"data": {"deleteCompanyUserV2": {"success": false}}}
+                  
{"data": {"deleteCompanyUserV2": {"success": true}}}
 
@@ -11699,12 +11701,12 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
Response
-
{"data": {"deleteCompareList": {"result": false}}}
+                  
{"data": {"deleteCompareList": {"result": true}}}
 
@@ -11745,7 +11747,7 @@
Query
Response
-
{"data": {"deleteCustomer": true}}
+                  
{"data": {"deleteCustomer": false}}
 
@@ -11812,12 +11814,12 @@
Query
Variables
-
{"id": 987}
+                  
{"id": 123}
 
Response
-
{"data": {"deleteCustomerAddress": true}}
+                  
{"data": {"deleteCustomerAddress": false}}
 
@@ -11877,7 +11879,7 @@
Query
Variables
-
{"uid": "4"}
+                  
{"uid": 4}
 
@@ -11947,7 +11949,7 @@
Variables
Response
-
{"data": {"deleteNegotiableQuoteTemplate": false}}
+                  
{"data": {"deleteNegotiableQuoteTemplate": true}}
 
@@ -12100,7 +12102,7 @@
Query
Variables
-
{"public_hash": "xyz789"}
+                  
{"public_hash": "abc123"}
 
@@ -12342,7 +12344,7 @@
Query
Variables
{
-  "requisitionListUid": 4,
+  "requisitionListUid": "4",
   "requisitionListItemUids": ["4"]
 }
 
@@ -12420,7 +12422,7 @@
Query
Variables
-
{"wishlistId": 4}
+                  
{"wishlistId": "4"}
 
@@ -12596,11 +12598,11 @@
Response
"additional_data": [ShippingAdditionalData], "amount": Money, "available": false, - "carrier_code": "abc123", - "carrier_title": "xyz789", + "carrier_code": "xyz789", + "carrier_title": "abc123", "error_message": "abc123", "method_code": "abc123", - "method_title": "abc123", + "method_title": "xyz789", "price_excl_tax": Money, "price_incl_tax": Money } @@ -12827,8 +12829,8 @@
Query
Variables
{
-  "email": "abc123",
-  "otp": "abc123"
+  "email": "xyz789",
+  "otp": "xyz789"
 }
 
@@ -12907,7 +12909,7 @@
Response
"finishUpload": { "key": "xyz789", "message": "abc123", - "success": false + "success": true } } } @@ -12986,7 +12988,7 @@
Query
Variables
{
   "email": "xyz789",
-  "password": "abc123"
+  "password": "xyz789"
 }
 
@@ -12995,7 +12997,7 @@
Response
{
   "data": {
     "generateCustomerToken": {
-      "token": "abc123"
+      "token": "xyz789"
     }
   }
 }
@@ -13068,7 +13070,7 @@ 
Response
{
   "data": {
     "generateCustomerTokenAsAdmin": {
-      "customer_token": "xyz789"
+      "customer_token": "abc123"
     }
   }
 }
@@ -13340,7 +13342,7 @@ 
Query
Variables
{
   "source_cart_id": "xyz789",
-  "destination_cart_id": "abc123"
+  "destination_cart_id": "xyz789"
 }
 
@@ -13367,7 +13369,7 @@
Response
"is_virtual": true, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": true, + "printed_card_included": false, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -13454,10 +13456,7 @@
Query
Variables
-
{
-  "cartUid": "4",
-  "giftRegistryUid": "4"
-}
+                  
{"cartUid": 4, "giftRegistryUid": 4}
 
@@ -13466,7 +13465,7 @@
Response
"data": { "moveCartItemsToGiftRegistry": { "gift_registry": GiftRegistry, - "status": false, + "status": true, "user_errors": [GiftRegistryItemsUserError] } } @@ -13558,7 +13557,7 @@
Query
Variables
{
-  "sourceRequisitionListUid": 4,
+  "sourceRequisitionListUid": "4",
   "destinationRequisitionListUid": "4",
   "requisitionListItem": MoveItemsBetweenRequisitionListsInput
 }
@@ -13866,7 +13865,7 @@ 
Response
"openNegotiableQuoteTemplate": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], @@ -13875,7 +13874,7 @@
Response
"items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 123, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -13885,11 +13884,11 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": 4, - "total_quantity": 987.65, - "uid": 4, - "updated_at": "xyz789" + "status": "xyz789", + "template_id": "4", + "total_quantity": 123.45, + "uid": "4", + "updated_at": "abc123" } } } @@ -14351,8 +14350,8 @@
Response
"data": { "redeemGiftCardBalanceAsStoreCredit": { "balance": Money, - "code": "abc123", - "expiration_date": "abc123" + "code": "xyz789", + "expiration_date": "xyz789" } } } @@ -14709,7 +14708,7 @@
Variables
Response
-
{"data": {"removeGiftRegistry": {"success": false}}}
+                  
{"data": {"removeGiftRegistry": {"success": true}}}
 
@@ -14785,10 +14784,7 @@
Query
Variables
-
{
-  "giftRegistryUid": "4",
-  "itemsUid": ["4"]
-}
+                  
{"giftRegistryUid": "4", "itemsUid": [4]}
 
@@ -15144,29 +15140,29 @@
Response
"removeNegotiableQuoteTemplateItems": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", - "expiration_date": "abc123", + "created_at": "xyz789", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 123, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "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": "abc123" } } @@ -15248,9 +15244,9 @@
Response
"data": { "removeProductsFromCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -15332,7 +15328,7 @@
Query
Variables
-
{"wishlistId": 4, "wishlistItemsIds": [4]}
+                  
{"wishlistId": 4, "wishlistItemsIds": ["4"]}
 
@@ -15478,7 +15474,7 @@
Query
Variables
-
{"cartId": 4}
+                  
{"cartId": "4"}
 
@@ -15693,7 +15689,7 @@
Query
Variables
-
{"orderNumber": "xyz789"}
+                  
{"orderNumber": "abc123"}
 
@@ -15782,7 +15778,7 @@
Response
{
   "data": {
     "requestGuestOrderCancel": {
-      "error": "xyz789",
+      "error": "abc123",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -16042,11 +16038,11 @@ 
Response
"requestNegotiableQuoteTemplateFromQuote": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 123, @@ -16057,15 +16053,15 @@
Response
"reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "abc123", "template_id": 4, - "total_quantity": 987.65, - "uid": 4, - "updated_at": "xyz789" + "total_quantity": 123.45, + "uid": "4", + "updated_at": "abc123" } } } @@ -16128,7 +16124,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -16358,7 +16354,7 @@
Query
Variables
{
-  "email": "xyz789",
+  "email": "abc123",
   "resetPasswordToken": "xyz789",
   "newPassword": "abc123"
 }
@@ -16409,7 +16405,7 @@ 
Query
Response
-
{"data": {"revokeCustomerToken": {"result": true}}}
+                  
{"data": {"revokeCustomerToken": {"result": false}}}
 
@@ -16625,7 +16621,7 @@
Response
"data": { "setCartAsInactive": { "error": "abc123", - "success": false + "success": true } } } @@ -17840,28 +17836,28 @@
Response
"setNegotiableQuoteTemplateShippingAddress": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "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": 123, + "max_order_commitment": 987, "min_order_commitment": 123, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "abc123", + "sales_rep_name": "xyz789", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "abc123", "template_id": 4, - "total_quantity": 123.45, + "total_quantity": 987.65, "uid": "4", "updated_at": "abc123" } @@ -18051,11 +18047,11 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 123, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -18067,8 +18063,8 @@
Response
], "status": "abc123", "template_id": 4, - "total_quantity": 123.45, - "uid": "4", + "total_quantity": 987.65, + "uid": 4, "updated_at": "abc123" } } @@ -18183,30 +18179,30 @@
Response
"setQuoteTemplateLineItemNote": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", - "expiration_date": "abc123", + "created_at": "xyz789", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 123, - "min_order_commitment": 123, - "name": "xyz789", + "min_order_commitment": 987, + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": "4", + "template_id": 4, "total_quantity": 987.65, - "uid": "4", - "updated_at": "xyz789" + "uid": 4, + "updated_at": "abc123" } } } @@ -18553,12 +18549,12 @@
Response
"expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, - "is_virtual": false, + "is_min_max_qty_used": false, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 987, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -18571,8 +18567,8 @@
Response
"status": "abc123", "template_id": "4", "total_quantity": 123.45, - "uid": "4", - "updated_at": "xyz789" + "uid": 4, + "updated_at": "abc123" } } } @@ -18637,7 +18633,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -18714,7 +18710,7 @@
Response
{
   "data": {
     "subscribeProductAlertPrice": {
-      "message": "xyz789",
+      "message": "abc123",
       "success": false
     }
   }
@@ -18790,7 +18786,7 @@ 
Response
{
   "data": {
     "subscribeProductAlertStock": {
-      "message": "abc123",
+      "message": "xyz789",
       "success": true
     }
   }
@@ -18932,7 +18928,7 @@ 
Response
"data": { "unsubscribeProductAlertPrice": { "message": "abc123", - "success": true + "success": false } } } @@ -19058,8 +19054,8 @@
Response
{
   "data": {
     "unsubscribeProductAlertStock": {
-      "message": "xyz789",
-      "success": true
+      "message": "abc123",
+      "success": false
     }
   }
 }
@@ -19657,25 +19653,25 @@ 
Response
{
   "data": {
     "updateCustomerAddress": {
-      "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",
+      "firstname": "abc123",
       "id": 123,
       "lastname": "xyz789",
-      "middlename": "abc123",
+      "middlename": "xyz789",
       "postcode": "xyz789",
       "prefix": "abc123",
       "region": CustomerAddressRegion,
-      "region_id": 123,
-      "street": ["xyz789"],
-      "suffix": "abc123",
-      "telephone": "xyz789",
+      "region_id": 987,
+      "street": ["abc123"],
+      "suffix": "xyz789",
+      "telephone": "abc123",
       "uid": "4",
       "vat_id": "abc123"
     }
@@ -19780,7 +19776,10 @@ 
Query
Variables
-
{"uid": 4, "input": CustomerAddressInput}
+                  
{
+  "uid": "4",
+  "input": CustomerAddressInput
+}
 
@@ -19792,23 +19791,23 @@
Response
"company": "abc123", "country_code": "AF", "custom_attributesV2": [AttributeValueInterface], - "default_billing": false, - "default_shipping": true, + "default_billing": true, + "default_shipping": false, "extension_attributes": [CustomerAddressAttribute], "fax": "abc123", "firstname": "xyz789", - "id": 123, + "id": 987, "lastname": "xyz789", - "middlename": "xyz789", - "postcode": "abc123", + "middlename": "abc123", + "postcode": "xyz789", "prefix": "abc123", "region": CustomerAddressRegion, "region_id": 987, "street": ["abc123"], "suffix": "xyz789", - "telephone": "abc123", + "telephone": "xyz789", "uid": "4", - "vat_id": "xyz789" + "vat_id": "abc123" } } } @@ -19888,8 +19887,8 @@
Query
Variables
{
-  "email": "abc123",
-  "password": "abc123"
+  "email": "xyz789",
+  "password": "xyz789"
 }
 
@@ -20129,7 +20128,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "items": [UpdateGiftRegistryItemInput]
 }
 
@@ -20219,7 +20218,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "registrants": [UpdateGiftRegistryRegistrantInput]
 }
 
@@ -20462,7 +20461,7 @@
Query
Variables
{
-  "wishlistId": 4,
+  "wishlistId": "4",
   "wishlistItems": [WishlistItemUpdateInput]
 }
 
@@ -20568,10 +20567,10 @@
Response
"created_at": "abc123", "created_by": "xyz789", "description": "xyz789", - "name": "xyz789", + "name": "abc123", "status": "ENABLED", - "uid": "4", - "updated_at": "abc123" + "uid": 4, + "updated_at": "xyz789" } } } @@ -20652,7 +20651,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "input": UpdateRequisitionListInput
 }
 
@@ -20842,8 +20841,8 @@
Query
Variables
{
-  "wishlistId": "4",
-  "name": "abc123",
+  "wishlistId": 4,
+  "name": "xyz789",
   "visibility": "PUBLIC"
 }
 
@@ -20853,7 +20852,7 @@
Response
{
   "data": {
     "updateWishlist": {
-      "name": "xyz789",
+      "name": "abc123",
       "uid": 4,
       "visibility": "PUBLIC"
     }
@@ -20977,7 +20976,7 @@ 
Fields
Example
-
{"template_id": 4}
+                  
{"template_id": "4"}
 
@@ -21061,7 +21060,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "cart_items": [DownloadableProductCartItemInput]
 }
 
@@ -21166,9 +21165,9 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "email": "abc123", - "firstname": "abc123", - "lastname": "abc123" + "email": "xyz789", + "firstname": "xyz789", + "lastname": "xyz789" }
@@ -21492,7 +21491,7 @@
Fields
Example
{
   "comment": "xyz789",
-  "purchase_order_uid": 4
+  "purchase_order_uid": "4"
 }
 
@@ -21588,8 +21587,8 @@
Fields
Example
{
   "cart_id": "abc123",
-  "purchase_order_uid": 4,
-  "replace_existing_cart_items": false
+  "purchase_order_uid": "4",
+  "replace_existing_cart_items": true
 }
 
@@ -21800,7 +21799,10 @@
Fields
Example
-
{"comment_text": "abc123", "return_uid": 4}
+                  
{
+  "comment_text": "abc123",
+  "return_uid": "4"
+}
 
@@ -21894,9 +21896,9 @@
Fields
Example
{
-  "carrier_uid": "4",
+  "carrier_uid": 4,
   "return_uid": "4",
-  "tracking_number": "xyz789"
+  "tracking_number": "abc123"
 }
 
@@ -21999,7 +22001,7 @@
Example
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": true, + "status": false, "wishlist": Wishlist }
@@ -22059,7 +22061,7 @@
Example
{
   "attribute": "xyz789",
   "buckets": [Bucket],
-  "title": "xyz789",
+  "title": "abc123",
   "type": "INTELLIGENT"
 }
 
@@ -22190,12 +22192,12 @@
Fields
Example
{
   "button_styles": ButtonStyles,
-  "code": "abc123",
-  "is_visible": true,
-  "payment_intent": "abc123",
-  "payment_source": "abc123",
+  "code": "xyz789",
+  "is_visible": false,
+  "payment_intent": "xyz789",
+  "payment_source": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "abc123",
+  "sort_order": "xyz789",
   "title": "abc123"
 }
 
@@ -22252,8 +22254,8 @@
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "abc123"
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "xyz789"
 }
 
@@ -22294,7 +22296,7 @@
Fields
Example
-
{"code": "abc123"}
+                  
{"code": "xyz789"}
 
@@ -22406,8 +22408,8 @@
Fields
Example
{
   "action_type": "BOOST",
-  "rule_id": "xyz789",
-  "rule_name": "xyz789"
+  "rule_id": "abc123",
+  "rule_name": "abc123"
 }
 
@@ -22566,7 +22568,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "coupon_code": "abc123"
 }
 
@@ -22711,7 +22713,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "coupon_codes": ["abc123"],
   "type": "APPEND"
 }
@@ -22762,8 +22764,8 @@ 
Fields
Example
{
-  "cart_id": "abc123",
-  "gift_card_code": "xyz789"
+  "cart_id": "xyz789",
+  "gift_card_code": "abc123"
 }
 
@@ -23020,7 +23022,7 @@
Fields
Example
-
{"radius": 987, "search_term": "abc123"}
+                  
{"radius": 123, "search_term": "xyz789"}
 
@@ -23083,8 +23085,8 @@
Example
{
   "asset_image": ProductMediaGalleryEntriesAssetImage,
   "disabled": false,
-  "label": "abc123",
-  "position": 987,
+  "label": "xyz789",
+  "position": 123,
   "url": "abc123"
 }
 
@@ -23148,8 +23150,8 @@
Fields
Example
{
   "asset_video": ProductMediaGalleryEntriesAssetVideo,
-  "disabled": false,
-  "label": "abc123",
+  "disabled": true,
+  "label": "xyz789",
   "position": 123,
   "url": "abc123"
 }
@@ -23197,7 +23199,7 @@ 
Fields
Example
-
{"compare_list": CompareList, "result": false}
+                  
{"compare_list": CompareList, "result": true}
 
@@ -23322,7 +23324,7 @@
Example
"attribute_type": "xyz789", "code": 4, "url": "xyz789", - "value": "abc123" + "value": "xyz789" }
@@ -23431,18 +23433,18 @@
Fields
Example
{
-  "is_comparable": false,
+  "is_comparable": true,
   "is_filterable": true,
   "is_filterable_in_search": false,
   "is_html_allowed_on_front": true,
-  "is_searchable": false,
+  "is_searchable": true,
   "is_used_for_customer_segment": true,
   "is_used_for_price_rules": false,
   "is_used_for_promo_rules": false,
-  "is_visible_in_advanced_search": true,
-  "is_visible_on_front": false,
+  "is_visible_in_advanced_search": false,
+  "is_visible_on_front": true,
   "is_wysiwyg_enabled": false,
-  "used_in_product_listing": true
+  "used_in_product_listing": false
 }
 
@@ -23645,7 +23647,7 @@
Example
"attribute_type": "abc123", "code": "4", "url": "abc123", - "value": "abc123" + "value": "xyz789" }
@@ -23695,7 +23697,7 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "entity_type": "abc123"
+  "entity_type": "xyz789"
 }
 
@@ -23823,9 +23825,9 @@
Example
"entity_type": "CATALOG_PRODUCT", "frontend_class": "xyz789", "frontend_input": "BOOLEAN", - "is_required": true, - "is_unique": false, - "label": "abc123", + "is_required": false, + "is_unique": true, + "label": "xyz789", "options": [CustomAttributeOptionInterface] }
@@ -23873,7 +23875,7 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "type": "ENTITY_NOT_FOUND"
 }
 
@@ -24078,8 +24080,8 @@
Fields
Example
{
-  "label": "xyz789",
-  "value": "xyz789"
+  "label": "abc123",
+  "value": "abc123"
 }
 
@@ -24189,7 +24191,7 @@
Fields
Example
{
-  "attribute_type": "xyz789",
+  "attribute_type": "abc123",
   "code": "4",
   "selected_options": [AttributeSelectedOptionInterface]
 }
@@ -24239,8 +24241,8 @@ 
Fields
Example
{
-  "attribute_type": "abc123",
-  "code": "4",
+  "attribute_type": "xyz789",
+  "code": 4,
   "value": "xyz789"
 }
 
@@ -24296,7 +24298,7 @@
Fields
Example
{
-  "attribute_code": "abc123",
+  "attribute_code": "xyz789",
   "selected_options": [AttributeInputSelectedOption],
   "value": "xyz789"
 }
@@ -24577,7 +24579,7 @@ 
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "is_deferred": true,
   "oope_payment_method_config": OopePaymentMethodConfig,
   "title": "abc123"
@@ -24670,11 +24672,11 @@ 
Example
"additional_data": [ShippingAdditionalData], "amount": Money, "available": false, - "carrier_code": "abc123", - "carrier_title": "xyz789", - "error_message": "abc123", - "method_code": "xyz789", - "method_title": "xyz789", + "carrier_code": "xyz789", + "carrier_title": "abc123", + "error_message": "xyz789", + "method_code": "abc123", + "method_title": "abc123", "price_excl_tax": Money, "price_incl_tax": Money } @@ -24796,7 +24798,7 @@
Fields
Example
{
   "address": CartAddressInput,
-  "customer_address_id": 987,
+  "customer_address_id": 123,
   "customer_address_uid": "4",
   "same_as_shipping": false,
   "use_for_shipping": true
@@ -24872,10 +24874,10 @@ 
Fields
Example
{
-  "address_line_1": "xyz789",
+  "address_line_1": "abc123",
   "address_line_2": "xyz789",
-  "city": "abc123",
-  "country_code": "xyz789",
+  "city": "xyz789",
+  "country_code": "abc123",
   "postal_code": "abc123",
   "region": "xyz789"
 }
@@ -25011,18 +25013,18 @@ 
Example
"custom_attributes": [AttributeValueInterface], "customer_address_uid": "4", "fax": "xyz789", - "firstname": "abc123", - "id": 123, + "firstname": "xyz789", + "id": 987, "lastname": "xyz789", - "middlename": "xyz789", - "postcode": "xyz789", - "prefix": "abc123", + "middlename": "abc123", + "postcode": "abc123", + "prefix": "xyz789", "region": CartAddressRegion, - "street": ["xyz789"], + "street": ["abc123"], "suffix": "abc123", "telephone": "xyz789", - "uid": "4", - "vat_id": "abc123" + "uid": 4, + "vat_id": "xyz789" }
@@ -25106,11 +25108,11 @@
Fields
Example
{
-  "category_level": 123,
-  "category_name": "xyz789",
-  "category_uid": 4,
+  "category_level": 987,
+  "category_name": "abc123",
+  "category_uid": "4",
   "category_url_key": "xyz789",
-  "category_url_path": "xyz789"
+  "category_url_path": "abc123"
 }
 
@@ -25323,16 +25325,16 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": false, - "max_qty": 987.65, - "min_qty": 123.45, + "is_available": true, + "max_qty": 123.45, + "min_qty": 987.65, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, "quantity": 987.65, - "uid": 4 + "uid": "4" }
@@ -25417,11 +25419,11 @@
Example
"bundle_options": [ItemSelectedBundleOption], "custom_attributes": [CustomAttribute], "discounts": [Discount], - "id": "4", + "id": 4, "order_item": OrderItemInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "quantity_refunded": 987.65 }
@@ -25507,12 +25509,12 @@
Example
"bundle_options": [ItemSelectedBundleOption], "custom_attributes": [CustomAttribute], "discounts": [Discount], - "id": 4, + "id": "4", "order_item": OrderItemInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", - "quantity_invoiced": 123.45 + "product_sku": "abc123", + "quantity_invoiced": 987.65 }
@@ -25593,9 +25595,9 @@
Example
"position": 987, "price_range": PriceRange, "required": true, - "sku": "xyz789", + "sku": "abc123", "title": "abc123", - "type": "abc123", + "type": "xyz789", "uid": 4 } @@ -25678,10 +25680,10 @@
Fields
Example
{
-  "can_change_quantity": false,
+  "can_change_quantity": true,
   "is_default": false,
-  "label": "abc123",
-  "position": 987,
+  "label": "xyz789",
+  "position": 123,
   "price": 123.45,
   "price_type": "FIXED",
   "product": ProductInterface,
@@ -25852,7 +25854,7 @@ 
Example
"bundle_options": [ItemSelectedBundleOption], "custom_attributes": [CustomAttribute], "discounts": [Discount], - "eligible_for_return": false, + "eligible_for_return": true, "entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, @@ -25860,20 +25862,20 @@
Example
"parent_sku": "xyz789", "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", + "product_sku": "xyz789", "product_type": "abc123", "product_url_key": "abc123", - "quantity_canceled": 987.65, - "quantity_invoiced": 123.45, - "quantity_ordered": 987.65, + "quantity_canceled": 123.45, + "quantity_invoiced": 987.65, + "quantity_ordered": 123.45, "quantity_refunded": 123.45, "quantity_return_requested": 123.45, - "quantity_returned": 123.45, + "quantity_returned": 987.65, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -26169,7 +26171,7 @@
Example
"crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, - "dynamic_price": false, + "dynamic_price": true, "dynamic_sku": true, "dynamic_weight": true, "gift_message_available": false, @@ -26182,13 +26184,13 @@
Example
"max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "meta_description": "abc123", - "meta_keyword": "xyz789", + "meta_keyword": "abc123", "meta_title": "xyz789", - "min_sale_qty": 123.45, - "name": "abc123", - "new_from_date": "abc123", + "min_sale_qty": 987.65, + "name": "xyz789", + "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_details": PriceDetails, @@ -26196,13 +26198,13 @@
Example
"price_tiers": [TierPrice], "price_view": "PRICE_RANGE", "product_links": [ProductLinksInterface], - "quantity": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "ship_bundle_items": "TOGETHER", "short_description": ComplexTextValue, - "sku": "xyz789", + "sku": "abc123", "small_image": ProductImage, - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "abc123", "stock_status": "IN_STOCK", "swatch_image": "xyz789", @@ -26210,7 +26212,7 @@
Example
"uid": "4", "upsell_products": [ProductInterface], "url_key": "xyz789", - "weight": 987.65 + "weight": 123.45 }
@@ -26281,7 +26283,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "product": ProductInterface, "quantity": 987.65, - "sku": "abc123", + "sku": "xyz789", "uid": 4 }
@@ -26357,10 +26359,10 @@
Example
"bundle_options": [ItemSelectedBundleOption], "id": 4, "order_item": OrderItemInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "quantity_shipped": 123.45 + "quantity_shipped": 987.65 }
@@ -26433,13 +26435,13 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
   "description": "abc123",
-  "id": "4",
+  "id": 4,
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
@@ -26510,7 +26512,7 @@
Example
"color": "xyz789", "height": 123, "label": "xyz789", - "layout": "xyz789", + "layout": "abc123", "shape": "xyz789", "tagline": true, "use_default_height": false @@ -26562,8 +26564,8 @@
Fields
Example
{
-  "cancellation_comment": "abc123",
-  "template_id": "4"
+  "cancellation_comment": "xyz789",
+  "template_id": 4
 }
 
@@ -26728,7 +26730,7 @@
Fields
Example
-
{"order_id": 4, "reason": "abc123"}
+                  
{"order_id": 4, "reason": "xyz789"}
 
@@ -26881,7 +26883,7 @@
Example
"card_expiry_month": "xyz789", "card_expiry_year": "abc123", "last_digits": "abc123", - "name": "abc123" + "name": "xyz789" }
@@ -26918,7 +26920,7 @@
Fields
Example
-
{"bin": "abc123"}
+                  
{"bin": "xyz789"}
 
@@ -27020,8 +27022,8 @@
Fields
Example
{
   "brand": "xyz789",
-  "expiry": "xyz789",
-  "last_digits": "xyz789"
+  "expiry": "abc123",
+  "last_digits": "abc123"
 }
 
@@ -27193,11 +27195,11 @@
Example
"available_payment_methods": [AvailablePaymentMethod], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": "4", + "id": 4, "is_virtual": true, "itemsV2": CartItems, "prices": CartPrices, @@ -27253,7 +27255,7 @@
Fields
Example
{
   "code": "abc123",
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -27393,21 +27395,21 @@
Fields
Example
{
   "city": "xyz789",
-  "company": "abc123",
+  "company": "xyz789",
   "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
-  "fax": "abc123",
-  "firstname": "xyz789",
+  "fax": "xyz789",
+  "firstname": "abc123",
   "lastname": "xyz789",
   "middlename": "abc123",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "prefix": "xyz789",
-  "region": "abc123",
+  "region": "xyz789",
   "region_id": 123,
   "save_in_address_book": true,
   "street": ["xyz789"],
-  "suffix": "abc123",
-  "telephone": "abc123",
+  "suffix": "xyz789",
+  "telephone": "xyz789",
   "vat_id": "xyz789"
 }
 
@@ -27554,22 +27556,22 @@
Possible Types
Example
{
-  "city": "xyz789",
-  "company": "abc123",
+  "city": "abc123",
+  "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": 4,
-  "fax": "abc123",
+  "customer_address_uid": "4",
+  "fax": "xyz789",
   "firstname": "xyz789",
-  "id": 987,
-  "lastname": "xyz789",
-  "middlename": "xyz789",
+  "id": 123,
+  "lastname": "abc123",
+  "middlename": "abc123",
   "postcode": "abc123",
-  "prefix": "xyz789",
+  "prefix": "abc123",
   "region": CartAddressRegion,
-  "street": ["xyz789"],
-  "suffix": "abc123",
-  "telephone": "xyz789",
+  "street": ["abc123"],
+  "suffix": "xyz789",
+  "telephone": "abc123",
   "uid": "4",
   "vat_id": "xyz789"
 }
@@ -27624,8 +27626,8 @@ 
Fields
Example
{
   "code": "abc123",
-  "label": "xyz789",
-  "region_id": 123
+  "label": "abc123",
+  "region_id": 987
 }
 
@@ -27674,7 +27676,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -27819,7 +27821,7 @@
Fields
Example
-
{"code": "UNDEFINED", "message": "xyz789"}
+                  
{"code": "UNDEFINED", "message": "abc123"}
 
@@ -27938,10 +27940,10 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "xyz789",
+  "parent_sku": "abc123",
   "quantity": 987.65,
-  "selected_options": ["4"],
-  "sku": "abc123"
+  "selected_options": [4],
+  "sku": "xyz789"
 }
 
@@ -28090,7 +28092,7 @@
Example
"discount": [Discount], "errors": [CartItemError], "is_available": true, - "max_qty": 123.45, + "max_qty": 987.65, "min_qty": 987.65, "not_available_message": "abc123", "note_from_buyer": [ItemNote], @@ -28321,7 +28323,7 @@
Fields
Example
{
-  "cart_item_uid": "4",
+  "cart_item_uid": 4,
   "customizable_options": [CustomizableOptionInput],
   "gift_message": GiftMessageInput,
   "gift_wrapping_id": "4",
@@ -28496,7 +28498,7 @@ 
Fields
Example
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -28543,7 +28545,7 @@
Fields
Example
{
   "amount": Money,
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -28912,29 +28914,29 @@
Fields
Example
{
   "apply_to": ["SIMPLE"],
-  "code": "4",
+  "code": 4,
   "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "xyz789",
+  "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
-  "is_comparable": false,
+  "is_comparable": true,
   "is_filterable": true,
-  "is_filterable_in_search": true,
-  "is_html_allowed_on_front": true,
-  "is_required": false,
+  "is_filterable_in_search": false,
+  "is_html_allowed_on_front": false,
+  "is_required": true,
   "is_searchable": true,
   "is_unique": true,
   "is_used_for_price_rules": false,
   "is_used_for_promo_rules": false,
-  "is_visible_in_advanced_search": false,
+  "is_visible_in_advanced_search": true,
   "is_visible_on_front": true,
-  "is_wysiwyg_enabled": true,
+  "is_wysiwyg_enabled": false,
   "label": "xyz789",
   "options": [CustomAttributeOptionInterface],
   "swatch_input_type": "BOOLEAN",
-  "update_product_preview_image": false,
-  "use_product_image_for_swatch": false,
-  "used_in_product_listing": true
+  "update_product_preview_image": true,
+  "use_product_image_for_swatch": true,
+  "used_in_product_listing": false
 }
 
@@ -28995,10 +28997,10 @@
Fields
Example
{
-  "count": 987,
+  "count": 123,
   "id": 4,
-  "path": "abc123",
-  "title": "xyz789"
+  "path": "xyz789",
+  "title": "abc123"
 }
 
@@ -29053,7 +29055,7 @@
Possible Types
Example
-
{"id": "4"}
+                  
{"id": 4}
 
@@ -29109,9 +29111,9 @@
Fields
Example
{
-  "url": "abc123",
-  "label": "xyz789",
-  "roles": ["abc123"],
+  "url": "xyz789",
+  "label": "abc123",
+  "roles": ["xyz789"],
   "customRoles": ["abc123"]
 }
 
@@ -29303,29 +29305,29 @@
Possible Types
Example
{
-  "available_sort_by": ["abc123"],
+  "available_sort_by": ["xyz789"],
   "breadcrumbs": [Breadcrumb],
   "canonical_url": "xyz789",
-  "children_count": "abc123",
-  "custom_layout_update_file": "abc123",
+  "children_count": "xyz789",
+  "custom_layout_update_file": "xyz789",
   "default_sort_by": "xyz789",
   "description": "xyz789",
   "display_mode": "abc123",
   "filter_price_range": 987.65,
   "image": "xyz789",
   "include_in_menu": 987,
-  "is_anchor": 123,
+  "is_anchor": 987,
   "landing_page": 987,
-  "level": 987,
-  "meta_description": "abc123",
-  "meta_keywords": "xyz789",
-  "meta_title": "abc123",
+  "level": 123,
+  "meta_description": "xyz789",
+  "meta_keywords": "abc123",
+  "meta_title": "xyz789",
   "name": "xyz789",
-  "path": "abc123",
-  "path_in_store": "xyz789",
+  "path": "xyz789",
+  "path_in_store": "abc123",
   "position": 987,
   "product_count": 123,
-  "uid": 4,
+  "uid": "4",
   "url_key": "xyz789",
   "url_path": "xyz789"
 }
@@ -29379,7 +29381,7 @@ 
Fields
Example
{
-  "title": "abc123",
+  "title": "xyz789",
   "description": "abc123",
   "keywords": ["abc123"]
 }
@@ -29433,7 +29435,7 @@ 
Fields
Example
{
-  "slug": "abc123",
+  "slug": "xyz789",
   "name": "xyz789",
   "children": [CategoryNavigationView]
 }
@@ -29492,9 +29494,9 @@ 
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "slug": "abc123",
-  "level": 987,
+  "level": 123,
   "parents": [CategoryProductView]
 }
 
@@ -29674,26 +29676,26 @@
Example
"canonical_url": "abc123", "children_count": "xyz789", "custom_layout_update_file": "xyz789", - "default_sort_by": "abc123", - "description": "abc123", + "default_sort_by": "xyz789", + "description": "xyz789", "display_mode": "xyz789", "filter_price_range": 987.65, "image": "abc123", - "include_in_menu": 123, - "is_anchor": 123, - "landing_page": 987, + "include_in_menu": 987, + "is_anchor": 987, + "landing_page": 123, "level": 987, - "meta_description": "xyz789", - "meta_keywords": "xyz789", + "meta_description": "abc123", + "meta_keywords": "abc123", "meta_title": "abc123", - "name": "xyz789", - "path": "abc123", + "name": "abc123", + "path": "xyz789", "path_in_store": "xyz789", "position": 987, "product_count": 123, - "uid": "4", - "url_key": "abc123", - "url_path": "xyz789" + "uid": 4, + "url_key": "xyz789", + "url_path": "abc123" }
@@ -29772,12 +29774,12 @@
Example
{
   "slug": "abc123",
   "name": "abc123",
-  "description": "xyz789",
+  "description": "abc123",
   "metaTags": CategoryMetaTags,
   "images": [CategoryImage],
   "level": 123,
   "parentSlug": "xyz789",
-  "childrenSlugs": ["xyz789"]
+  "childrenSlugs": ["abc123"]
 }
 
@@ -29885,19 +29887,19 @@
Fields
Example
{
-  "availableSortBy": ["abc123"],
-  "children": ["abc123"],
+  "availableSortBy": ["xyz789"],
+  "children": ["xyz789"],
   "defaultSortBy": "abc123",
-  "id": "4",
-  "level": 123,
-  "name": "xyz789",
+  "id": 4,
+  "level": 987,
+  "name": "abc123",
   "parentId": "xyz789",
-  "path": "abc123",
+  "path": "xyz789",
   "roles": ["xyz789"],
-  "urlKey": "xyz789",
-  "urlPath": "xyz789",
+  "urlKey": "abc123",
+  "urlPath": "abc123",
   "count": 987,
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -29998,14 +30000,14 @@
Possible Types
Example
{
   "availableSortBy": ["xyz789"],
-  "defaultSortBy": "xyz789",
-  "id": 4,
+  "defaultSortBy": "abc123",
+  "id": "4",
   "level": 987,
-  "name": "xyz789",
+  "name": "abc123",
   "path": "abc123",
-  "roles": ["abc123"],
+  "roles": ["xyz789"],
   "urlKey": "xyz789",
-  "urlPath": "abc123"
+  "urlPath": "xyz789"
 }
 
@@ -30154,9 +30156,9 @@
Example
{
   "agreement_id": 123,
   "checkbox_text": "xyz789",
-  "content": "xyz789",
+  "content": "abc123",
   "content_height": "abc123",
-  "is_html": true,
+  "is_html": false,
   "mode": "AUTO",
   "name": "abc123"
 }
@@ -30258,8 +30260,8 @@ 
Fields
Example
{
   "code": "REORDER_NOT_AVAILABLE",
-  "message": "abc123",
-  "path": ["abc123"]
+  "message": "xyz789",
+  "path": ["xyz789"]
 }
 
@@ -30371,7 +30373,7 @@
Fields
Example
-
{"cart": Cart, "status": true}
+                  
{"cart": Cart, "status": false}
 
@@ -30666,7 +30668,7 @@
Fields
Example
-
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
@@ -30706,7 +30708,7 @@
Fields
Example
-
{"priceBookId": "4"}
+                  
{"priceBookId": 4}
 
@@ -31077,12 +31079,12 @@
Example
"credit_history": CompanyCreditHistory, "custom_attributes": [CustomAttribute], "email": "xyz789", - "id": "4", + "id": 4, "legal_address": CompanyLegalAddress, - "legal_name": "xyz789", + "legal_name": "abc123", "name": "abc123", "payment_methods": ["abc123"], - "reseller_id": "xyz789", + "reseller_id": "abc123", "role": CompanyRole, "roles": CompanyRoles, "sales_representative": CompanySalesRepresentative, @@ -31149,7 +31151,7 @@
Fields
Example
{
   "children": [CompanyAclResource],
-  "id": "4",
+  "id": 4,
   "sort_order": 987,
   "text": "xyz789"
 }
@@ -31231,12 +31233,12 @@ 
Fields
Example
{
   "custom_attributes": [AttributeValueInput],
-  "email": "xyz789",
-  "firstname": "xyz789",
-  "gender": 123,
-  "job_title": "abc123",
+  "email": "abc123",
+  "firstname": "abc123",
+  "gender": 987,
+  "job_title": "xyz789",
   "lastname": "xyz789",
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
@@ -31286,7 +31288,7 @@
Fields
Example
{
   "code": "xyz789",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -31343,8 +31345,8 @@
Fields
Example
{
-  "id": 4,
-  "legal_name": "abc123",
+  "id": "4",
+  "legal_name": "xyz789",
   "name": "xyz789",
   "status": "PENDING"
 }
@@ -31430,8 +31432,8 @@ 
Example
"company_name": "abc123", "legal_address": CompanyLegalAddressCreateInput, "legal_name": "abc123", - "reseller_id": "xyz789", - "vat_tax_id": "abc123" + "reseller_id": "abc123", + "vat_tax_id": "xyz789" }
@@ -31490,7 +31492,7 @@
Example
{
   "available_credit": Money,
   "credit_limit": Money,
-  "exceed_limit": false,
+  "exceed_limit": true,
   "outstanding_balance": Money
 }
 
@@ -31545,7 +31547,7 @@
Example
{
   "items": [CompanyCreditOperation],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -31793,7 +31795,7 @@
Fields
Example
-
{"name": "xyz789", "type": "CUSTOMER"}
+                  
{"name": "abc123", "type": "CUSTOMER"}
 
@@ -31892,7 +31894,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "role_id": "4",
   "user": CompanyInvitationUserInput
 }
@@ -32003,9 +32005,9 @@ 
Example
{
   "company_id": 4,
   "customer_id": "4",
-  "job_title": "xyz789",
+  "job_title": "abc123",
   "status": "ACTIVE",
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -32074,10 +32076,10 @@
Example
{
   "city": "abc123",
   "country_code": "AF",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": CustomerAddressRegion,
   "street": ["xyz789"],
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
@@ -32150,9 +32152,9 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "country_id": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["xyz789"],
   "telephone": "xyz789"
@@ -32233,7 +32235,7 @@ 
Example
"postcode": "abc123", "region": CustomerAddressRegionInput, "street": ["xyz789"], - "telephone": "xyz789" + "telephone": "abc123" }
@@ -32290,10 +32292,10 @@
Fields
Example
{
-  "id": 4,
-  "name": "abc123",
+  "id": "4",
+  "name": "xyz789",
   "permissions": [CompanyAclResource],
-  "users_count": 123
+  "users_count": 987
 }
 
@@ -32342,7 +32344,7 @@
Fields
Example
{
-  "name": "abc123",
+  "name": "xyz789",
   "permissions": ["xyz789"]
 }
 
@@ -32398,9 +32400,9 @@
Fields
Example
{
-  "id": "4",
-  "name": "abc123",
-  "permissions": ["abc123"]
+  "id": 4,
+  "name": "xyz789",
+  "permissions": ["xyz789"]
 }
 
@@ -32454,7 +32456,7 @@
Example
{
   "items": [CompanyRole],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -32507,8 +32509,8 @@
Fields
Example
{
   "email": "abc123",
-  "firstname": "abc123",
-  "lastname": "abc123"
+  "firstname": "xyz789",
+  "lastname": "xyz789"
 }
 
@@ -32698,7 +32700,11 @@
Fields
Example
-
{"entity": CompanyTeam, "id": 4, "parent_id": 4}
+                  
{
+  "entity": CompanyTeam,
+  "id": "4",
+  "parent_id": "4"
+}
 
@@ -32804,10 +32810,10 @@
Fields
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "id": 4,
   "name": "xyz789",
-  "structure_id": 4
+  "structure_id": "4"
 }
 
@@ -32862,8 +32868,8 @@
Fields
Example
{
-  "description": "abc123",
-  "name": "xyz789",
+  "description": "xyz789",
+  "name": "abc123",
   "target_id": "4"
 }
 
@@ -32919,9 +32925,9 @@
Fields
Example
{
-  "description": "abc123",
-  "id": 4,
-  "name": "xyz789"
+  "description": "xyz789",
+  "id": "4",
+  "name": "abc123"
 }
 
@@ -32995,10 +33001,10 @@
Fields
Example
{
   "company_email": "xyz789",
-  "company_name": "abc123",
+  "company_name": "xyz789",
   "legal_address": CompanyLegalAddressUpdateInput,
   "legal_name": "abc123",
-  "reseller_id": "abc123",
+  "reseller_id": "xyz789",
   "vat_tax_id": "xyz789"
 }
 
@@ -33084,14 +33090,14 @@
Fields
Example
{
-  "email": "abc123",
+  "email": "xyz789",
   "firstname": "xyz789",
-  "job_title": "xyz789",
+  "job_title": "abc123",
   "lastname": "abc123",
-  "role_id": 4,
+  "role_id": "4",
   "status": "ACTIVE",
-  "target_id": 4,
-  "telephone": "xyz789"
+  "target_id": "4",
+  "telephone": "abc123"
 }
 
@@ -33224,10 +33230,10 @@
Fields
Example
{
   "email": "abc123",
-  "firstname": "abc123",
-  "id": "4",
+  "firstname": "xyz789",
+  "id": 4,
   "job_title": "abc123",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "role_id": 4,
   "status": "ACTIVE",
   "telephone": "abc123"
@@ -33486,9 +33492,9 @@ 
Fields
Example
{
   "attributes": [ComparableAttribute],
-  "item_count": 123,
+  "item_count": 987,
   "items": [ComparableItem],
-  "uid": 4
+  "uid": "4"
 }
 
@@ -33767,27 +33773,27 @@
family<
Example
{
-  "addToCartAllowed": false,
-  "inStock": false,
+  "addToCartAllowed": true,
+  "inStock": true,
   "lowStock": true,
   "attributes": [ProductViewAttribute],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
   "lastModifiedAt": "2007-12-03T10:15:30Z",
   "metaDescription": "abc123",
   "metaKeyword": "xyz789",
-  "metaTitle": "xyz789",
-  "name": "xyz789",
+  "metaTitle": "abc123",
+  "name": "abc123",
   "inputOptions": [ProductViewInputOption],
   "options": [ProductViewOption],
   "priceRange": ProductViewPriceRange,
-  "shortDescription": "xyz789",
-  "sku": "abc123",
+  "shortDescription": "abc123",
+  "sku": "xyz789",
   "externalId": "abc123",
   "url": "xyz789",
-  "urlKey": "xyz789",
+  "urlKey": "abc123",
   "links": [ProductViewLink],
   "categories": [CategoryProductView],
   "queryType": "xyz789",
@@ -33828,7 +33834,7 @@ 
Fields
Example
-
{"html": "abc123"}
+                  
{"html": "xyz789"}
 
@@ -33883,7 +33889,7 @@
Example
{
   "field": "UNKNOWN_FIELD",
   "operator": OperatorInput,
-  "enabled": true
+  "enabled": false
 }
 
@@ -33940,10 +33946,10 @@
Fields
Example
{
-  "code": "xyz789",
-  "label": "xyz789",
+  "code": "abc123",
+  "label": "abc123",
   "uid": 4,
-  "value_index": 123
+  "value_index": 987
 }
 
@@ -34087,14 +34093,14 @@
Example
"gift_wrapping": GiftWrapping, "is_available": false, "max_qty": 123.45, - "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, - "uid": "4" + "quantity": 123.45, + "uid": 4 }
@@ -34141,7 +34147,7 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "option_value_uids": [4]
 }
 
@@ -34298,26 +34304,26 @@
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,
   "parent_sku": "abc123",
   "prices": OrderItemPrices,
   "product": ProductInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "product_type": "abc123",
+  "product_sku": "xyz789",
+  "product_type": "xyz789",
   "product_url_key": "abc123",
   "quantity_canceled": 987.65,
   "quantity_invoiced": 123.45,
-  "quantity_ordered": 123.45,
-  "quantity_refunded": 123.45,
-  "quantity_return_requested": 123.45,
-  "quantity_returned": 123.45,
-  "quantity_shipped": 987.65,
+  "quantity_ordered": 987.65,
+  "quantity_refunded": 987.65,
+  "quantity_return_requested": 987.65,
+  "quantity_returned": 987.65,
+  "quantity_shipped": 123.45,
   "selected_options": [OrderItemOption],
   "status": "abc123"
 }
@@ -34602,48 +34608,48 @@ 
filters
Example
{
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "configurable_options": [ConfigurableProductOptions],
   "configurable_product_options_selection": ConfigurableProductOptionsSelection,
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "gift_message_available": true,
-  "gift_wrapping_available": true,
+  "gift_message_available": false,
+  "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "image": ProductImage,
   "is_returnable": "xyz789",
-  "manufacturer": 987,
+  "manufacturer": 123,
   "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "abc123",
   "meta_keyword": "abc123",
   "meta_title": "abc123",
-  "min_sale_qty": 123.45,
-  "name": "abc123",
+  "min_sale_qty": 987.65,
+  "name": "xyz789",
   "new_from_date": "abc123",
-  "new_to_date": "xyz789",
+  "new_to_date": "abc123",
   "only_x_left_in_stock": 987.65,
   "options": [CustomizableOptionInterface],
   "options_container": "abc123",
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
-  "quantity": 987.65,
+  "quantity": 123.45,
   "related_products": [ProductInterface],
   "short_description": ComplexTextValue,
   "sku": "abc123",
   "small_image": ProductImage,
   "special_price": 987.65,
-  "special_to_date": "xyz789",
+  "special_to_date": "abc123",
   "stock_status": "IN_STOCK",
   "swatch_image": "xyz789",
   "thumbnail": ProductImage,
-  "uid": 4,
+  "uid": "4",
   "upsell_products": [ProductInterface],
-  "url_key": "xyz789",
+  "url_key": "abc123",
   "variants": [ConfigurableVariant],
   "weight": 987.65
 }
@@ -34702,7 +34708,7 @@ 
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "label": "xyz789",
   "uid": 4,
   "values": [ConfigurableProductOptionValue]
@@ -34767,11 +34773,11 @@ 
Fields
Example
{
-  "is_available": true,
+  "is_available": false,
   "is_use_default": true,
   "label": "xyz789",
   "swatch": SwatchDataInterface,
-  "uid": 4
+  "uid": "4"
 }
 
@@ -34847,8 +34853,8 @@
Example
"attribute_uid": 4, "label": "abc123", "position": 987, - "uid": "4", - "use_default": false, + "uid": 4, + "use_default": true, "values": [ConfigurableProductOptionsValues] }
@@ -34978,11 +34984,11 @@
Fields
Example
{
-  "default_label": "abc123",
-  "label": "xyz789",
-  "store_label": "abc123",
+  "default_label": "xyz789",
+  "label": "abc123",
+  "store_label": "xyz789",
   "swatch_data": SwatchDataInterface,
-  "uid": "4",
+  "uid": 4,
   "use_default_value": true
 }
 
@@ -35053,8 +35059,8 @@
Example
"configurable_options": [SelectedConfigurableOption], "customizable_options": [SelectedCustomizableOption], "product": ProductInterface, - "quantity": 123.45, - "sku": "xyz789", + "quantity": 987.65, + "sku": "abc123", "uid": 4 }
@@ -35181,14 +35187,14 @@
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "configurable_options": [SelectedConfigurableOption],
   "configured_variant": ProductInterface,
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -35283,7 +35289,7 @@
Fields
Example
{
-  "confirmation_key": "xyz789",
+  "confirmation_key": "abc123",
   "email": "abc123"
 }
 
@@ -35434,10 +35440,10 @@
Fields
Example
{
-  "comment": "xyz789",
-  "email": "abc123",
-  "name": "xyz789",
-  "telephone": "abc123"
+  "comment": "abc123",
+  "email": "xyz789",
+  "name": "abc123",
+  "telephone": "xyz789"
 }
 
@@ -35478,7 +35484,7 @@
Fields
Example
-
{"status": false}
+                  
{"status": true}
 
@@ -35678,8 +35684,8 @@
Example
"available_regions": [Region], "full_name_english": "xyz789", "full_name_locale": "xyz789", - "id": "abc123", - "three_letter_abbreviation": "abc123", + "id": "xyz789", + "three_letter_abbreviation": "xyz789", "two_letter_abbreviation": "abc123" }
@@ -37387,7 +37393,7 @@
Fields
Example
-
{"products": ["4"]}
+                  
{"products": [4]}
 
@@ -37663,8 +37669,8 @@
Example
"cartId": "abc123", "location": "PRODUCT_DETAIL", "methodCode": "abc123", - "paymentSource": "xyz789", - "vaultIntent": false + "paymentSource": "abc123", + "vaultIntent": true }
@@ -37778,7 +37784,7 @@
Fields
Example
-
{"currency": "AFN", "value": 987.65}
+                  
{"currency": "AFN", "value": 123.45}
 
@@ -37891,7 +37897,7 @@
Fields
Example
{
   "description": "xyz789",
-  "name": "xyz789"
+  "name": "abc123"
 }
 
@@ -38029,7 +38035,7 @@
Fields
Example
{
   "payment_source": PaymentSourceOutput,
-  "vault_token_id": "abc123"
+  "vault_token_id": "xyz789"
 }
 
@@ -38167,7 +38173,7 @@
Fields
Example
-
{"name": "abc123", "visibility": "PUBLIC"}
+                  
{"name": "xyz789", "visibility": "PUBLIC"}
 
@@ -38405,10 +38411,10 @@
Example
"discounts": [Discount], "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 }
@@ -38463,7 +38469,7 @@
Fields
Example
{
-  "credit_memo_id": "xyz789",
+  "credit_memo_id": "abc123",
   "credit_memo_item_id": "abc123",
   "custom_attributes": [CustomAttributeInput]
 }
@@ -38580,8 +38586,8 @@ 
Example
"order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_refunded": 987.65 + "product_sku": "xyz789", + "quantity_refunded": 123.45 }
@@ -38774,9 +38780,9 @@
Fields
Example
{
-  "available_currency_codes": ["xyz789"],
+  "available_currency_codes": ["abc123"],
   "base_currency_code": "abc123",
-  "base_currency_symbol": "abc123",
+  "base_currency_symbol": "xyz789",
   "default_display_currency_code": "xyz789",
   "default_display_currency_symbol": "abc123",
   "exchange_rates": [ExchangeRate]
@@ -40094,8 +40100,8 @@ 
Fields
Example
{
-  "attribute_code": "xyz789",
-  "value": "abc123"
+  "attribute_code": "abc123",
+  "value": "xyz789"
 }
 
@@ -40209,13 +40215,13 @@
Possible Types
Example
{
-  "code": "4",
+  "code": 4,
   "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "xyz789",
+  "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
-  "is_required": false,
-  "is_unique": true,
+  "is_required": true,
+  "is_unique": false,
   "label": "abc123",
   "options": [CustomAttributeOptionInterface]
 }
@@ -40282,9 +40288,9 @@ 
Possible Types
Example
{
-  "is_default": true,
-  "label": "abc123",
-  "value": "xyz789"
+  "is_default": false,
+  "label": "xyz789",
+  "value": "abc123"
 }
 
@@ -40333,7 +40339,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "value": "abc123"
 }
 
@@ -40947,25 +40953,25 @@
Example
{
   "addresses": [CustomerAddress],
   "addressesV2": CustomerAddresses,
-  "allow_remote_shopping_assistance": true,
+  "allow_remote_shopping_assistance": false,
   "companies": UserCompaniesOutput,
   "compare_list": CompareList,
   "confirmation_status": "ACCOUNT_CONFIRMED",
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "custom_attributes": [AttributeValueInterface],
   "date_of_birth": "xyz789",
-  "default_billing": "abc123",
-  "default_shipping": "xyz789",
-  "email": "xyz789",
+  "default_billing": "xyz789",
+  "default_shipping": "abc123",
+  "email": "abc123",
   "firstname": "abc123",
   "gender": 123,
   "gift_registries": [GiftRegistry],
   "gift_registry": GiftRegistry,
   "group": CustomerGroupStorefront,
   "id": "4",
-  "is_subscribed": false,
+  "is_subscribed": true,
   "job_title": "xyz789",
-  "lastname": "abc123",
+  "lastname": "xyz789",
   "middlename": "abc123",
   "orders": CustomerOrders,
   "prefix": "abc123",
@@ -40975,7 +40981,7 @@ 
Example
"purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, "purchase_orders_enabled": false, - "quote_enabled": true, + "quote_enabled": false, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -40986,7 +40992,7 @@
Example
"store_credit": CustomerStoreCredit, "structure_id": 4, "suffix": "xyz789", - "taxvat": "xyz789", + "taxvat": "abc123", "team": CompanyTeam, "telephone": "abc123", "wishlist_v2": Wishlist, @@ -41147,25 +41153,25 @@
attributeCodes
Example
{
   "city": "xyz789",
-  "company": "abc123",
+  "company": "xyz789",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
-  "default_billing": false,
+  "default_billing": true,
   "default_shipping": true,
   "extension_attributes": [CustomerAddressAttribute],
   "fax": "xyz789",
-  "firstname": "abc123",
-  "id": 987,
+  "firstname": "xyz789",
+  "id": 123,
   "lastname": "abc123",
-  "middlename": "abc123",
+  "middlename": "xyz789",
   "postcode": "abc123",
-  "prefix": "abc123",
+  "prefix": "xyz789",
   "region": CustomerAddressRegion,
   "region_id": 987,
   "street": ["abc123"],
-  "suffix": "xyz789",
+  "suffix": "abc123",
   "telephone": "xyz789",
-  "uid": 4,
+  "uid": "4",
   "vat_id": "xyz789"
 }
 
@@ -41213,7 +41219,7 @@
Fields
Example
{
-  "attribute_code": "abc123",
+  "attribute_code": "xyz789",
   "value": "abc123"
 }
 
@@ -41353,23 +41359,23 @@
Fields
Example
{
-  "city": "abc123",
-  "company": "abc123",
+  "city": "xyz789",
+  "company": "xyz789",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInput],
-  "default_billing": true,
-  "default_shipping": false,
-  "fax": "xyz789",
+  "default_billing": false,
+  "default_shipping": true,
+  "fax": "abc123",
   "firstname": "xyz789",
-  "lastname": "xyz789",
-  "middlename": "xyz789",
-  "postcode": "xyz789",
-  "prefix": "xyz789",
+  "lastname": "abc123",
+  "middlename": "abc123",
+  "postcode": "abc123",
+  "prefix": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["abc123"],
   "suffix": "xyz789",
-  "telephone": "abc123",
-  "vat_id": "xyz789"
+  "telephone": "xyz789",
+  "vat_id": "abc123"
 }
 
@@ -41421,7 +41427,7 @@
Fields
Example
{
-  "region": "abc123",
+  "region": "xyz789",
   "region_code": "abc123",
   "region_id": 987
 }
@@ -41480,7 +41486,7 @@ 
Example
{
   "region": "xyz789",
   "region_code": "xyz789",
-  "region_id": 123
+  "region_id": 987
 }
 
@@ -41632,16 +41638,16 @@
Fields
Example
{
-  "code": "4",
-  "default_value": "xyz789",
+  "code": 4,
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
-  "is_required": false,
+  "is_required": true,
   "is_unique": true,
-  "label": "abc123",
-  "multiline_count": 123,
+  "label": "xyz789",
+  "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
   "sort_order": 987,
   "validate_rules": [ValidationRule]
@@ -41759,19 +41765,19 @@ 
Fields
Example
{
-  "allow_remote_shopping_assistance": true,
+  "allow_remote_shopping_assistance": false,
   "custom_attributes": [AttributeValueInput],
-  "date_of_birth": "xyz789",
+  "date_of_birth": "abc123",
   "email": "xyz789",
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "gender": 987,
-  "is_subscribed": false,
-  "lastname": "xyz789",
+  "is_subscribed": true,
+  "lastname": "abc123",
   "middlename": "abc123",
-  "password": "abc123",
-  "prefix": "xyz789",
+  "password": "xyz789",
+  "prefix": "abc123",
   "suffix": "xyz789",
-  "taxvat": "xyz789"
+  "taxvat": "abc123"
 }
 
@@ -41834,10 +41840,10 @@
Fields
Example
{
   "date": "abc123",
-  "download_url": "xyz789",
-  "order_increment_id": "xyz789",
-  "remaining_downloads": "abc123",
-  "status": "abc123"
+  "download_url": "abc123",
+  "order_increment_id": "abc123",
+  "remaining_downloads": "xyz789",
+  "status": "xyz789"
 }
 
@@ -41918,7 +41924,7 @@
Fields
Example
-
{"uid": "4"}
+                  
{"uid": 4}
 
@@ -42139,9 +42145,9 @@
Example
"credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], "customer_info": OrderCustomerInfo, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": true, + "gift_receipt_included": false, "gift_wrapping": GiftWrapping, "id": 4, "invoices": [Invoice], @@ -42149,17 +42155,17 @@
Example
"items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, - "number": "xyz789", - "order_date": "xyz789", - "order_status_change_date": "abc123", + "number": "abc123", + "order_date": "abc123", + "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], - "printed_card_included": false, + "printed_card_included": true, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "xyz789", - "status": "abc123", - "token": "abc123", + "shipping_method": "abc123", + "status": "xyz789", + "token": "xyz789", "total": OrderTotal }
@@ -42311,7 +42317,7 @@
Fields
Example
{
-  "date_of_first_order": "xyz789",
+  "date_of_first_order": "abc123",
   "items": [CustomerOrder],
   "page_info": SearchResultPageInfo,
   "total_count": 123
@@ -42571,7 +42577,7 @@ 
Example
{
   "balance_history": CustomerStoreCreditHistory,
   "current_balance": Money,
-  "enabled": true
+  "enabled": false
 }
 
@@ -42625,7 +42631,7 @@
Example
{
   "items": [CustomerStoreCreditHistoryItem],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -42682,10 +42688,10 @@
Fields
Example
{
-  "action": "abc123",
+  "action": "xyz789",
   "actual_balance": Money,
   "balance_change": Money,
-  "date_time_changed": "xyz789"
+  "date_time_changed": "abc123"
 }
 
@@ -42828,15 +42834,15 @@
Fields
Example
{
-  "allow_remote_shopping_assistance": true,
+  "allow_remote_shopping_assistance": false,
   "custom_attributes": [AttributeValueInput],
-  "date_of_birth": "xyz789",
-  "firstname": "abc123",
+  "date_of_birth": "abc123",
+  "firstname": "xyz789",
   "gender": 123,
   "is_subscribed": false,
   "lastname": "xyz789",
-  "middlename": "xyz789",
-  "prefix": "xyz789",
+  "middlename": "abc123",
+  "prefix": "abc123",
   "suffix": "xyz789",
   "taxvat": "xyz789"
 }
@@ -42906,8 +42912,8 @@ 
Fields
Example
{
   "product_sku": "xyz789",
-  "required": false,
-  "sort_order": 987,
+  "required": true,
+  "sort_order": 123,
   "title": "xyz789",
   "uid": 4,
   "value": CustomizableAreaValue
@@ -42972,11 +42978,11 @@ 
Fields
Example
{
-  "max_characters": 123,
-  "price": 987.65,
+  "max_characters": 987,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "abc123",
-  "uid": "4"
+  "sku": "xyz789",
+  "uid": 4
 }
 
@@ -43038,9 +43044,9 @@
Fields
Example
{
-  "required": true,
+  "required": false,
   "sort_order": 123,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": "4",
   "value": [CustomizableCheckboxValue]
 }
@@ -43115,12 +43121,12 @@ 
Fields
Example
{
   "option_type_id": 123,
-  "price": 987.65,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "abc123",
   "sort_order": 123,
-  "title": "xyz789",
-  "uid": 4
+  "title": "abc123",
+  "uid": "4"
 }
 
@@ -43187,11 +43193,11 @@
Fields
Example
{
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "required": false,
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "xyz789",
-  "uid": "4",
+  "uid": 4,
   "value": CustomizableDateValue
 }
 
@@ -43314,7 +43320,7 @@
Example
"price_type": "FIXED", "sku": "xyz789", "type": "DATE", - "uid": 4 + "uid": "4" }
@@ -43455,10 +43461,10 @@
Example
"option_type_id": 123, "price": 987.65, "price_type": "FIXED", - "sku": "xyz789", - "sort_order": 987, - "title": "abc123", - "uid": "4" + "sku": "abc123", + "sort_order": 123, + "title": "xyz789", + "uid": 4 }
@@ -43528,8 +43534,8 @@
Example
"product_sku": "abc123", "required": false, "sort_order": 987, - "title": "xyz789", - "uid": 4, + "title": "abc123", + "uid": "4", "value": CustomizableFieldValue }
@@ -43592,11 +43598,11 @@
Fields
Example
{
-  "max_characters": 123,
-  "price": 987.65,
+  "max_characters": 987,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
-  "uid": "4"
+  "sku": "abc123",
+  "uid": 4
 }
 
@@ -43665,8 +43671,8 @@
Example
{
   "product_sku": "xyz789",
   "required": true,
-  "sort_order": 987,
-  "title": "abc123",
+  "sort_order": 123,
+  "title": "xyz789",
   "uid": 4,
   "value": CustomizableFileValue
 }
@@ -43741,11 +43747,11 @@ 
Fields
Example
{
   "file_extension": "xyz789",
-  "image_size_x": 123,
-  "image_size_y": 987,
+  "image_size_x": 987,
+  "image_size_y": 123,
   "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "uid": 4
 }
 
@@ -43809,9 +43815,9 @@
Fields
Example
{
   "required": true,
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "abc123",
-  "uid": 4,
+  "uid": "4",
   "value": [CustomizableMultipleValue]
 }
 
@@ -43884,13 +43890,13 @@
Fields
Example
{
-  "option_type_id": 987,
-  "price": 987.65,
+  "option_type_id": 123,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
-  "sort_order": 987,
-  "title": "xyz789",
-  "uid": 4
+  "sku": "abc123",
+  "sort_order": 123,
+  "title": "abc123",
+  "uid": "4"
 }
 
@@ -43938,7 +43944,10 @@
Fields
Example
-
{"uid": 4, "value_string": "xyz789"}
+                  
{
+  "uid": "4",
+  "value_string": "abc123"
+}
 
@@ -44046,10 +44055,10 @@
Possible Types
Example
{
-  "required": false,
+  "required": true,
   "sort_order": 123,
-  "title": "abc123",
-  "uid": "4"
+  "title": "xyz789",
+  "uid": 4
 }
 
@@ -44193,10 +44202,10 @@
Fields
Example
{
-  "required": true,
+  "required": false,
   "sort_order": 987,
-  "title": "abc123",
-  "uid": "4",
+  "title": "xyz789",
+  "uid": 4,
   "value": [CustomizableRadioValue]
 }
 
@@ -44269,7 +44278,7 @@
Fields
Example
{
-  "option_type_id": 123,
+  "option_type_id": 987,
   "price": 987.65,
   "price_type": "FIXED",
   "sku": "abc123",
@@ -44338,7 +44347,7 @@ 
Fields
Example
-
{"success": false}
+                  
{"success": true}
 
@@ -44378,7 +44387,7 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
@@ -44458,7 +44467,7 @@
Fields
Example
-
{"result": false}
+                  
{"result": true}
 
@@ -44551,7 +44560,7 @@
Fields
Example
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -44670,7 +44679,7 @@
Fields
Example
-
{"quote_uids": ["4"]}
+                  
{"quote_uids": [4]}
 
@@ -44802,7 +44811,7 @@
Fields
Example
{
   "customerPaymentTokens": CustomerPaymentTokens,
-  "result": true
+  "result": false
 }
 
@@ -45104,7 +45113,7 @@
Fields
Example
-
{"status": true, "wishlists": [Wishlist]}
+                  
{"status": false, "wishlists": [Wishlist]}
 
@@ -45178,10 +45187,10 @@
Example
"amount": Money, "applied_to": "ITEM", "coupon": AppliedCoupon, - "is_discounting_locked": false, - "label": "xyz789", - "type": "abc123", - "value": 987.65 + "is_discounting_locked": true, + "label": "abc123", + "type": "xyz789", + "value": 123.45 }
@@ -45305,8 +45314,8 @@
Example
"errors": [CartItemError], "is_available": true, "links": [DownloadableProductLinks], - "max_qty": 123.45, - "min_qty": 987.65, + "max_qty": 987.65, + "min_qty": 123.45, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], @@ -45404,7 +45413,7 @@
Example
"product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "quantity_refunded": 123.45 + "quantity_refunded": 987.65 }
@@ -45489,12 +45498,12 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "downloadable_links": [DownloadableItemsLinks], - "id": 4, + "id": "4", "order_item": OrderItemInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", - "quantity_invoiced": 123.45 + "product_sku": "abc123", + "quantity_invoiced": 987.65 }
@@ -45546,9 +45555,9 @@
Fields
Example
{
-  "sort_order": 987,
-  "title": "xyz789",
-  "uid": 4
+  "sort_order": 123,
+  "title": "abc123",
+  "uid": "4"
 }
 
@@ -45713,23 +45722,23 @@
Example
"entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "prices": OrderItemPrices, "product": ProductInterface, "product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "abc123", + "product_type": "xyz789", "product_url_key": "abc123", "quantity_canceled": 123.45, "quantity_invoiced": 987.65, - "quantity_ordered": 123.45, - "quantity_refunded": 987.65, + "quantity_ordered": 987.65, + "quantity_refunded": 123.45, "quantity_return_requested": 123.45, "quantity_returned": 987.65, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
@@ -46001,7 +46010,7 @@
Example
{
   "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
@@ -46017,30 +46026,30 @@ 
Example
"image": ProductImage, "is_returnable": "xyz789", "links_purchased_separately": 123, - "links_title": "abc123", + "links_title": "xyz789", "manufacturer": 987, - "max_sale_qty": 987.65, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "xyz789", - "meta_keyword": "xyz789", - "meta_title": "xyz789", - "min_sale_qty": 987.65, + "meta_description": "abc123", + "meta_keyword": "abc123", + "meta_title": "abc123", + "min_sale_qty": 123.45, "name": "abc123", - "new_from_date": "xyz789", - "new_to_date": "abc123", + "new_from_date": "abc123", + "new_to_date": "xyz789", "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": "xyz789", "small_image": ProductImage, "special_price": 987.65, - "special_to_date": "abc123", + "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "xyz789", "thumbnail": ProductImage, @@ -46167,11 +46176,11 @@
Fields
Example
{
-  "price": 987.65,
-  "sample_url": "abc123",
-  "sort_order": 123,
+  "price": 123.45,
+  "sample_url": "xyz789",
+  "sort_order": 987,
   "title": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -46264,9 +46273,9 @@
Fields
Example
{
-  "sample_url": "abc123",
-  "sort_order": 987,
-  "title": "abc123"
+  "sample_url": "xyz789",
+  "sort_order": 123,
+  "title": "xyz789"
 }
 
@@ -46343,8 +46352,8 @@
Example
"product": ProductInterface, "quantity": 123.45, "samples": [DownloadableProductSamples], - "sku": "xyz789", - "uid": 4 + "sku": "abc123", + "uid": "4" }
@@ -46422,13 +46431,13 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
   "id": 4,
   "links_v2": [DownloadableProductLinks],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "samples": [DownloadableProductSamples]
 }
 
@@ -46478,7 +46487,7 @@
Fields
Example
{
-  "duplicated_quote_uid": "4",
+  "duplicated_quote_uid": 4,
   "quote_uid": "4"
 }
 
@@ -46568,8 +46577,8 @@
Fields
Example
{
-  "attribute_code": "xyz789",
-  "value": "abc123"
+  "attribute_code": "abc123",
+  "value": "xyz789"
 }
 
@@ -46619,7 +46628,7 @@
Fields
Example
{
   "uid": "4",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -46753,7 +46762,7 @@
Possible Types
Example
-
{"message": "xyz789"}
+                  
{"message": "abc123"}
 
@@ -46861,7 +46870,7 @@
Fields
Example
{
   "address": EstimateAddressInput,
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "shipping_method": ShippingMethodInput
 }
 
@@ -47109,12 +47118,12 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "is_visible": false,
   "payment_intent": "abc123",
-  "payment_source": "abc123",
+  "payment_source": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
+  "sort_order": "abc123",
   "three_ds_mode": "OFF",
   "title": "xyz789"
 }
@@ -47165,8 +47174,8 @@ 
Fields
Example
{
-  "payment_source": "abc123",
-  "paypal_fastlane_token": "abc123"
+  "payment_source": "xyz789",
+  "paypal_fastlane_token": "xyz789"
 }
 
@@ -47302,8 +47311,8 @@
Fields
Example
{
-  "eq": "xyz789",
-  "in": ["abc123"]
+  "eq": "abc123",
+  "in": ["xyz789"]
 }
 
@@ -47445,7 +47454,7 @@
Fields
Example
{
   "from": "abc123",
-  "to": "abc123"
+  "to": "xyz789"
 }
 
@@ -47499,7 +47508,7 @@
Fields
Example
{
-  "name": "abc123",
+  "name": "xyz789",
   "type": "UNKNOWN_FILTER_RULE_TYPE",
   "conditions": [ConditionInput]
 }
@@ -47608,8 +47617,8 @@ 
Fields
Example
{
-  "eq": "xyz789",
-  "in": ["xyz789"],
+  "eq": "abc123",
+  "in": ["abc123"],
   "match": "xyz789"
 }
 
@@ -47731,16 +47740,16 @@
Fields
Example
{
-  "eq": "abc123",
-  "from": "abc123",
-  "gt": "xyz789",
-  "gteq": "xyz789",
+  "eq": "xyz789",
+  "from": "xyz789",
+  "gt": "abc123",
+  "gteq": "abc123",
   "in": ["abc123"],
-  "like": "abc123",
+  "like": "xyz789",
   "lt": "xyz789",
   "lteq": "xyz789",
-  "moreq": "xyz789",
-  "neq": "xyz789",
+  "moreq": "abc123",
+  "neq": "abc123",
   "nin": ["xyz789"],
   "notnull": "xyz789",
   "null": "abc123",
@@ -47801,9 +47810,9 @@ 
Fields
Example
{
-  "attribute": "abc123",
-  "frontendInput": "xyz789",
-  "label": "xyz789",
+  "attribute": "xyz789",
+  "frontendInput": "abc123",
+  "label": "abc123",
   "numeric": true
 }
 
@@ -47852,7 +47861,7 @@
Fields
Example
{
   "amount": Money,
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -47981,7 +47990,7 @@
Fields
Example
-
{"customer_email": "abc123"}
+                  
{"customer_email": "xyz789"}
 
@@ -48021,7 +48030,7 @@
Fields
Example
-
{"customer_token": "abc123"}
+                  
{"customer_token": "xyz789"}
 
@@ -48237,7 +48246,7 @@
Fields
Example
-
{"gift_card_code": "xyz789"}
+                  
{"gift_card_code": "abc123"}
 
@@ -48299,7 +48308,7 @@
Fields
Example
{
   "attribute_id": 987,
-  "uid": "4",
+  "uid": 4,
   "value": 123.45,
   "website_id": 123,
   "website_value": 987.65
@@ -48463,21 +48472,21 @@ 
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": false, - "max_qty": 123.45, - "message": "xyz789", - "min_qty": 987.65, + "is_available": true, + "max_qty": 987.65, + "message": "abc123", + "min_qty": 123.45, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "recipient_email": "xyz789", - "recipient_name": "abc123", + "recipient_name": "xyz789", "sender_email": "abc123", - "sender_name": "xyz789", - "uid": "4" + "sender_name": "abc123", + "uid": 4 }
@@ -48558,11 +48567,11 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "gift_card": GiftCardItem, - "id": 4, + "id": "4", "order_item": OrderItemInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", + "product_sku": "xyz789", "quantity_refunded": 123.45 }
@@ -48644,11 +48653,11 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "gift_card": GiftCardItem, - "id": 4, + "id": "4", "order_item": OrderItemInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", + "product_sku": "xyz789", "quantity_invoiced": 123.45 }
@@ -48789,11 +48798,11 @@
Example
{
   "amount": Money,
   "custom_giftcard_amount": Money,
-  "message": "abc123",
-  "recipient_email": "abc123",
-  "recipient_name": "abc123",
-  "sender_email": "xyz789",
-  "sender_name": "xyz789"
+  "message": "xyz789",
+  "recipient_email": "xyz789",
+  "recipient_name": "xyz789",
+  "sender_email": "abc123",
+  "sender_name": "abc123"
 }
 
@@ -48959,14 +48968,14 @@
Example
"product": ProductInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "product_type": "abc123", "product_url_key": "xyz789", - "quantity_canceled": 123.45, + "quantity_canceled": 987.65, "quantity_invoiced": 987.65, - "quantity_ordered": 123.45, - "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, + "quantity_ordered": 987.65, + "quantity_refunded": 987.65, + "quantity_return_requested": 123.45, "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], @@ -49276,10 +49285,10 @@
filters
Example
{
   "allow_message": false,
-  "allow_open_amount": true,
-  "canonical_url": "xyz789",
+  "allow_open_amount": false,
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
@@ -49290,19 +49299,19 @@ 
Example
"giftcard_amounts": [GiftCardAmounts], "giftcard_type": "VIRTUAL", "image": ProductImage, - "is_redeemable": false, - "is_returnable": "abc123", - "lifetime": 123, - "manufacturer": 123, + "is_redeemable": true, + "is_returnable": "xyz789", + "lifetime": 987, + "manufacturer": 987, "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", + "name": "abc123", + "new_from_date": "abc123", "new_to_date": "xyz789", "only_x_left_in_stock": 987.65, "open_amount_max": 987.65, @@ -49312,20 +49321,20 @@
Example
"price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 987.65, + "quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, "sku": "xyz789", "small_image": ProductImage, "special_price": 123.45, - "special_to_date": "abc123", + "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": "abc123", - "weight": 123.45 + "url_key": "xyz789", + "weight": 987.65 }
@@ -49396,7 +49405,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "gift_card_options": GiftCardOptions, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "sku": "xyz789", "uid": "4" } @@ -49472,7 +49481,7 @@
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "xyz789", - "quantity_shipped": 987.65 + "quantity_shipped": 123.45 }
@@ -49601,7 +49610,7 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
   "gift_card_options": GiftCardOptions,
@@ -49659,8 +49668,8 @@ 
Fields
Example
{
-  "from": "xyz789",
-  "message": "abc123",
+  "from": "abc123",
+  "message": "xyz789",
   "to": "xyz789"
 }
 
@@ -49716,9 +49725,9 @@
Fields
Example
{
-  "from": "abc123",
-  "message": "abc123",
-  "to": "abc123"
+  "from": "xyz789",
+  "message": "xyz789",
+  "to": "xyz789"
 }
 
@@ -49891,14 +49900,14 @@
Example
"dynamic_attributes": [GiftRegistryDynamicAttribute], "event_name": "xyz789", "items": [GiftRegistryItemInterface], - "message": "xyz789", + "message": "abc123", "owner_name": "xyz789", "privacy_settings": "PRIVATE", "registrants": [GiftRegistryRegistrant], "shipping_address": CustomerAddress, "status": "ACTIVE", "type": GiftRegistryType, - "uid": 4 + "uid": "4" }
@@ -49951,7 +49960,7 @@
Fields
Example
{
-  "code": 4,
+  "code": "4",
   "group": "EVENT_INFORMATION",
   "label": "xyz789",
   "value": "abc123"
@@ -50079,7 +50088,7 @@ 
Fields
Example
-
{"code": 4, "value": "xyz789"}
+                  
{"code": 4, "value": "abc123"}
 
@@ -50150,7 +50159,7 @@
Example
{
   "code": "4",
   "label": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -50213,11 +50222,11 @@
Fields
Example
{
-  "attribute_group": "abc123",
+  "attribute_group": "xyz789",
   "code": 4,
   "input_type": "abc123",
   "is_required": true,
-  "label": "xyz789",
+  "label": "abc123",
   "sort_order": 123
 }
 
@@ -50299,9 +50308,9 @@
Possible Types
Example
{
   "attribute_group": "abc123",
-  "code": 4,
+  "code": "4",
   "input_type": "xyz789",
-  "is_required": false,
+  "is_required": true,
   "label": "xyz789",
   "sort_order": 987
 }
@@ -50367,7 +50376,7 @@ 
Fields
Example
{
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "note": "xyz789",
   "product": ProductInterface,
   "quantity": 123.45,
@@ -50456,9 +50465,9 @@ 
Example
"created_at": "xyz789", "note": "abc123", "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "quantity_fulfilled": 987.65, - "uid": 4 + "uid": "4" }
@@ -50587,9 +50596,9 @@
Example
{
   "code": "OUT_OF_STOCK",
   "gift_registry_item_uid": "4",
-  "gift_registry_uid": 4,
+  "gift_registry_uid": "4",
   "message": "xyz789",
-  "product_uid": "4"
+  "product_uid": 4
 }
 
@@ -50814,9 +50823,9 @@
Example
GiftRegistryRegistrantDynamicAttribute ], "email": "xyz789", - "firstname": "abc123", - "lastname": "xyz789", - "uid": 4 + "firstname": "xyz789", + "lastname": "abc123", + "uid": "4" }
@@ -50864,9 +50873,9 @@
Fields
Example
{
-  "code": 4,
-  "label": "xyz789",
-  "value": "xyz789"
+  "code": "4",
+  "label": "abc123",
+  "value": "abc123"
 }
 
@@ -51157,10 +51166,10 @@
Fields
Example
{
-  "design": "xyz789",
+  "design": "abc123",
   "image": GiftWrappingImage,
   "price": Money,
-  "uid": "4"
+  "uid": 4
 }
 
@@ -51207,7 +51216,7 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "url": "xyz789"
 }
 
@@ -51258,7 +51267,7 @@
Example
{
   "color": "abc123",
   "height": 987,
-  "type": "abc123"
+  "type": "xyz789"
 }
 
@@ -51344,7 +51353,7 @@
Example
"sdk_params": [SDKParams], "sort_order": "abc123", "three_ds_mode": "OFF", - "title": "xyz789" + "title": "abc123" }
@@ -51401,7 +51410,7 @@
Example
{
   "payment_source": "xyz789",
   "payments_order_id": "xyz789",
-  "paypal_order_id": "abc123"
+  "paypal_order_id": "xyz789"
 }
 
@@ -51662,8 +51671,8 @@
Example
"crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, - "gift_message_available": false, - "gift_wrapping_available": true, + "gift_message_available": true, + "gift_wrapping_available": false, "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "abc123", @@ -51671,14 +51680,14 @@
Example
"manufacturer": 123, "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "abc123", - "meta_title": "abc123", + "meta_description": "xyz789", + "meta_keyword": "xyz789", + "meta_title": "xyz789", "min_sale_qty": 987.65, - "name": "xyz789", + "name": "abc123", "new_from_date": "abc123", "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "only_x_left_in_stock": 987.65, "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], @@ -51686,17 +51695,17 @@
Example
"quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "xyz789", + "sku": "abc123", "small_image": ProductImage, "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": "abc123", - "weight": 123.45 + "weight": 987.65 }
@@ -51749,7 +51758,7 @@
Fields
Example
{
-  "position": 987,
+  "position": 123,
   "product": ProductInterface,
   "qty": 123.45
 }
@@ -51822,9 +51831,9 @@ 
Example
"added_at": "abc123", "customizable_options": [SelectedCustomizableOption], "description": "abc123", - "id": "4", + "id": 4, "product": ProductInterface, - "quantity": 987.65 + "quantity": 123.45 }
@@ -51929,8 +51938,8 @@
Fields
Example
{
-  "email": "abc123",
-  "lastname": "abc123",
+  "email": "xyz789",
+  "lastname": "xyz789",
   "number": "xyz789"
 }
 
@@ -51983,7 +51992,7 @@
Fields
Example
{
-  "attribute": "xyz789",
+  "attribute": "abc123",
   "matched_words": ["abc123"],
   "value": "abc123"
 }
@@ -52052,12 +52061,12 @@ 
Fields
Example
{
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "creator_name": "xyz789",
   "creator_type": "xyz789",
-  "item_id": 987,
-  "note": "xyz789",
-  "product_name": "abc123"
+  "item_id": 123,
+  "note": "abc123",
+  "product_name": "xyz789"
 }
 
@@ -52146,16 +52155,16 @@
Fields
Example
{
   "cc_vault_code": "abc123",
-  "code": "xyz789",
+  "code": "abc123",
   "is_vault_enabled": false,
-  "is_visible": true,
+  "is_visible": false,
   "payment_intent": "xyz789",
   "payment_source": "abc123",
   "requires_card_details": false,
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -52247,12 +52256,12 @@
Fields
Example
{
   "cardBin": "xyz789",
-  "cardExpiryMonth": "abc123",
-  "cardExpiryYear": "xyz789",
-  "cardLast4": "xyz789",
-  "holderName": "abc123",
-  "is_active_payment_token_enabler": false,
-  "payment_source": "abc123",
+  "cardExpiryMonth": "xyz789",
+  "cardExpiryYear": "abc123",
+  "cardLast4": "abc123",
+  "holderName": "xyz789",
+  "is_active_payment_token_enabler": true,
+  "payment_source": "xyz789",
   "payments_order_id": "abc123",
   "paypal_order_id": "xyz789"
 }
@@ -52320,7 +52329,7 @@ 
Fields
Example
{
   "thumbnail": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -52434,8 +52443,8 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "abc123",
-  "quantity": 123.45
+  "message": "xyz789",
+  "quantity": 987.65
 }
 
@@ -52498,7 +52507,7 @@
Fields
Example
-
{"message": "xyz789"}
+                  
{"message": "abc123"}
 
@@ -52566,7 +52575,7 @@
Example
{
   "comments": [SalesCommentItem],
   "custom_attributes": [CustomAttribute],
-  "id": "4",
+  "id": 4,
   "items": [InvoiceItemInterface],
   "number": "abc123",
   "total": InvoiceTotal
@@ -52619,7 +52628,7 @@ 
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "invoice_id": "xyz789"
+  "invoice_id": "abc123"
 }
 
@@ -52698,7 +52707,7 @@
Example
"order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "quantity_invoiced": 123.45 }
@@ -52755,8 +52764,8 @@
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "invoice_id": "abc123",
-  "invoice_item_id": "abc123"
+  "invoice_id": "xyz789",
+  "invoice_item_id": "xyz789"
 }
 
@@ -52869,10 +52878,10 @@
Example
"discounts": [Discount], "id": "4", "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_invoiced": 987.65 + "product_sku": "xyz789", + "quantity_invoiced": 123.45 }
@@ -53077,7 +53086,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -53117,7 +53126,7 @@
Fields
Example
-
{"is_role_name_available": false}
+                  
{"is_role_name_available": true}
 
@@ -53157,7 +53166,7 @@
Fields
Example
-
{"is_email_available": false}
+                  
{"is_email_available": true}
 
@@ -53197,7 +53206,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -53242,7 +53251,7 @@
Fields
Example
-
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": true}
+                  
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": false}
 
@@ -53330,7 +53339,7 @@
Fields
Example
-
{"isSubscribed": false, "message": "abc123"}
+                  
{"isSubscribed": true, "message": "abc123"}
 
@@ -53401,12 +53410,12 @@
Fields
Example
{
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "creator_id": 987,
   "creator_name": "abc123",
-  "creator_type": 123,
+  "creator_type": 987,
   "negotiable_quote_item_uid": 4,
-  "note": "xyz789",
+  "note": "abc123",
   "note_uid": 4
 }
 
@@ -53460,7 +53469,7 @@
Fields
Example
{
   "label": "abc123",
-  "uid": 4,
+  "uid": "4",
   "values": [ItemSelectedBundleOptionValue]
 }
 
@@ -53524,10 +53533,10 @@
Fields
Example
{
   "price": Money,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sku": "abc123",
   "quantity": 123.45,
-  "uid": "4"
+  "uid": 4
 }
 
@@ -53596,7 +53605,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "value": "abc123"
 }
 
@@ -53652,9 +53661,9 @@
Fields
Example
{
-  "note": "abc123",
+  "note": "xyz789",
   "quote_item_uid": "4",
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -53744,7 +53753,7 @@
Possible Types
Example
{
   "disabled": false,
-  "label": "xyz789",
+  "label": "abc123",
   "position": 987,
   "url": "xyz789"
 }
@@ -53890,7 +53899,7 @@ 
Fields
Example
{
-  "layout": "abc123",
+  "layout": "xyz789",
   "logo": MessageStyleLogo
 }
 
@@ -54032,7 +54041,7 @@
Fields
Example
-
{"requisitionListItemUids": ["4"]}
+                  
{"requisitionListItemUids": [4]}
 
@@ -54134,8 +54143,8 @@
Fields
Example
{
-  "quote_item_uid": 4,
-  "quote_uid": "4",
+  "quote_item_uid": "4",
+  "quote_uid": 4,
   "requisition_list_uid": "4"
 }
 
@@ -54388,10 +54397,10 @@
Example
"comments": [NegotiableQuoteComment], "created_at": "abc123", "custom_attributes": [CustomAttribute], - "email": "abc123", + "email": "xyz789", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "name": "xyz789", "order": CustomerOrder, @@ -54401,9 +54410,9 @@
Example
"shipping_addresses": [NegotiableQuoteShippingAddress], "status": "SUBMITTED", "template_id": 4, - "template_name": "abc123", + "template_name": "xyz789", "total_quantity": 987.65, - "uid": "4", + "uid": 4, "updated_at": "xyz789" }
@@ -54451,8 +54460,8 @@
Fields
Example
{
-  "code": "abc123",
-  "label": "abc123"
+  "code": "xyz789",
+  "label": "xyz789"
 }
 
@@ -54591,21 +54600,21 @@
Fields
Example
{
-  "city": "abc123",
-  "company": "abc123",
-  "country_code": "abc123",
+  "city": "xyz789",
+  "company": "xyz789",
+  "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
-  "fax": "abc123",
+  "fax": "xyz789",
   "firstname": "xyz789",
-  "lastname": "xyz789",
-  "middlename": "abc123",
-  "postcode": "abc123",
-  "prefix": "xyz789",
-  "region": "abc123",
-  "region_id": 123,
-  "save_in_address_book": true,
-  "street": ["abc123"],
-  "suffix": "abc123",
+  "lastname": "abc123",
+  "middlename": "xyz789",
+  "postcode": "xyz789",
+  "prefix": "abc123",
+  "region": "xyz789",
+  "region_id": 987,
+  "save_in_address_book": false,
+  "street": ["xyz789"],
+  "suffix": "xyz789",
   "telephone": "xyz789",
   "vat_id": "xyz789"
 }
@@ -54747,23 +54756,23 @@ 
Possible Types
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": "4",
+  "customer_address_uid": 4,
   "fax": "abc123",
   "firstname": "xyz789",
   "lastname": "abc123",
   "middlename": "abc123",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "prefix": "xyz789",
   "region": NegotiableQuoteAddressRegion,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "suffix": "xyz789",
   "telephone": "abc123",
-  "uid": "4",
-  "vat_id": "xyz789"
+  "uid": 4,
+  "vat_id": "abc123"
 }
 
@@ -54815,9 +54824,9 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "label": "abc123",
-  "region_id": 987
+  "region_id": 123
 }
 
@@ -54942,15 +54951,15 @@
Example
"customer_address_uid": "4", "fax": "xyz789", "firstname": "xyz789", - "lastname": "xyz789", - "middlename": "abc123", - "postcode": "abc123", + "lastname": "abc123", + "middlename": "xyz789", + "postcode": "xyz789", "prefix": "abc123", "region": NegotiableQuoteAddressRegion, - "street": ["xyz789"], + "street": ["abc123"], "suffix": "xyz789", "telephone": "abc123", - "uid": 4, + "uid": "4", "vat_id": "xyz789" }
@@ -55013,8 +55022,8 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": "4",
-  "same_as_shipping": true,
+  "customer_address_uid": 4,
+  "same_as_shipping": false,
   "use_for_shipping": false
 }
 
@@ -55084,7 +55093,7 @@
Example
{
   "attachments": [NegotiableQuoteCommentAttachment],
   "author": NegotiableQuoteUser,
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "creator_type": "BUYER",
   "text": "xyz789",
   "uid": 4
@@ -55177,7 +55186,7 @@ 
Fields
Example
-
{"key": "xyz789"}
+                  
{"key": "abc123"}
 
@@ -55271,7 +55280,7 @@
Fields
Example
{
   "attachments": [NegotiableQuoteCommentAttachmentInput],
-  "comment": "xyz789"
+  "comment": "abc123"
 }
 
@@ -55323,7 +55332,7 @@
Fields
Example
{
-  "new_value": "abc123",
+  "new_value": "xyz789",
   "old_value": "xyz789",
   "title": "abc123"
 }
@@ -55666,7 +55675,7 @@ 
Fields
Example
{
   "new_expiration": "xyz789",
-  "old_expiration": "abc123"
+  "old_expiration": "xyz789"
 }
 
@@ -55889,7 +55898,7 @@
Fields
Example
-
{"message": "abc123"}
+                  
{"message": "xyz789"}
 
@@ -55984,8 +55993,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "purchase_order_number": "xyz789"
+  "code": "abc123",
+  "purchase_order_number": "abc123"
 }
 
@@ -56042,9 +56051,9 @@
Fields
Example
{
-  "document_identifier": "xyz789",
+  "document_identifier": "abc123",
   "document_name": "abc123",
-  "link_id": "4",
+  "link_id": 4,
   "reference_document_url": "xyz789"
 }
 
@@ -56174,23 +56183,23 @@
Fields
Example
{
   "available_shipping_methods": [AvailableShippingMethod],
-  "city": "xyz789",
+  "city": "abc123",
   "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": "4",
   "fax": "xyz789",
   "firstname": "abc123",
-  "lastname": "xyz789",
-  "middlename": "xyz789",
-  "postcode": "abc123",
-  "prefix": "abc123",
+  "lastname": "abc123",
+  "middlename": "abc123",
+  "postcode": "xyz789",
+  "prefix": "xyz789",
   "region": NegotiableQuoteAddressRegion,
   "selected_shipping_method": SelectedShippingMethod,
-  "street": ["abc123"],
-  "suffix": "xyz789",
-  "telephone": "abc123",
-  "uid": "4",
+  "street": ["xyz789"],
+  "suffix": "abc123",
+  "telephone": "xyz789",
+  "uid": 4,
   "vat_id": "abc123"
 }
 
@@ -56588,15 +56597,15 @@
Example
{
   "buyer": NegotiableQuoteUser,
   "comments": [NegotiableQuoteComment],
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "expiration_date": "xyz789",
   "history": [NegotiableQuoteHistoryEntry],
   "historyV2": [NegotiableQuoteTemplateHistoryEntry],
-  "is_min_max_qty_used": true,
-  "is_virtual": false,
+  "is_min_max_qty_used": false,
+  "is_virtual": true,
   "items": [CartItemInterface],
-  "max_order_commitment": 987,
-  "min_order_commitment": 123,
+  "max_order_commitment": 123,
+  "min_order_commitment": 987,
   "name": "abc123",
   "notifications": [QuoteTemplateNotificationMessage],
   "prices": CartPrices,
@@ -56605,9 +56614,9 @@ 
Example
], "sales_rep_name": "xyz789", "shipping_addresses": [NegotiableQuoteShippingAddress], - "status": "xyz789", - "template_id": "4", - "total_quantity": 987.65, + "status": "abc123", + "template_id": 4, + "total_quantity": 123.45, "uid": "4", "updated_at": "xyz789" } @@ -56797,25 +56806,25 @@
Fields
Example
{
   "activated_at": "abc123",
-  "company_name": "abc123",
-  "created_at": "xyz789",
-  "expiration_date": "abc123",
-  "is_min_max_qty_used": true,
+  "company_name": "xyz789",
+  "created_at": "abc123",
+  "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": 987.65,
   "min_order_commitment": 987,
   "name": "abc123",
-  "orders_placed": 123,
+  "orders_placed": 987,
   "prices": CartPrices,
   "sales_rep_name": "xyz789",
-  "state": "xyz789",
-  "status": "xyz789",
+  "state": "abc123",
+  "status": "abc123",
   "submitted_by": "xyz789",
   "template_id": "4",
-  "uid": "4",
-  "updated_at": "abc123"
+  "uid": 4,
+  "updated_at": "xyz789"
 }
 
@@ -56953,7 +56962,7 @@
Example
"change_type": "CREATED", "changes": NegotiableQuoteTemplateHistoryChanges, "created_at": "xyz789", - "uid": 4 + "uid": "4" }
@@ -57104,8 +57113,8 @@
Example
{
   "item_id": "4",
   "max_qty": 987.65,
-  "min_qty": 987.65,
-  "quantity": 123.45
+  "min_qty": 123.45,
+  "quantity": 987.65
 }
 
@@ -57166,10 +57175,10 @@
Fields
Example
{
-  "document_identifier": "abc123",
-  "document_name": "xyz789",
-  "link_id": "4",
-  "reference_document_url": "abc123"
+  "document_identifier": "xyz789",
+  "document_name": "abc123",
+  "link_id": 4,
+  "reference_document_url": "xyz789"
 }
 
@@ -57225,7 +57234,7 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": 4,
+  "customer_address_uid": "4",
   "customer_notes": "xyz789"
 }
 
@@ -57517,7 +57526,7 @@
Fields
Example
{
   "firstname": "abc123",
-  "lastname": "xyz789"
+  "lastname": "abc123"
 }
 
@@ -57577,7 +57586,7 @@
Example
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -57623,7 +57632,7 @@
Fields
Example
-
{"message": "xyz789", "uid": 4}
+                  
{"message": "abc123", "uid": 4}
 
@@ -57798,7 +57807,7 @@
Fields
Example
-
{"template_id": 4}
+                  
{"template_id": "4"}
 
@@ -57910,7 +57919,7 @@
Fields
Example
-
{"order_number": "abc123"}
+                  
{"order_number": "xyz789"}
 
@@ -58096,19 +58105,19 @@
attributeCodes
Example
{
   "city": "abc123",
-  "company": "xyz789",
+  "company": "abc123",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
   "fax": "abc123",
   "firstname": "abc123",
   "lastname": "abc123",
-  "middlename": "xyz789",
-  "postcode": "xyz789",
-  "prefix": "abc123",
+  "middlename": "abc123",
+  "postcode": "abc123",
+  "prefix": "xyz789",
   "region": "abc123",
   "region_id": "4",
-  "street": ["xyz789"],
-  "suffix": "abc123",
+  "street": ["abc123"],
+  "suffix": "xyz789",
   "telephone": "abc123",
   "vat_id": "xyz789"
 }
@@ -58168,9 +58177,9 @@ 
Fields
Example
{
-  "firstname": "abc123",
-  "lastname": "xyz789",
-  "middlename": "xyz789",
+  "firstname": "xyz789",
+  "lastname": "abc123",
+  "middlename": "abc123",
   "prefix": "abc123",
   "suffix": "xyz789"
 }
@@ -58327,23 +58336,23 @@ 
Example
"entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "product_type": "xyz789", - "product_url_key": "xyz789", + "product_url_key": "abc123", "quantity_canceled": 987.65, "quantity_invoiced": 123.45, - "quantity_ordered": 123.45, + "quantity_ordered": 987.65, "quantity_refunded": 987.65, - "quantity_return_requested": 123.45, - "quantity_returned": 123.45, + "quantity_return_requested": 987.65, + "quantity_returned": 987.65, "quantity_shipped": 987.65, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -58539,21 +58548,21 @@
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": "abc123", - "product_url_key": "abc123", - "quantity_canceled": 987.65, + "product_url_key": "xyz789", + "quantity_canceled": 123.45, "quantity_invoiced": 987.65, "quantity_ordered": 987.65, "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, - "quantity_returned": 123.45, - "quantity_shipped": 123.45, + "quantity_return_requested": 123.45, + "quantity_returned": 987.65, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], "status": "xyz789" } @@ -58755,7 +58764,7 @@
Fields
Example
{
   "additional_data": [KeyValue],
-  "name": "abc123",
+  "name": "xyz789",
   "type": "xyz789"
 }
 
@@ -58819,9 +58828,9 @@
Fields
Example
{
   "comments": [SalesCommentItem],
-  "id": "4",
+  "id": 4,
   "items": [ShipmentItemInterface],
-  "number": "abc123",
+  "number": "xyz789",
   "tracking": [ShipmentTracking]
 }
 
@@ -59112,7 +59121,7 @@
Fields
Example
{
   "key": "abc123",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -59218,10 +59227,10 @@
Example
{
   "code": "xyz789",
   "is_visible": true,
-  "payment_intent": "xyz789",
+  "payment_intent": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -59449,14 +59458,14 @@
Fields
Example
{
   "additional_data": [PaymentAttributeInput],
-  "code": "xyz789",
+  "code": "abc123",
   "payment_services_paypal_apple_pay": ApplePayMethodInput,
   "payment_services_paypal_fastlane": FastlaneMethodInput,
   "payment_services_paypal_google_pay": GooglePayMethodInput,
   "payment_services_paypal_hosted_fields": HostedFieldsInput,
   "payment_services_paypal_smart_buttons": SmartButtonMethodInput,
   "payment_services_paypal_vault": VaultMethodInput,
-  "purchase_order_number": "abc123"
+  "purchase_order_number": "xyz789"
 }
 
@@ -59513,10 +59522,10 @@
Fields
Example
{
-  "id": "abc123",
+  "id": "xyz789",
   "mp_order_id": "xyz789",
   "payment_source_details": PaymentSourceDetails,
-  "status": "abc123"
+  "status": "xyz789"
 }
 
@@ -59734,7 +59743,7 @@
Fields
Example
{
-  "details": "xyz789",
+  "details": "abc123",
   "payment_method_code": "xyz789",
   "public_hash": "abc123",
   "type": "card"
@@ -59862,7 +59871,7 @@ 
Possible Types
Example
-
{"weight": 987.65}
+                  
{"weight": 123.45}
 
@@ -59989,14 +59998,14 @@
Fields
Example
{
   "city": "xyz789",
-  "contact_name": "xyz789",
+  "contact_name": "abc123",
   "country_id": "abc123",
   "description": "abc123",
   "email": "xyz789",
-  "fax": "xyz789",
-  "latitude": 987.65,
-  "longitude": 987.65,
-  "name": "abc123",
+  "fax": "abc123",
+  "latitude": 123.45,
+  "longitude": 123.45,
+  "name": "xyz789",
   "phone": "abc123",
   "pickup_location_code": "xyz789",
   "postcode": "xyz789",
@@ -60296,7 +60305,7 @@ 
Example
{
   "items": [PickupLocation],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -60581,7 +60590,7 @@
Fields
Example
-
{"purchase_order_uid": 4}
+                  
{"purchase_order_uid": "4"}
 
@@ -60662,7 +60671,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -60935,9 +60944,9 @@
Fields
Example
{
-  "discount_percentage": 123.45,
-  "main_final_price": 123.45,
-  "main_price": 987.65
+  "discount_percentage": 987.65,
+  "main_final_price": 987.65,
+  "main_price": 123.45
 }
 
@@ -61167,7 +61176,7 @@
Fields
Example
-
{"sku": "xyz789"}
+                  
{"sku": "abc123"}
 
@@ -61256,8 +61265,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "value": "abc123"
+  "code": "abc123",
+  "value": "xyz789"
 }
 
@@ -61311,7 +61320,7 @@
Fields
Example
{
   "attribute_type": "abc123",
-  "code": 4,
+  "code": "4",
   "url": "abc123",
   "value": "xyz789"
 }
@@ -61407,7 +61416,7 @@ 
Fields
Example
-
{"amount_off": 123.45, "percent_off": 123.45}
+                  
{"amount_off": 123.45, "percent_off": 987.65}
 
@@ -61463,8 +61472,8 @@
Fields
Example
{
-  "disabled": false,
-  "label": "abc123",
+  "disabled": true,
+  "label": "xyz789",
   "position": 123,
   "url": "abc123"
 }
@@ -61848,37 +61857,37 @@ 
Example
"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": "xyz789", + "is_returnable": "abc123", "manufacturer": 987, - "max_sale_qty": 987.65, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "xyz789", - "meta_title": "abc123", - "min_sale_qty": 123.45, + "meta_description": "xyz789", + "meta_keyword": "abc123", + "meta_title": "xyz789", + "min_sale_qty": 987.65, "name": "xyz789", "new_from_date": "abc123", - "new_to_date": "abc123", + "new_to_date": "xyz789", "only_x_left_in_stock": 123.45, - "options_container": "xyz789", + "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 123.45, + "quantity": 987.65, "related_products": [ProductInterface], "short_description": ComplexTextValue, "sku": "abc123", "small_image": ProductImage, - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "abc123", "stock_status": "IN_STOCK", "swatch_image": "xyz789", "thumbnail": ProductImage, - "uid": 4, + "uid": "4", "upsell_products": [ProductInterface], "url_key": "abc123" } @@ -61942,11 +61951,11 @@
Fields
Example
{
-  "link_type": "xyz789",
-  "linked_product_sku": "xyz789",
+  "link_type": "abc123",
+  "linked_product_sku": "abc123",
   "linked_product_type": "xyz789",
   "position": 123,
-  "sku": "abc123"
+  "sku": "xyz789"
 }
 
@@ -62027,7 +62036,7 @@
Example
{
   "link_type": "xyz789",
   "linked_product_sku": "xyz789",
-  "linked_product_type": "xyz789",
+  "linked_product_type": "abc123",
   "position": 987,
   "sku": "abc123"
 }
@@ -62081,9 +62090,9 @@ 
Fields
Example
{
-  "asset_id": "abc123",
+  "asset_id": "xyz789",
   "media_type": "abc123",
-  "media_url": "xyz789"
+  "media_url": "abc123"
 }
 
@@ -62135,9 +62144,9 @@
Fields
Example
{
-  "media_type": "abc123",
+  "media_type": "xyz789",
   "video_asset_id": "xyz789",
-  "video_media_url": "abc123"
+  "video_media_url": "xyz789"
 }
 
@@ -62204,11 +62213,11 @@
Fields
Example
{
-  "media_type": "abc123",
-  "video_description": "abc123",
-  "video_metadata": "xyz789",
-  "video_provider": "abc123",
-  "video_title": "abc123",
+  "media_type": "xyz789",
+  "video_description": "xyz789",
+  "video_metadata": "abc123",
+  "video_provider": "xyz789",
+  "video_title": "xyz789",
   "video_url": "xyz789"
 }
 
@@ -62399,7 +62408,7 @@
Example
"items": [ProductSearchItem], "page_info": SearchResultPageInfo, "related_terms": ["abc123"], - "suggestions": ["xyz789"], + "suggestions": ["abc123"], "total_count": 987, "warnings": [ProductSearchWarning] } @@ -62495,8 +62504,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "message": "xyz789"
+  "code": "abc123",
+  "message": "abc123"
 }
 
@@ -62607,7 +62616,7 @@
Fields
Example
{
-  "disabled": true,
+  "disabled": false,
   "label": "xyz789",
   "position": 987,
   "url": "abc123",
@@ -62849,12 +62858,12 @@ 
Possible Types
Example
{
-  "addToCartAllowed": true,
+  "addToCartAllowed": false,
   "inStock": true,
   "lowStock": true,
   "attributes": [ProductViewAttribute],
-  "description": "xyz789",
-  "id": "4",
+  "description": "abc123",
+  "id": 4,
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
   "lastModifiedAt": "2007-12-03T10:15:30Z",
@@ -62864,13 +62873,13 @@ 
Example
"name": "abc123", "shortDescription": "abc123", "inputOptions": [ProductViewInputOption], - "sku": "abc123", + "sku": "xyz789", "externalId": "xyz789", "url": "xyz789", "urlKey": "xyz789", "links": [ProductViewLink], "categories": [CategoryProductView], - "queryType": "xyz789", + "queryType": "abc123", "visibility": "abc123" }
@@ -62928,7 +62937,7 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "name": "abc123",
   "roles": ["xyz789"],
   "value": {}
@@ -64299,11 +64308,11 @@ 
Example
{
   "id": "4",
   "title": "xyz789",
-  "required": false,
-  "type": "xyz789",
+  "required": true,
+  "type": "abc123",
   "markupAmount": 987.65,
   "suffix": "xyz789",
-  "sortOrder": 123,
+  "sortOrder": 987,
   "range": ProductViewInputOptionRange,
   "imageSize": ProductViewInputOptionImageSize,
   "fileExtensions": "abc123"
@@ -64352,7 +64361,7 @@ 
Fields
Example
-
{"width": 987, "height": 987}
+                  
{"width": 123, "height": 987}
 
@@ -64444,7 +64453,7 @@
Fields
Example
{
   "product": ProductView,
-  "linkTypes": ["xyz789"]
+  "linkTypes": ["abc123"]
 }
 
@@ -64551,10 +64560,10 @@
Fields
Example
{
-  "id": 4,
-  "multi": false,
-  "required": false,
-  "title": "xyz789",
+  "id": "4",
+  "multi": true,
+  "required": true,
+  "title": "abc123",
   "values": [ProductViewOptionValue]
 }
 
@@ -64634,9 +64643,9 @@
Possible Types
Example
{
-  "id": 4,
+  "id": "4",
   "title": "xyz789",
-  "inStock": false
+  "inStock": true
 }
 
@@ -64688,9 +64697,9 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "title": "abc123",
-  "inStock": true
+  "inStock": false
 }
 
@@ -64757,11 +64766,11 @@
Fields
Example
{
-  "id": "4",
+  "id": 4,
   "isDefault": true,
   "product": SimpleProductView,
-  "quantity": 987.65,
-  "title": "xyz789",
+  "quantity": 123.45,
+  "title": "abc123",
   "inStock": false
 }
 
@@ -64824,10 +64833,10 @@
Fields
Example
{
-  "id": "4",
-  "title": "abc123",
+  "id": 4,
+  "title": "xyz789",
   "type": "TEXT",
-  "value": "abc123",
+  "value": "xyz789",
   "inStock": true
 }
 
@@ -64888,7 +64897,7 @@
Example
"final": Price, "regular": Price, "tiers": [ProductViewTierPrice], - "roles": ["abc123"] + "roles": ["xyz789"] }
@@ -65017,7 +65026,7 @@
Fields
Example
-
{"in": [987.65]}
+                  
{"in": [123.45]}
 
@@ -65110,7 +65119,7 @@
Fields
Example
-
{"gte": 123.45, "lt": 987.65}
+                  
{"gte": 987.65, "lt": 123.45}
 
@@ -65263,8 +65272,8 @@
Fields
Example
{
   "preview": ProductViewImage,
-  "url": "xyz789",
-  "description": "abc123",
+  "url": "abc123",
+  "description": "xyz789",
   "title": "abc123"
 }
 
@@ -65420,12 +65429,12 @@
Example
"created_at": "abc123", "created_by": Customer, "history_log": [PurchaseOrderHistoryItem], - "number": "xyz789", + "number": "abc123", "order": CustomerOrder, "quote": Cart, "status": "PENDING", - "uid": 4, - "updated_at": "xyz789" + "uid": "4", + "updated_at": "abc123" }
@@ -65537,7 +65546,7 @@
Fields
Example
-
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "xyz789", "type": "NOT_FOUND"}
 
@@ -65599,7 +65608,7 @@
Fields
Example
{
   "message": "abc123",
-  "name": "abc123",
+  "name": "xyz789",
   "role": "xyz789",
   "status": "PENDING",
   "updated_at": "abc123"
@@ -65750,7 +65759,7 @@ 
Example
"name": "abc123", "status": "ENABLED", "uid": 4, - "updated_at": "xyz789" + "updated_at": "abc123" }
@@ -66053,11 +66062,11 @@
Fields
Example
{
-  "applies_to": ["4"],
+  "applies_to": [4],
   "approvers": [4],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
   "description": "xyz789",
-  "name": "abc123",
+  "name": "xyz789",
   "status": "ENABLED"
 }
 
@@ -66263,7 +66272,7 @@
Example
{
   "items": [PurchaseOrderApprovalRule],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -66321,9 +66330,9 @@
Fields
Example
{
   "author": Customer,
-  "created_at": "xyz789",
-  "text": "abc123",
-  "uid": 4
+  "created_at": "abc123",
+  "text": "xyz789",
+  "uid": "4"
 }
 
@@ -66446,10 +66455,10 @@
Fields
Example
{
-  "activity": "xyz789",
+  "activity": "abc123",
   "created_at": "xyz789",
-  "message": "xyz789",
-  "uid": "4"
+  "message": "abc123",
+  "uid": 4
 }
 
@@ -66645,7 +66654,7 @@
Example
{
   "items": [PurchaseOrder],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -66687,7 +66696,7 @@
Fields
Example
-
{"purchase_order_uids": ["4"]}
+                  
{"purchase_order_uids": [4]}
 
@@ -66803,7 +66812,7 @@
Example
{
   "company_purchase_orders": false,
   "created_date": FilterRangeTypeInput,
-  "my_approvals": true,
+  "my_approvals": false,
   "require_my_approval": true,
   "status": "PENDING"
 }
@@ -66850,7 +66859,7 @@ 
Fields
Example
{
-  "customerGroup": "abc123",
+  "customerGroup": "xyz789",
   "userViewHistory": [ViewHistoryInput]
 }
 
@@ -66948,7 +66957,7 @@
Fields
Example
{
   "expiration_date": "abc123",
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -67009,10 +67018,10 @@
Fields
Example
{
-  "item_id": "4",
+  "item_id": 4,
   "item_uid": 4,
   "note": "xyz789",
-  "templateId": "4"
+  "templateId": 4
 }
 
@@ -67059,8 +67068,8 @@
Fields
Example
{
-  "message": "abc123",
-  "type": "abc123"
+  "message": "xyz789",
+  "type": "xyz789"
 }
 
@@ -67117,9 +67126,9 @@
Fields
Example
{
-  "count": 123,
+  "count": 987,
   "from": 987.65,
-  "title": "abc123",
+  "title": "xyz789",
   "to": 987.65
 }
 
@@ -67270,7 +67279,7 @@
Fields
Example
-
{"from": 987.65, "to": 987.65}
+                  
{"from": 987.65, "to": 123.45}
 
@@ -67313,7 +67322,7 @@
Fields
Example
{
   "configurations": ReCaptchaConfiguration,
-  "is_enabled": false
+  "is_enabled": true
 }
 
@@ -67392,13 +67401,13 @@
Fields
Example
{
   "badge_position": "xyz789",
-  "language_code": "xyz789",
-  "minimum_score": 987.65,
+  "language_code": "abc123",
+  "minimum_score": 123.45,
   "re_captcha_type": "INVISIBLE",
   "technical_failure_message": "abc123",
   "theme": "abc123",
   "validation_failure_message": "abc123",
-  "website_key": "xyz789"
+  "website_key": "abc123"
 }
 
@@ -67475,14 +67484,14 @@
Fields
Example
{
-  "badge_position": "abc123",
+  "badge_position": "xyz789",
   "failure_message": "xyz789",
   "forms": ["PLACE_ORDER"],
-  "is_enabled": true,
+  "is_enabled": false,
   "language_code": "abc123",
-  "minimum_score": 987.65,
-  "theme": "xyz789",
-  "website_key": "xyz789"
+  "minimum_score": 123.45,
+  "theme": "abc123",
+  "website_key": "abc123"
 }
 
@@ -67783,11 +67792,11 @@
Example
"displayOrder": 123, "pageType": "xyz789", "productsView": [ProductView], - "storefrontLabel": "abc123", + "storefrontLabel": "xyz789", "totalProducts": 123, "typeId": "abc123", - "unitId": "xyz789", - "unitName": "abc123" + "unitId": "abc123", + "unitName": "xyz789" }
@@ -67833,7 +67842,7 @@
Fields
Example
-
{"results": [RecommendationUnit], "totalResults": 987}
+                  
{"results": [RecommendationUnit], "totalResults": 123}
 
@@ -67880,9 +67889,9 @@
Fields
Example
{
-  "code": "xyz789",
-  "id": 123,
-  "name": "abc123"
+  "code": "abc123",
+  "id": 987,
+  "name": "xyz789"
 }
 
@@ -68012,8 +68021,8 @@
Fields
Example
{
-  "cart_id": "xyz789",
-  "coupon_codes": ["abc123"]
+  "cart_id": "abc123",
+  "coupon_codes": ["xyz789"]
 }
 
@@ -68184,7 +68193,7 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
@@ -68272,7 +68281,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "cart_item_uid": "4"
 }
 
@@ -68361,7 +68370,7 @@
Fields
Example
-
{"quote_item_uids": ["4"], "quote_uid": 4}
+                  
{"quote_item_uids": [4], "quote_uid": "4"}
 
@@ -68448,10 +68457,7 @@
Fields
Example
-
{
-  "item_uids": ["4"],
-  "template_id": "4"
-}
+                  
{"item_uids": [4], "template_id": 4}
 
@@ -68498,10 +68504,7 @@
Fields
Example
-
{
-  "products": ["4"],
-  "uid": "4"
-}
+                  
{"products": [4], "uid": "4"}
 
@@ -68590,7 +68593,7 @@
Fields
Example
-
{"return_shipping_tracking_uid": "4"}
+                  
{"return_shipping_tracking_uid": 4}
 
@@ -68805,9 +68808,9 @@
Fields
Example
{
-  "quote_comment": "xyz789",
+  "quote_comment": "abc123",
   "quote_name": "xyz789",
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -68956,10 +68959,10 @@
Fields
Example
{
-  "comment_text": "abc123",
+  "comment_text": "xyz789",
   "contact_email": "abc123",
   "items": [RequestReturnItemInput],
-  "token": "abc123"
+  "token": "xyz789"
 }
 
@@ -69022,8 +69025,8 @@
Example
{
   "cart_id": "4",
   "comment": NegotiableQuoteCommentInput,
-  "is_draft": false,
-  "quote_name": "abc123"
+  "is_draft": true,
+  "quote_name": "xyz789"
 }
 
@@ -69166,7 +69169,7 @@
Fields
Example
{
   "comment_text": "xyz789",
-  "contact_email": "xyz789",
+  "contact_email": "abc123",
   "items": [RequestReturnItemInput],
   "order_uid": 4
 }
@@ -69232,8 +69235,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 ] @@ -69391,9 +69394,9 @@
Example
{
   "description": "abc123",
   "items": RequistionListItems,
-  "items_count": 987,
+  "items_count": 123,
   "name": "abc123",
-  "uid": "4",
+  "uid": 4,
   "updated_at": "abc123"
 }
 
@@ -69551,9 +69554,9 @@
Example
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "sku": "xyz789",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -69621,9 +69624,9 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
-  "quantity": 123.45,
-  "selected_options": ["xyz789"],
+  "parent_sku": "xyz789",
+  "quantity": 987.65,
+  "selected_options": ["abc123"],
   "sku": "abc123"
 }
 
@@ -69774,7 +69777,7 @@
Example
"items": [RequisitionList], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -69828,7 +69831,7 @@
Example
{
   "items": [RequisitionListItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_pages": 123
+  "total_pages": 987
 }
 
@@ -69920,11 +69923,11 @@
Example
"created_at": "xyz789", "customer": ReturnCustomer, "items": [ReturnItem], - "number": "abc123", + "number": "xyz789", "order": CustomerOrder, "shipping": ReturnShipping, "status": "PENDING", - "uid": "4" + "uid": 4 }
@@ -69982,9 +69985,9 @@
Fields
Example
{
   "author_name": "abc123",
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "text": "xyz789",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -70036,7 +70039,7 @@
Fields
Example
{
-  "email": "xyz789",
+  "email": "abc123",
   "firstname": "abc123",
   "lastname": "abc123"
 }
@@ -70108,9 +70111,9 @@ 
Example
"custom_attributesV2": [AttributeValueInterface], "order_item": OrderItemInterface, "quantity": 987.65, - "request_quantity": 123.45, + "request_quantity": 987.65, "status": "PENDING", - "uid": "4" + "uid": 4 }
@@ -70212,18 +70215,18 @@
Fields
Example
{
-  "code": "4",
+  "code": 4,
   "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
-  "is_required": true,
+  "is_required": false,
   "is_unique": false,
   "label": "xyz789",
-  "multiline_count": 123,
+  "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
-  "sort_order": 123,
+  "sort_order": 987,
   "validate_rules": [ValidationRule]
 }
 
@@ -70433,9 +70436,9 @@
Example
"city": "xyz789", "contact_name": "abc123", "country": Country, - "postcode": "xyz789", + "postcode": "abc123", "region": Region, - "street": ["xyz789"], + "street": ["abc123"], "telephone": "abc123" }
@@ -70483,7 +70486,7 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "uid": "4"
 }
 
@@ -70543,8 +70546,8 @@
Example
{
   "carrier": ReturnShippingCarrier,
   "status": ReturnShippingTrackingStatus,
-  "tracking_number": "xyz789",
-  "uid": "4"
+  "tracking_number": "abc123",
+  "uid": 4
 }
 
@@ -70590,7 +70593,7 @@
Fields
Example
-
{"text": "xyz789", "type": "INFORMATION"}
+                  
{"text": "abc123", "type": "INFORMATION"}
 
@@ -70810,7 +70813,7 @@
Example
{
   "items": [Return],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -70851,7 +70854,7 @@
Fields
Example
-
{"result": false}
+                  
{"result": true}
 
@@ -70952,7 +70955,7 @@
Fields
Example
-
{"money": Money, "points": 987.65}
+                  
{"money": Money, "points": 123.45}
 
@@ -71009,8 +71012,8 @@
Fields
Example
{
   "balance": RewardPointsAmount,
-  "change_reason": "xyz789",
-  "date": "abc123",
+  "change_reason": "abc123",
+  "date": "xyz789",
   "points_change": 987.65
 }
 
@@ -71244,8 +71247,8 @@
Fields
Example
{
-  "name": "abc123",
-  "value": "xyz789"
+  "name": "xyz789",
+  "value": "abc123"
 }
 
@@ -71292,7 +71295,7 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "timestamp": "xyz789"
 }
 
@@ -71345,9 +71348,9 @@
Fields
Example
{
-  "count": 123,
+  "count": 987,
   "id": "4",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -71479,9 +71482,9 @@
Example
"attribute": "xyz789", "contains": "abc123", "eq": "xyz789", - "in": ["abc123"], + "in": ["xyz789"], "range": SearchRangeInput, - "startsWith": "xyz789" + "startsWith": "abc123" }
@@ -71529,7 +71532,7 @@
Fields
Example
-
{"from": 123.45, "to": 987.65}
+                  
{"from": 987.65, "to": 987.65}
 
@@ -71579,7 +71582,7 @@
Fields
Example
-
{"current_page": 123, "page_size": 123, "total_pages": 123}
+                  
{"current_page": 987, "page_size": 987, "total_pages": 123}
 
@@ -71636,8 +71639,8 @@
Fields
Example
{
   "label": "abc123",
-  "type": "abc123",
-  "uid": "4",
+  "type": "xyz789",
+  "uid": 4,
   "values": [SelectedBundleOptionValue]
 }
 
@@ -71703,8 +71706,8 @@
Example
"label": "abc123", "original_price": Money, "priceV2": Money, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
@@ -71761,9 +71764,9 @@
Fields
Example
{
-  "configurable_product_option_uid": 4,
-  "configurable_product_option_value_uid": "4",
-  "option_label": "xyz789",
+  "configurable_product_option_uid": "4",
+  "configurable_product_option_value_uid": 4,
+  "option_label": "abc123",
   "value_label": "abc123"
 }
 
@@ -71813,8 +71816,8 @@
Fields
Example
{
-  "attribute_code": "xyz789",
-  "value": "xyz789"
+  "attribute_code": "abc123",
+  "value": "abc123"
 }
 
@@ -71883,7 +71886,7 @@
Example
{
   "customizable_option_uid": "4",
   "is_required": true,
-  "label": "xyz789",
+  "label": "abc123",
   "sort_order": 987,
   "type": "xyz789",
   "values": [SelectedCustomizableOptionValue]
@@ -71946,7 +71949,7 @@ 
Example
"customizable_option_value_uid": 4, "label": "abc123", "price": CartItemSelectedOptionValuePrice, - "value": "abc123" + "value": "xyz789" }
@@ -72005,7 +72008,7 @@
Example
{
   "code": "abc123",
   "oope_payment_method_config": OopePaymentMethodConfig,
-  "purchase_order_number": "abc123",
+  "purchase_order_number": "xyz789",
   "title": "abc123"
 }
 
@@ -72085,8 +72088,8 @@
Example
{
   "additional_data": [ShippingAdditionalData],
   "amount": Money,
-  "carrier_code": "abc123",
-  "carrier_title": "xyz789",
+  "carrier_code": "xyz789",
+  "carrier_title": "abc123",
   "method_code": "xyz789",
   "method_title": "xyz789",
   "price_excl_tax": Money,
@@ -72230,7 +72233,7 @@ 
Fields
Example
{
   "billing_address": BillingAddressInput,
-  "cart_id": "abc123"
+  "cart_id": "xyz789"
 }
 
@@ -72363,10 +72366,7 @@
Fields
Example
-
{
-  "custom_attributes": [CustomAttributeInput],
-  "id": "4"
-}
+                  
{"custom_attributes": [CustomAttributeInput], "id": 4}
 
@@ -72455,7 +72455,7 @@
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -72564,9 +72564,9 @@
Example
{
   "cart_id": "xyz789",
   "gift_message": GiftMessageInput,
-  "gift_receipt_included": true,
-  "gift_wrapping_id": 4,
-  "printed_card_included": false
+  "gift_receipt_included": false,
+  "gift_wrapping_id": "4",
+  "printed_card_included": true
 }
 
@@ -72655,8 +72655,8 @@
Fields
Example
{
-  "cart_id": "xyz789",
-  "email": "abc123"
+  "cart_id": "abc123",
+  "email": "xyz789"
 }
 
@@ -72876,7 +72876,7 @@
Fields
Example
{
   "payment_method": NegotiableQuotePaymentMethodInput,
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -73148,7 +73148,7 @@
Fields
Example
{
   "shipping_address": NegotiableQuoteTemplateShippingAddressInput,
-  "template_id": "4"
+  "template_id": 4
 }
 
@@ -73377,7 +73377,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "shipping_methods": [ShippingMethodInput]
 }
 
@@ -73467,8 +73467,8 @@
Fields
Example
{
-  "email": "xyz789",
-  "name": "xyz789"
+  "email": "abc123",
+  "name": "abc123"
 }
 
@@ -73557,7 +73557,7 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "name": "abc123"
 }
 
@@ -73672,10 +73672,10 @@
Example
{
   "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "quantity_shipped": 987.65
+  "quantity_shipped": 123.45
 }
 
@@ -73769,11 +73769,11 @@
Possible Types
Example
{
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "quantity_shipped": 987.65
 }
 
@@ -73827,7 +73827,7 @@
Fields
Example
{
   "carrier": "xyz789",
-  "number": "xyz789",
+  "number": "abc123",
   "title": "xyz789"
 }
 
@@ -73878,7 +73878,7 @@
Fields
Example
{
   "key": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -73946,7 +73946,7 @@
Fields
Example
{
   "address": CartAddressInput,
-  "customer_address_id": 123,
+  "customer_address_id": 987,
   "customer_address_uid": 4,
   "customer_notes": "abc123",
   "pickup_location_code": "abc123"
@@ -74110,28 +74110,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_notes": "xyz789",
   "fax": "abc123",
-  "firstname": "abc123",
-  "id": 987,
+  "firstname": "xyz789",
+  "id": 123,
   "lastname": "abc123",
   "middlename": "abc123",
-  "pickup_location_code": "xyz789",
-  "postcode": "xyz789",
-  "prefix": "abc123",
+  "pickup_location_code": "abc123",
+  "postcode": "abc123",
+  "prefix": "xyz789",
   "region": CartAddressRegion,
-  "same_as_billing": false,
+  "same_as_billing": true,
   "selected_shipping_method": SelectedShippingMethod,
-  "street": ["xyz789"],
-  "suffix": "abc123",
+  "street": ["abc123"],
+  "suffix": "xyz789",
   "telephone": "xyz789",
   "uid": 4,
-  "vat_id": "xyz789"
+  "vat_id": "abc123"
 }
 
@@ -74286,7 +74286,7 @@
Fields
Example
{
-  "carrier_code": "xyz789",
+  "carrier_code": "abc123",
   "method_code": "abc123"
 }
 
@@ -74420,13 +74420,13 @@
Example
"is_available": true, "max_qty": 987.65, "min_qty": 123.45, - "not_available_message": "xyz789", + "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": "4" + "quantity": 123.45, + "uid": 4 }
@@ -74681,7 +74681,7 @@
filters
Example
{
-  "canonical_url": "xyz789",
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
@@ -74693,34 +74693,34 @@ 
Example
"image": ProductImage, "is_returnable": "xyz789", "manufacturer": 123, - "max_sale_qty": 987.65, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "meta_description": "abc123", "meta_keyword": "abc123", "meta_title": "abc123", - "min_sale_qty": 123.45, + "min_sale_qty": 987.65, "name": "xyz789", - "new_from_date": "abc123", - "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "new_from_date": "xyz789", + "new_to_date": "xyz789", + "only_x_left_in_stock": 987.65, "options": [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": 987.65, + "special_price": 123.45, "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "abc123", "thumbnail": ProductImage, "uid": "4", "upsell_products": [ProductInterface], - "url_key": "xyz789", + "url_key": "abc123", "weight": 123.45 }
@@ -74946,24 +74946,24 @@
Example
{
   "addToCartAllowed": false,
   "inStock": true,
-  "lowStock": false,
+  "lowStock": true,
   "attributes": [ProductViewAttribute],
-  "description": "abc123",
+  "description": "xyz789",
   "id": 4,
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
   "inputOptions": [ProductViewInputOption],
   "lastModifiedAt": "2007-12-03T10:15:30Z",
-  "metaDescription": "xyz789",
-  "metaKeyword": "abc123",
+  "metaDescription": "abc123",
+  "metaKeyword": "xyz789",
   "metaTitle": "xyz789",
   "name": "abc123",
   "price": ProductViewPrice,
-  "shortDescription": "xyz789",
-  "sku": "abc123",
-  "externalId": "xyz789",
+  "shortDescription": "abc123",
+  "sku": "xyz789",
+  "externalId": "abc123",
   "url": "xyz789",
-  "urlKey": "abc123",
+  "urlKey": "xyz789",
   "links": [ProductViewLink],
   "categories": [CategoryProductView],
   "queryType": "abc123",
@@ -75102,12 +75102,12 @@ 
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "abc123",
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -75252,17 +75252,17 @@
Fields
Example
{
-  "app_switch_when_available": false,
+  "app_switch_when_available": true,
   "button_styles": ButtonStyles,
   "code": "xyz789",
   "display_message": false,
   "display_venmo": false,
-  "is_visible": true,
+  "is_visible": false,
   "message_styles": MessageStyles,
-  "payment_intent": "abc123",
+  "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
-  "title": "xyz789"
+  "sort_order": "abc123",
+  "title": "abc123"
 }
 
@@ -75358,7 +75358,7 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "value": "abc123"
 }
 
@@ -75406,7 +75406,7 @@
Fields
Example
{
-  "default": "xyz789",
+  "default": "abc123",
   "options": [SortField]
 }
 
@@ -75733,7 +75733,7 @@
Example
"attribute": "abc123", "frontendInput": "abc123", "label": "xyz789", - "numeric": false + "numeric": true }
@@ -75785,7 +75785,7 @@
Fields
Example
{
-  "max": 987.65,
+  "max": 123.45,
   "min": 987.65,
   "title": "abc123"
 }
@@ -76519,143 +76519,143 @@ 
Fields
Example
{
-  "allow_company_registration": false,
-  "allow_gift_receipt": "xyz789",
-  "allow_gift_wrapping_on_order": "xyz789",
+  "allow_company_registration": true,
+  "allow_gift_receipt": "abc123",
+  "allow_gift_wrapping_on_order": "abc123",
   "allow_gift_wrapping_on_order_items": "xyz789",
-  "allow_items": "abc123",
-  "allow_order": "abc123",
+  "allow_items": "xyz789",
+  "allow_order": "xyz789",
   "allow_printed_card": "xyz789",
-  "autocomplete_on_storefront": false,
-  "base_currency_code": "abc123",
-  "base_link_url": "abc123",
-  "base_media_url": "xyz789",
+  "autocomplete_on_storefront": true,
+  "base_currency_code": "xyz789",
+  "base_link_url": "xyz789",
+  "base_media_url": "abc123",
   "base_static_url": "xyz789",
-  "base_url": "abc123",
+  "base_url": "xyz789",
   "cart_expires_in_days": 987,
-  "cart_gift_wrapping": "xyz789",
+  "cart_gift_wrapping": "abc123",
   "cart_merge_preference": "abc123",
   "cart_printed_card": "xyz789",
   "cart_summary_display_quantity": 987,
-  "catalog_default_sort_by": "abc123",
+  "catalog_default_sort_by": "xyz789",
   "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-  "category_url_suffix": "xyz789",
+  "category_url_suffix": "abc123",
   "check_money_order_enable_for_specific_countries": true,
   "check_money_order_enabled": true,
   "check_money_order_make_check_payable_to": "abc123",
   "check_money_order_max_order_total": "xyz789",
   "check_money_order_min_order_total": "xyz789",
   "check_money_order_new_order_status": "abc123",
-  "check_money_order_payment_from_specific_countries": "xyz789",
-  "check_money_order_send_check_to": "xyz789",
+  "check_money_order_payment_from_specific_countries": "abc123",
+  "check_money_order_send_check_to": "abc123",
   "check_money_order_sort_order": 123,
   "check_money_order_title": "abc123",
-  "company_credit_enabled": false,
+  "company_credit_enabled": true,
   "company_enabled": false,
   "configurable_product_image": "ITSELF",
-  "configurable_thumbnail_source": "abc123",
+  "configurable_thumbnail_source": "xyz789",
   "contact_enabled": true,
-  "countries_with_required_region": "xyz789",
+  "countries_with_required_region": "abc123",
   "create_account_confirmation": true,
   "customer_access_token_lifetime": 123.45,
-  "default_country": "abc123",
-  "default_display_currency_code": "xyz789",
+  "default_country": "xyz789",
+  "default_display_currency_code": "abc123",
   "display_product_prices_in_catalog": 123,
-  "display_shipping_prices": 987,
-  "display_state_if_optional": true,
+  "display_shipping_prices": 123,
+  "display_state_if_optional": false,
   "enable_multiple_wishlists": "abc123",
   "fixed_product_taxes_apply_tax_to_fpt": true,
-  "fixed_product_taxes_display_prices_in_emails": 123,
-  "fixed_product_taxes_display_prices_in_product_lists": 987,
-  "fixed_product_taxes_display_prices_in_sales_modules": 123,
-  "fixed_product_taxes_display_prices_on_product_view_page": 123,
-  "fixed_product_taxes_enable": true,
-  "fixed_product_taxes_include_fpt_in_subtotal": true,
-  "graphql_share_customer_group": false,
-  "grid_per_page": 123,
+  "fixed_product_taxes_display_prices_in_emails": 987,
+  "fixed_product_taxes_display_prices_in_product_lists": 123,
+  "fixed_product_taxes_display_prices_in_sales_modules": 987,
+  "fixed_product_taxes_display_prices_on_product_view_page": 987,
+  "fixed_product_taxes_enable": false,
+  "fixed_product_taxes_include_fpt_in_subtotal": false,
+  "graphql_share_customer_group": true,
+  "grid_per_page": 987,
   "grid_per_page_values": "xyz789",
   "grouped_product_image": "ITSELF",
   "is_checkout_agreements_enabled": false,
   "is_default_store": true,
-  "is_default_store_group": true,
+  "is_default_store_group": false,
   "is_guest_checkout_enabled": true,
-  "is_negotiable_quote_active": true,
-  "is_one_page_checkout_enabled": false,
+  "is_negotiable_quote_active": false,
+  "is_one_page_checkout_enabled": true,
   "is_requisition_list_active": "abc123",
   "list_mode": "abc123",
-  "list_per_page": 123,
-  "list_per_page_values": "abc123",
-  "locale": "xyz789",
-  "magento_reward_general_is_enabled": "abc123",
-  "magento_reward_general_is_enabled_on_front": "xyz789",
-  "magento_reward_general_min_points_balance": "xyz789",
+  "list_per_page": 987,
+  "list_per_page_values": "xyz789",
+  "locale": "abc123",
+  "magento_reward_general_is_enabled": "xyz789",
+  "magento_reward_general_is_enabled_on_front": "abc123",
+  "magento_reward_general_min_points_balance": "abc123",
   "magento_reward_general_publish_history": "xyz789",
   "magento_reward_points_invitation_customer": "abc123",
-  "magento_reward_points_invitation_customer_limit": "abc123",
-  "magento_reward_points_invitation_order": "xyz789",
-  "magento_reward_points_invitation_order_limit": "xyz789",
+  "magento_reward_points_invitation_customer_limit": "xyz789",
+  "magento_reward_points_invitation_order": "abc123",
+  "magento_reward_points_invitation_order_limit": "abc123",
   "magento_reward_points_newsletter": "abc123",
   "magento_reward_points_order": "xyz789",
   "magento_reward_points_register": "xyz789",
   "magento_reward_points_review": "abc123",
-  "magento_reward_points_review_limit": "xyz789",
+  "magento_reward_points_review_limit": "abc123",
   "magento_wishlist_general_is_enabled": "abc123",
-  "max_items_in_order_summary": 987,
-  "maximum_number_of_wishlists": "abc123",
+  "max_items_in_order_summary": 123,
+  "maximum_number_of_wishlists": "xyz789",
   "minicart_display": true,
   "minicart_max_items": 123,
-  "minimum_password_length": "abc123",
+  "minimum_password_length": "xyz789",
   "newsletter_enabled": true,
   "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_full_summary": true,
   "orders_invoices_credit_memos_display_grandtotal": false,
-  "orders_invoices_credit_memos_display_price": 123,
-  "orders_invoices_credit_memos_display_shipping_amount": 123,
+  "orders_invoices_credit_memos_display_price": 987,
+  "orders_invoices_credit_memos_display_shipping_amount": 987,
   "orders_invoices_credit_memos_display_subtotal": 123,
-  "orders_invoices_credit_memos_display_zero_tax": false,
+  "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": "xyz789",
-  "quickorder_active": true,
-  "quote_minimum_amount": 123.45,
+  "quickorder_active": false,
+  "quote_minimum_amount": 987.65,
   "quote_minimum_amount_message": "xyz789",
   "required_character_classes_number": "xyz789",
   "returns_enabled": "abc123",
   "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": "abc123",
   "secure_base_link_url": "abc123",
   "secure_base_media_url": "abc123",
   "secure_base_static_url": "abc123",
   "secure_base_url": "abc123",
-  "share_active_segments": false,
+  "share_active_segments": true,
   "share_applied_cart_rule": true,
   "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_grand_total": false,
+  "shopping_cart_display_price": 123,
+  "shopping_cart_display_shipping": 987,
+  "shopping_cart_display_subtotal": 123,
   "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
   "shopping_cart_display_zero_tax": false,
   "store_code": 4,
-  "store_group_code": "4",
-  "store_group_name": "abc123",
-  "store_name": "xyz789",
-  "store_sort_order": 987,
-  "timezone": "abc123",
+  "store_group_code": 4,
+  "store_group_name": "xyz789",
+  "store_name": "abc123",
+  "store_sort_order": 123,
+  "timezone": "xyz789",
   "title_separator": "abc123",
   "use_store_in_url": true,
-  "website_code": "4",
-  "website_name": "abc123",
+  "website_code": 4,
+  "website_name": "xyz789",
   "weight_unit": "abc123",
   "zero_subtotal_enable_for_specific_countries": false,
   "zero_subtotal_enabled": false,
   "zero_subtotal_new_order_status": "xyz789",
-  "zero_subtotal_payment_action": "xyz789",
-  "zero_subtotal_payment_from_specific_countries": "xyz789",
+  "zero_subtotal_payment_action": "abc123",
+  "zero_subtotal_payment_from_specific_countries": "abc123",
   "zero_subtotal_sort_order": 987,
   "zero_subtotal_title": "abc123"
 }
@@ -76856,7 +76856,7 @@ 
Example
"reference_document_links": [ NegotiableQuoteTemplateReferenceDocumentLinkInput ], - "template_id": "4" + "template_id": 4 }
@@ -77007,7 +77007,7 @@
Fields
Example
-
{"depth": 123, "startLevel": 123}
+                  
{"depth": 987, "startLevel": 987}
 
@@ -77070,7 +77070,7 @@
Possible Types
Example
-
{"value": "abc123"}
+                  
{"value": "xyz789"}
 
@@ -77342,7 +77342,7 @@
Fields
Example
{
-  "cartId": "abc123",
+  "cartId": "xyz789",
   "id": "xyz789"
 }
 
@@ -77486,7 +77486,7 @@
Fields
Example
-
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
@@ -77684,13 +77684,13 @@
Fields
Example
{
-  "unitName": "xyz789",
-  "storefrontLabel": "xyz789",
-  "pagePlacement": "xyz789",
-  "displayNumber": 123,
+  "unitName": "abc123",
+  "storefrontLabel": "abc123",
+  "pagePlacement": "abc123",
+  "displayNumber": 987,
   "pageType": "abc123",
-  "unitStatus": "xyz789",
-  "typeId": "abc123",
+  "unitStatus": "abc123",
+  "typeId": "xyz789",
   "filterRules": [FilterRuleInput]
 }
 
@@ -78065,7 +78065,7 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "event_name": "abc123", + "event_name": "xyz789", "message": "xyz789", "privacy_settings": "PRIVATE", "shipping_address": GiftRegistryShippingAddressInput, @@ -78125,8 +78125,8 @@
Fields
Example
{
   "gift_registry_item_uid": "4",
-  "note": "abc123",
-  "quantity": 987.65
+  "note": "xyz789",
+  "quantity": 123.45
 }
 
@@ -78276,9 +78276,9 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "email": "xyz789", - "firstname": "xyz789", - "gift_registry_registrant_uid": "4", + "email": "abc123", + "firstname": "abc123", + "gift_registry_registrant_uid": 4, "lastname": "abc123" }
@@ -78409,7 +78409,7 @@
Fields
Example
{
   "items": [NegotiableQuoteItemQuantityInput],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -78499,7 +78499,7 @@
Fields
Example
{
   "items": [NegotiableQuoteTemplateItemQuantityInput],
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -78626,13 +78626,13 @@
Fields
Example
{
-  "applies_to": ["4"],
-  "approvers": ["4"],
+  "applies_to": [4],
+  "approvers": [4],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
   "description": "xyz789",
-  "name": "xyz789",
+  "name": "abc123",
   "status": "ENABLED",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -78681,8 +78681,8 @@
Fields
Example
{
-  "description": "xyz789",
-  "name": "xyz789"
+  "description": "abc123",
+  "name": "abc123"
 }
 
@@ -78878,7 +78878,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "uid": "4",
   "visibility": "PUBLIC"
 }
@@ -79031,7 +79031,7 @@ 
Fields
Example
-
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "xyz789", "type": "NOT_FOUND"}
 
@@ -79138,7 +79138,7 @@
Fields
Example
-
{"purchase_order_uids": ["4"]}
+                  
{"purchase_order_uids": [4]}
 
@@ -79484,7 +79484,7 @@
Example
{
   "payment_source": "xyz789",
   "payments_order_id": "xyz789",
-  "paypal_order_id": "abc123",
+  "paypal_order_id": "xyz789",
   "public_hash": "abc123"
 }
 
@@ -79742,10 +79742,10 @@
Example
"customizable_options": [SelectedCustomizableOption], "discount": [Discount], "errors": [CartItemError], - "is_available": false, + "is_available": true, "max_qty": 987.65, "min_qty": 987.65, - "not_available_message": "xyz789", + "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, @@ -80003,24 +80003,24 @@
Example
{
   "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "gift_message_available": true,
-  "gift_wrapping_available": false,
+  "gift_message_available": false,
+  "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
   "image": ProductImage,
-  "is_returnable": "abc123",
-  "manufacturer": 123,
-  "max_sale_qty": 987.65,
+  "is_returnable": "xyz789",
+  "manufacturer": 987,
+  "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
-  "meta_description": "xyz789",
-  "meta_keyword": "xyz789",
+  "meta_description": "abc123",
+  "meta_keyword": "abc123",
   "meta_title": "abc123",
   "min_sale_qty": 987.65,
-  "name": "xyz789",
-  "new_from_date": "xyz789",
+  "name": "abc123",
+  "new_from_date": "abc123",
   "new_to_date": "abc123",
   "only_x_left_in_stock": 987.65,
   "options": [CustomizableOptionInterface],
@@ -80031,16 +80031,16 @@ 
Example
"quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, "special_price": 123.45, "special_to_date": "abc123", "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" }
@@ -80106,7 +80106,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "product": ProductInterface, "quantity": 123.45, - "sku": "abc123", + "sku": "xyz789", "uid": "4" }
@@ -80177,8 +80177,8 @@
Example
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
-  "id": "4",
+  "description": "abc123",
+  "id": 4,
   "product": ProductInterface,
   "quantity": 987.65
 }
@@ -80228,7 +80228,7 @@ 
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
@@ -80366,12 +80366,12 @@
pageSize
Example
{
-  "id": 4,
+  "id": "4",
   "items_count": 123,
   "items_v2": WishlistItems,
   "name": "abc123",
   "sharing_code": "xyz789",
-  "updated_at": "abc123",
+  "updated_at": "xyz789",
   "visibility": "PUBLIC"
 }
 
@@ -80430,9 +80430,9 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789",
-  "wishlistId": "4",
-  "wishlistItemId": 4
+  "message": "abc123",
+  "wishlistId": 4,
+  "wishlistItemId": "4"
 }
 
@@ -80550,7 +80550,10 @@
Fields
Example
-
{"quantity": 123.45, "wishlist_item_id": 4}
+                  
{
+  "quantity": 987.65,
+  "wishlist_item_id": "4"
+}
 
@@ -80735,9 +80738,9 @@
Possible Types
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": "4",
   "product": ProductInterface,
   "quantity": 123.45
@@ -80854,11 +80857,11 @@ 
Fields
Example
{
-  "description": "xyz789",
+  "description": "abc123",
   "entered_options": [EnteredOptionInput],
-  "quantity": 123.45,
-  "selected_options": [4],
-  "wishlist_item_id": "4"
+  "quantity": 987.65,
+  "selected_options": ["4"],
+  "wishlist_item_id": 4
 }
 
@@ -81000,7 +81003,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "media_resource_type": "NEGOTIABLE_QUOTE_ATTACHMENT"
 }
 
@@ -81049,7 +81052,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "message": "abc123",
   "success": false
 }
@@ -81145,8 +81148,8 @@ 
Fields
Example
{
-  "expires_at": "abc123",
-  "key": "xyz789",
+  "expires_at": "xyz789",
+  "key": "abc123",
   "upload_url": "xyz789"
 }