diff --git a/spectaql/config.yml b/spectaql/config.yml index ad60da779..ee951f20f 100644 --- a/spectaql/config.yml +++ b/spectaql/config.yml @@ -409,7 +409,7 @@ info: x-hideWelcome: false # Set to true to not render your intro items # Default: false - x-hideIntroItems: false + x-hideIntroItems: true # Set to true to not render the deprecated label # Default: false @@ -440,7 +440,7 @@ info: x-introItems: # Can be a Title (for the Nav panel) + URL to simply add a link to somewhere - title: GraphQL guide - url: https://developer.adobe.com/commerce/webapi/graphql/ + url: https://developer.adobe.com/commerce/webapi/graphql # Can be a Title (for the Nav panel) + description (for the Content panel) # - title: Important thing 1 # description: Some important stuff we wanted you to know. Supports `markdown` diff --git a/spectaql/config_saas.yml b/spectaql/config_saas.yml index e7331becb..54d02925d 100644 --- a/spectaql/config_saas.yml +++ b/spectaql/config_saas.yml @@ -409,7 +409,7 @@ info: x-hideWelcome: false # Set to true to not render your intro items # Default: false - x-hideIntroItems: false + x-hideIntroItems: true # Set to true to not render the deprecated label # Default: false @@ -421,7 +421,7 @@ info: # ############################################## - description: The Adobe Commerce as a Cloud Service GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from a production instance of Adobe Commerce as a Cloud Service. This schema removes all deprecated queries, mutations, and fields from the core schema. It also replaces the core products and categories queries with identically-named queries defined in Catalog Service. If you are migrating to Adobe Commerce as a Cloud Service, you must update your applications to use these queries. + description: The Adobe Commerce as a Cloud Service GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from a production instance of Adobe Commerce as a Cloud Service. This schema removes all deprecated queries, mutations, and fields from the core schema. It also replaces the core products and categories queries with identically-named queries defined in Catalog Service. If you are migrating to Adobe Commerce as a Cloud Service, you must update your applications to use these queries. For more information, refer to the GraphQL documentation. version: SaaS title: Adobe Commerce as a Cloud Service GraphQL API # This is non-standard and optional. If omitted, will use "title". Also, only relevant @@ -440,7 +440,7 @@ info: x-introItems: # Can be a Title (for the Nav panel) + URL to simply add a link to somewhere - title: GraphQL guide - url: https://developer.adobe.com/commerce/webapi/graphql/ + url: /commerce/webapi/graphql # Can be a Title (for the Nav panel) + description (for the Content panel) # - title: Important thing 1 # description: Some important stuff we wanted you to know. Supports `markdown` diff --git a/static/graphql-api/index.html b/static/graphql-api/index.html index 0338f2593..a284d836c 100644 --- a/static/graphql-api/index.html +++ b/static/graphql-api/index.html @@ -6,7 +6,7 @@ GraphQL API - +
@@ -27,7 +27,6 @@
Variables
-
{"id": 123, "identifier": "abc123"}
+                  
{"id": 987, "identifier": "abc123"}
 
@@ -2682,18 +2681,18 @@
Response
{
   "data": {
     "cmsPage": {
-      "content": "abc123",
+      "content": "xyz789",
       "content_heading": "abc123",
-      "identifier": "xyz789",
+      "identifier": "abc123",
       "meta_description": "xyz789",
-      "meta_keywords": "abc123",
+      "meta_keywords": "xyz789",
       "meta_title": "abc123",
       "page_layout": "xyz789",
-      "redirect_code": 987,
-      "relative_url": "xyz789",
+      "redirect_code": 123,
+      "relative_url": "abc123",
       "title": "xyz789",
       "type": "CMS_PAGE",
-      "url_key": "xyz789"
+      "url_key": "abc123"
     }
   }
 }
@@ -2788,12 +2787,12 @@ 
Response
"company_admin": Customer, "credit": CompanyCredit, "credit_history": CompanyCreditHistory, - "email": "xyz789", + "email": "abc123", "id": 4, "legal_address": CompanyLegalAddress, "legal_name": "xyz789", - "name": "abc123", - "payment_methods": ["xyz789"], + "name": "xyz789", + "payment_methods": ["abc123"], "reseller_id": "xyz789", "role": CompanyRole, "roles": CompanyRoles, @@ -2874,7 +2873,7 @@
Query
Variables
-
{"uid": "4"}
+                  
{"uid": 4}
 
@@ -2883,7 +2882,7 @@
Response
"data": { "compareList": { "attributes": [ComparableAttribute], - "item_count": 987, + "item_count": 123, "items": [ComparableItem], "uid": 4 } @@ -2945,9 +2944,9 @@
Response
"available_regions": [Region], "full_name_english": "xyz789", "full_name_locale": "abc123", - "id": "abc123", - "three_letter_abbreviation": "xyz789", - "two_letter_abbreviation": "abc123" + "id": "xyz789", + "three_letter_abbreviation": "abc123", + "two_letter_abbreviation": "xyz789" } ] } @@ -3021,7 +3020,7 @@
Query
Variables
-
{"id": "abc123"}
+                  
{"id": "xyz789"}
 
@@ -3030,11 +3029,11 @@
Response
"data": { "country": { "available_regions": [Region], - "full_name_english": "xyz789", + "full_name_english": "abc123", "full_name_locale": "abc123", "id": "xyz789", - "three_letter_abbreviation": "xyz789", - "two_letter_abbreviation": "abc123" + "three_letter_abbreviation": "abc123", + "two_letter_abbreviation": "xyz789" } } } @@ -3093,14 +3092,14 @@
Response
"data": { "currency": { "available_currency_codes": [ - "xyz789" + "abc123" ], - "base_currency_code": "xyz789", + "base_currency_code": "abc123", "base_currency_symbol": "abc123", "default_display_currecy_code": "xyz789", "default_display_currecy_symbol": "abc123", "default_display_currency_code": "abc123", - "default_display_currency_symbol": "xyz789", + "default_display_currency_symbol": "abc123", "exchange_rates": [ExchangeRate] } } @@ -3412,7 +3411,7 @@
Response
"customer": { "addresses": [CustomerAddress], "addressesV2": CustomerAddresses, - "allow_remote_shopping_assistance": true, + "allow_remote_shopping_assistance": false, "companies": UserCompaniesOutput, "compare_list": CompareList, "confirmation_status": "ACCOUNT_CONFIRMED", @@ -3423,25 +3422,25 @@
Response
"default_shipping": "abc123", "dob": "xyz789", "email": "abc123", - "firstname": "abc123", - "gender": 987, + "firstname": "xyz789", + "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroup, "group_id": 987, "id": 987, - "is_subscribed": true, - "job_title": "abc123", - "lastname": "abc123", - "middlename": "xyz789", + "is_subscribed": false, + "job_title": "xyz789", + "lastname": "xyz789", + "middlename": "abc123", "orders": CustomerOrders, - "prefix": "xyz789", + "prefix": "abc123", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": false, + "purchase_orders_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -3451,7 +3450,7 @@
Response
"segments": [CustomerSegment], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, + "structure_id": "4", "suffix": "abc123", "taxvat": "abc123", "team": CompanyTeam, @@ -3570,16 +3569,16 @@
Response
AvailablePaymentMethod ], "billing_address": BillingCartAddress, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "is_virtual": false, "items": [CartItemInterface], "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": false, + "printed_card_included": true, "rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -3689,7 +3688,7 @@
Response
{
   "data": {
     "customerOrders": {
-      "date_of_first_order": "xyz789",
+      "date_of_first_order": "abc123",
       "items": [CustomerOrder],
       "page_info": SearchResultPageInfo,
       "total_count": 987
@@ -3996,9 +3995,9 @@ 
Response
"data": { "getPayflowLinkToken": { "mode": "TEST", - "paypal_url": "abc123", - "secure_token": "xyz789", - "secure_token_id": "xyz789" + "paypal_url": "xyz789", + "secure_token": "abc123", + "secure_token_id": "abc123" } } } @@ -4168,8 +4167,8 @@
Query
Variables
{
-  "cartId": "xyz789",
-  "id": "xyz789"
+  "cartId": "abc123",
+  "id": "abc123"
 }
 
@@ -4178,7 +4177,7 @@
Response
{
   "data": {
     "getPaymentOrder": {
-      "id": "xyz789",
+      "id": "abc123",
       "mp_order_id": "abc123",
       "payment_source_details": PaymentSourceDetails,
       "status": "abc123"
@@ -4384,7 +4383,7 @@ 
Response
"giftCardAccount": { "balance": Money, "code": "abc123", - "expiration_date": "xyz789" + "expiration_date": "abc123" } } } @@ -4470,7 +4469,7 @@
Query
Variables
-
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": "4"}
 
@@ -4485,7 +4484,7 @@
Response
"event_name": "xyz789", "items": [GiftRegistryItemInterface], "message": "abc123", - "owner_name": "xyz789", + "owner_name": "abc123", "privacy_settings": "PRIVATE", "registrants": [GiftRegistryRegistrant], "shipping_address": CustomerAddress, @@ -4561,7 +4560,7 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
@@ -4572,8 +4571,8 @@
Response
{ "event_date": "xyz789", "event_title": "xyz789", - "gift_registry_uid": 4, - "location": "xyz789", + "gift_registry_uid": "4", + "location": "abc123", "name": "xyz789", "type": "xyz789" } @@ -4646,7 +4645,7 @@
Query
Variables
-
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": "4"}
 
@@ -4655,12 +4654,12 @@
Response
"data": { "giftRegistryIdSearch": [ { - "event_date": "xyz789", - "event_title": "xyz789", - "gift_registry_uid": "4", + "event_date": "abc123", + "event_title": "abc123", + "gift_registry_uid": 4, "location": "abc123", "name": "xyz789", - "type": "abc123" + "type": "xyz789" } ] } @@ -4752,9 +4751,9 @@
Query
Variables
{
-  "firstName": "xyz789",
+  "firstName": "abc123",
   "lastName": "xyz789",
-  "giftRegistryTypeUid": 4
+  "giftRegistryTypeUid": "4"
 }
 
@@ -4764,12 +4763,12 @@
Response
"data": { "giftRegistryTypeSearch": [ { - "event_date": "xyz789", - "event_title": "abc123", - "gift_registry_uid": "4", - "location": "xyz789", + "event_date": "abc123", + "event_title": "xyz789", + "gift_registry_uid": 4, + "location": "abc123", "name": "abc123", - "type": "abc123" + "type": "xyz789" } ] } @@ -4978,27 +4977,27 @@
Response
"customer_info": OrderCustomerInfo, "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "grand_total": 123.45, - "id": "4", - "increment_id": "abc123", + "id": 4, + "increment_id": "xyz789", "invoices": [Invoice], "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], - "number": "abc123", - "order_date": "abc123", - "order_number": "xyz789", - "order_status_change_date": "abc123", + "number": "xyz789", + "order_date": "xyz789", + "order_number": "abc123", + "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": true, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "xyz789", - "status": "abc123", - "token": "xyz789", + "shipping_method": "abc123", + "status": "xyz789", + "token": "abc123", "total": OrderTotal } } @@ -5146,27 +5145,27 @@
Response
"created_at": "xyz789", "credit_memos": [CreditMemo], "customer_info": OrderCustomerInfo, - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "grand_total": 987.65, + "grand_total": 123.45, "id": "4", - "increment_id": "abc123", + "increment_id": "xyz789", "invoices": [Invoice], - "is_virtual": true, + "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "number": "xyz789", - "order_date": "abc123", - "order_number": "abc123", + "order_date": "xyz789", + "order_number": "xyz789", "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "xyz789", + "shipping_method": "abc123", "status": "abc123", "token": "abc123", "total": OrderTotal @@ -5235,7 +5234,7 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
@@ -5303,7 +5302,7 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
@@ -5376,7 +5375,7 @@
Variables
Response
-
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": false}}}
+                  
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
 
@@ -5444,7 +5443,7 @@
Variables
Response
-
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": true}}}
 
@@ -5511,7 +5510,7 @@
Variables
Response
-
{"data": {"isEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isEmailAvailable": {"is_email_available": false}}}
 
@@ -5608,7 +5607,7 @@
Query
Variables
-
{"uid": "4"}
+                  
{"uid": 4}
 
@@ -5623,11 +5622,11 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "abc123", - "email": "xyz789", + "email": "abc123", "history": [NegotiableQuoteHistoryEntry], "is_virtual": false, "items": [CartItemInterface], - "name": "abc123", + "name": "xyz789", "prices": CartPrices, "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ @@ -5734,7 +5733,7 @@
Query
Variables
-
{"templateId": "4"}
+                  
{"templateId": 4}
 
@@ -5746,12 +5745,12 @@
Response
"comments": [NegotiableQuoteComment], "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_min_max_qty_used": true, - "is_virtual": true, + "is_min_max_qty_used": false, + "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 987, - "name": "abc123", + "max_order_commitment": 987, + "min_order_commitment": 123, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -5760,7 +5759,7 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", + "status": "abc123", "template_id": 4, "total_quantity": 123.45 } @@ -5880,7 +5879,7 @@
Response
"items": [NegotiableQuoteTemplateGridItem], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 } } } @@ -6130,7 +6129,7 @@
Response
"pickupLocations": { "items": [PickupLocation], "page_info": SearchResultPageInfo, - "total_count": 123 + "total_count": 987 } } } @@ -6320,7 +6319,7 @@
Response
"page_info": SearchResultPageInfo, "sort_fields": SortFields, "suggestions": [SearchSuggestion], - "total_count": 987 + "total_count": 123 } } } @@ -6447,12 +6446,12 @@
Response
"data": { "recaptchaV3Config": { "badge_position": "xyz789", - "failure_message": "abc123", + "failure_message": "xyz789", "forms": ["PLACE_ORDER"], - "is_enabled": false, + "is_enabled": true, "language_code": "abc123", - "minimum_score": 987.65, - "theme": "abc123", + "minimum_score": 123.45, + "theme": "xyz789", "website_key": "xyz789" } } @@ -6520,7 +6519,7 @@
Query
Variables
-
{"url": "xyz789"}
+                  
{"url": "abc123"}
 
@@ -6528,7 +6527,7 @@
Response
{
   "data": {
     "route": {
-      "redirect_code": 123,
+      "redirect_code": 987,
       "relative_url": "abc123",
       "type": "CMS_PAGE"
     }
@@ -6827,57 +6826,57 @@ 
Response
{
   "data": {
     "storeConfig": {
-      "absolute_footer": "abc123",
-      "allow_gift_receipt": "abc123",
-      "allow_gift_wrapping_on_order": "abc123",
+      "absolute_footer": "xyz789",
+      "allow_gift_receipt": "xyz789",
+      "allow_gift_wrapping_on_order": "xyz789",
       "allow_gift_wrapping_on_order_items": "xyz789",
-      "allow_guests_to_write_product_reviews": "xyz789",
+      "allow_guests_to_write_product_reviews": "abc123",
       "allow_items": "abc123",
-      "allow_order": "xyz789",
+      "allow_order": "abc123",
       "allow_printed_card": "xyz789",
-      "autocomplete_on_storefront": false,
+      "autocomplete_on_storefront": true,
       "base_currency_code": "abc123",
       "base_link_url": "abc123",
       "base_media_url": "xyz789",
       "base_static_url": "abc123",
       "base_url": "abc123",
-      "braintree_3dsecure_allowspecific": false,
+      "braintree_3dsecure_allowspecific": true,
       "braintree_3dsecure_always_request_3ds": false,
       "braintree_3dsecure_specificcountry": "xyz789",
-      "braintree_3dsecure_threshold_amount": "xyz789",
+      "braintree_3dsecure_threshold_amount": "abc123",
       "braintree_3dsecure_verify_3dsecure": false,
-      "braintree_ach_direct_debit_vault_active": false,
+      "braintree_ach_direct_debit_vault_active": true,
       "braintree_applepay_merchant_name": "xyz789",
       "braintree_applepay_vault_active": true,
       "braintree_cc_vault_active": "abc123",
       "braintree_cc_vault_cvv": false,
-      "braintree_environment": "xyz789",
-      "braintree_googlepay_btn_color": "xyz789",
-      "braintree_googlepay_cctypes": "abc123",
-      "braintree_googlepay_merchant_id": "xyz789",
-      "braintree_googlepay_vault_active": false,
-      "braintree_local_payment_allowed_methods": "xyz789",
-      "braintree_local_payment_fallback_button_text": "xyz789",
-      "braintree_local_payment_redirect_on_fail": "abc123",
+      "braintree_environment": "abc123",
+      "braintree_googlepay_btn_color": "abc123",
+      "braintree_googlepay_cctypes": "xyz789",
+      "braintree_googlepay_merchant_id": "abc123",
+      "braintree_googlepay_vault_active": true,
+      "braintree_local_payment_allowed_methods": "abc123",
+      "braintree_local_payment_fallback_button_text": "abc123",
+      "braintree_local_payment_redirect_on_fail": "xyz789",
       "braintree_merchant_account_id": "xyz789",
       "braintree_paypal_button_location_cart_type_credit_color": "abc123",
       "braintree_paypal_button_location_cart_type_credit_label": "abc123",
       "braintree_paypal_button_location_cart_type_credit_shape": "xyz789",
-      "braintree_paypal_button_location_cart_type_credit_show": false,
+      "braintree_paypal_button_location_cart_type_credit_show": true,
       "braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
-      "braintree_paypal_button_location_cart_type_messaging_logo": "xyz789",
+      "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
       "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
       "braintree_paypal_button_location_cart_type_messaging_show": true,
-      "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
-      "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
-      "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
-      "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
+      "braintree_paypal_button_location_cart_type_messaging_text_color": "abc123",
+      "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
+      "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
+      "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
       "braintree_paypal_button_location_cart_type_paylater_show": false,
-      "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
-      "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
-      "braintree_paypal_button_location_cart_type_paypal_shape": "xyz789",
-      "braintree_paypal_button_location_cart_type_paypal_show": true,
-      "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
+      "braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
+      "braintree_paypal_button_location_cart_type_paypal_label": "abc123",
+      "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
+      "braintree_paypal_button_location_cart_type_paypal_show": false,
+      "braintree_paypal_button_location_checkout_type_credit_color": "xyz789",
       "braintree_paypal_button_location_checkout_type_credit_label": "abc123",
       "braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
       "braintree_paypal_button_location_checkout_type_credit_show": true,
@@ -6886,183 +6885,183 @@ 
Response
"braintree_paypal_button_location_checkout_type_messaging_logo_position": "abc123", "braintree_paypal_button_location_checkout_type_messaging_show": true, "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123", - "braintree_paypal_button_location_checkout_type_paylater_color": "abc123", - "braintree_paypal_button_location_checkout_type_paylater_label": "abc123", - "braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789", + "braintree_paypal_button_location_checkout_type_paylater_color": "xyz789", + "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789", + "braintree_paypal_button_location_checkout_type_paylater_shape": "abc123", "braintree_paypal_button_location_checkout_type_paylater_show": false, "braintree_paypal_button_location_checkout_type_paypal_color": "xyz789", - "braintree_paypal_button_location_checkout_type_paypal_label": "xyz789", + "braintree_paypal_button_location_checkout_type_paypal_label": "abc123", "braintree_paypal_button_location_checkout_type_paypal_shape": "abc123", - "braintree_paypal_button_location_checkout_type_paypal_show": true, + "braintree_paypal_button_location_checkout_type_paypal_show": false, "braintree_paypal_button_location_productpage_type_credit_color": "abc123", "braintree_paypal_button_location_productpage_type_credit_label": "abc123", "braintree_paypal_button_location_productpage_type_credit_shape": "xyz789", - "braintree_paypal_button_location_productpage_type_credit_show": false, - "braintree_paypal_button_location_productpage_type_messaging_layout": "abc123", - "braintree_paypal_button_location_productpage_type_messaging_logo": "abc123", + "braintree_paypal_button_location_productpage_type_credit_show": true, + "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789", + "braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789", "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123", - "braintree_paypal_button_location_productpage_type_messaging_show": false, - "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123", - "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789", + "braintree_paypal_button_location_productpage_type_messaging_show": true, + "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789", + "braintree_paypal_button_location_productpage_type_paylater_color": "abc123", "braintree_paypal_button_location_productpage_type_paylater_label": "xyz789", "braintree_paypal_button_location_productpage_type_paylater_shape": "xyz789", "braintree_paypal_button_location_productpage_type_paylater_show": false, "braintree_paypal_button_location_productpage_type_paypal_color": "abc123", - "braintree_paypal_button_location_productpage_type_paypal_label": "abc123", - "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123", + "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789", + "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789", "braintree_paypal_button_location_productpage_type_paypal_show": true, - "braintree_paypal_credit_uk_merchant_name": "xyz789", - "braintree_paypal_display_on_shopping_cart": false, - "braintree_paypal_merchant_country": "xyz789", + "braintree_paypal_credit_uk_merchant_name": "abc123", + "braintree_paypal_display_on_shopping_cart": true, + "braintree_paypal_merchant_country": "abc123", "braintree_paypal_merchant_name_override": "xyz789", - "braintree_paypal_require_billing_address": true, - "braintree_paypal_send_cart_line_items": true, + "braintree_paypal_require_billing_address": false, + "braintree_paypal_send_cart_line_items": false, "braintree_paypal_vault_active": true, - "cart_expires_in_days": 123, + "cart_expires_in_days": 987, "cart_gift_wrapping": "abc123", "cart_printed_card": "xyz789", "cart_summary_display_quantity": 123, - "catalog_default_sort_by": "abc123", + "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, - "check_money_order_enabled": false, + "check_money_order_enable_for_specific_countries": false, + "check_money_order_enabled": true, "check_money_order_make_check_payable_to": "xyz789", - "check_money_order_max_order_total": "xyz789", + "check_money_order_max_order_total": "abc123", "check_money_order_min_order_total": "xyz789", - "check_money_order_new_order_status": "xyz789", + "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_sort_order": 987, "check_money_order_title": "xyz789", "cms_home_page": "abc123", - "cms_no_cookies": "xyz789", + "cms_no_cookies": "abc123", "cms_no_route": "xyz789", "code": "xyz789", "configurable_product_image": "ITSELF", - "configurable_thumbnail_source": "xyz789", + "configurable_thumbnail_source": "abc123", "contact_enabled": true, - "copyright": "xyz789", - "countries_with_required_region": "abc123", + "copyright": "abc123", + "countries_with_required_region": "xyz789", "create_account_confirmation": false, - "customer_access_token_lifetime": 987.65, - "default_country": "xyz789", - "default_description": "xyz789", - "default_display_currency_code": "abc123", + "customer_access_token_lifetime": 123.45, + "default_country": "abc123", + "default_description": "abc123", + "default_display_currency_code": "xyz789", "default_keywords": "abc123", - "default_title": "xyz789", - "demonotice": 987, + "default_title": "abc123", + "demonotice": 123, "display_product_prices_in_catalog": 123, - "display_shipping_prices": 987, + "display_shipping_prices": 123, "display_state_if_optional": false, "enable_multiple_wishlists": "xyz789", "fixed_product_taxes_apply_tax_to_fpt": true, "fixed_product_taxes_display_prices_in_emails": 987, "fixed_product_taxes_display_prices_in_product_lists": 123, - "fixed_product_taxes_display_prices_in_sales_modules": 987, + "fixed_product_taxes_display_prices_in_sales_modules": 123, "fixed_product_taxes_display_prices_on_product_view_page": 987, "fixed_product_taxes_enable": true, - "fixed_product_taxes_include_fpt_in_subtotal": true, + "fixed_product_taxes_include_fpt_in_subtotal": false, "front": "xyz789", - "graphql_share_all_customer_groups": false, - "graphql_share_customer_group": true, - "grid_per_page": 123, + "graphql_share_all_customer_groups": true, + "graphql_share_customer_group": false, + "grid_per_page": 987, "grid_per_page_values": "abc123", "grouped_product_image": "ITSELF", - "head_includes": "abc123", - "head_shortcut_icon": "xyz789", - "header_logo_src": "xyz789", - "id": 987, + "head_includes": "xyz789", + "head_shortcut_icon": "abc123", + "header_logo_src": "abc123", + "id": 123, "is_checkout_agreements_enabled": true, "is_default_store": true, "is_default_store_group": true, - "is_guest_checkout_enabled": false, + "is_guest_checkout_enabled": true, "is_negotiable_quote_active": true, "is_one_page_checkout_enabled": true, "is_requisition_list_active": "xyz789", "list_mode": "xyz789", - "list_per_page": 123, + "list_per_page": 987, "list_per_page_values": "xyz789", "locale": "xyz789", - "logo_alt": "xyz789", - "logo_height": 123, + "logo_alt": "abc123", + "logo_height": 987, "logo_width": 987, "magento_reward_general_is_enabled": "xyz789", "magento_reward_general_is_enabled_on_front": "abc123", - "magento_reward_general_min_points_balance": "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_limit": "abc123", "magento_reward_points_invitation_order": "xyz789", - "magento_reward_points_invitation_order_limit": "xyz789", - "magento_reward_points_newsletter": "xyz789", - "magento_reward_points_order": "abc123", + "magento_reward_points_invitation_order_limit": "abc123", + "magento_reward_points_newsletter": "abc123", + "magento_reward_points_order": "xyz789", "magento_reward_points_register": "abc123", - "magento_reward_points_review": "abc123", + "magento_reward_points_review": "xyz789", "magento_reward_points_review_limit": "abc123", - "magento_wishlist_general_is_enabled": "xyz789", - "max_items_in_order_summary": 987, + "magento_wishlist_general_is_enabled": "abc123", + "max_items_in_order_summary": 123, "maximum_number_of_wishlists": "abc123", "minicart_display": true, - "minicart_max_items": 123, + "minicart_max_items": 987, "minimum_password_length": "xyz789", - "newsletter_enabled": true, + "newsletter_enabled": false, "no_route": "abc123", "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": 123, - "orders_invoices_credit_memos_display_shipping_amount": 987, - "orders_invoices_credit_memos_display_subtotal": 987, + "orders_invoices_credit_memos_display_price": 987, + "orders_invoices_credit_memos_display_shipping_amount": 123, + "orders_invoices_credit_memos_display_subtotal": 123, "orders_invoices_credit_memos_display_zero_tax": false, - "payment_payflowpro_cc_vault_active": "xyz789", + "payment_payflowpro_cc_vault_active": "abc123", "printed_card_price": "xyz789", "printed_card_priceV2": Money, "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "product_reviews_enabled": "xyz789", - "product_url_suffix": "xyz789", + "product_reviews_enabled": "abc123", + "product_url_suffix": "abc123", "quickorder_active": true, "required_character_classes_number": "abc123", "returns_enabled": "abc123", "root_category_id": 987, - "root_category_uid": "4", + "root_category_uid": 4, "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", - "sales_gift_wrapping": "abc123", + "sales_gift_wrapping": "xyz789", "sales_printed_card": "xyz789", "secure_base_link_url": "abc123", - "secure_base_media_url": "xyz789", + "secure_base_media_url": "abc123", "secure_base_static_url": "abc123", - "secure_base_url": "xyz789", + "secure_base_url": "abc123", "send_friend": SendFriendConfiguration, "share_all_catalog_rules": false, - "share_all_sales_rule": true, - "share_applied_catalog_rules": false, + "share_all_sales_rule": false, + "share_applied_catalog_rules": true, "share_applied_sales_rule": false, - "shopping_cart_display_full_summary": false, + "shopping_cart_display_full_summary": true, "shopping_cart_display_grand_total": true, "shopping_cart_display_price": 987, - "shopping_cart_display_shipping": 987, - "shopping_cart_display_subtotal": 123, + "shopping_cart_display_shipping": 123, + "shopping_cart_display_subtotal": 987, "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX", - "shopping_cart_display_zero_tax": false, - "show_cms_breadcrumbs": 123, - "store_code": 4, + "shopping_cart_display_zero_tax": true, + "show_cms_breadcrumbs": 987, + "store_code": "4", "store_group_code": 4, "store_group_name": "abc123", - "store_name": "abc123", + "store_name": "xyz789", "store_sort_order": 987, - "timezone": "abc123", + "timezone": "xyz789", "title_prefix": "abc123", - "title_separator": "xyz789", + "title_separator": "abc123", "title_suffix": "abc123", "use_store_in_url": true, "website_code": "4", - "website_id": 123, + "website_id": 987, "website_name": "xyz789", "weight_unit": "abc123", - "welcome": "xyz789", + "welcome": "abc123", "zero_subtotal_enable_for_specific_countries": false, "zero_subtotal_enabled": true, "zero_subtotal_new_order_status": "xyz789", @@ -7155,7 +7154,7 @@
Response
"data": { "urlResolver": { "canonical_url": "xyz789", - "entity_uid": 4, + "entity_uid": "4", "id": 123, "redirectCode": 987, "relative_url": "xyz789", @@ -7223,8 +7222,8 @@
Response
"wishlist": { "items": [WishlistItem], "items_count": 987, - "name": "xyz789", - "sharing_code": "abc123", + "name": "abc123", + "sharing_code": "xyz789", "updated_at": "abc123" } } @@ -7294,7 +7293,7 @@
Variables
Response
-
{"data": {"acceptCompanyInvitation": {"success": true}}}
+                  
{"data": {"acceptCompanyInvitation": {"success": false}}}
 
@@ -7400,12 +7399,12 @@
Response
"comments": [NegotiableQuoteComment], "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_min_max_qty_used": false, - "is_virtual": false, + "is_min_max_qty_used": true, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 987, - "name": "xyz789", + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -7414,9 +7413,9 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "xyz789", - "template_id": "4", - "total_quantity": 987.65 + "status": "abc123", + "template_id": 4, + "total_quantity": 123.45 } } } @@ -7711,7 +7710,7 @@
Query
Variables
{
-  "giftRegistryUid": "4",
+  "giftRegistryUid": 4,
   "registrants": [AddGiftRegistryRegistrantInput]
 }
 
@@ -7804,7 +7803,7 @@
Query
Variables
{
-  "cartId": "xyz789",
+  "cartId": "abc123",
   "cartItems": [CartItemInput]
 }
 
@@ -7896,9 +7895,9 @@
Response
"data": { "addProductsToCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -8318,10 +8317,7 @@
Query
Variables
-
{
-  "requisitionListUid": "4",
-  "requisitionListItemUids": ["4"]
-}
+                  
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
 
@@ -8333,7 +8329,7 @@
Response
AddRequisitionListItemToCartUserError ], "cart": Cart, - "status": false + "status": true } } } @@ -8702,7 +8698,7 @@
Query
Variables
-
{"wishlistId": 4, "wishlistItemIds": ["4"]}
+                  
{"wishlistId": "4", "wishlistItemIds": [4]}
 
@@ -8989,7 +8985,7 @@
Query
Variables
-
{"cartId": 4}
+                  
{"cartId": "4"}
 
@@ -9217,7 +9213,7 @@
Response
"data": { "assignCompareListToCustomer": { "compare_list": CompareList, - "result": false + "result": true } } } @@ -9336,7 +9332,7 @@
Query
Variables
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -9367,7 +9363,7 @@
Response
"rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 123.45 + "total_quantity": 987.65 } } } @@ -9477,10 +9473,10 @@
Response
"expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 123, - "min_order_commitment": 987, + "min_order_commitment": 123, "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, @@ -9490,8 +9486,8 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": "4", + "status": "xyz789", + "template_id": 4, "total_quantity": 987.65 } } @@ -9572,7 +9568,7 @@
Response
{
   "data": {
     "cancelOrder": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -9833,7 +9829,7 @@ 
Query
Variables
{
   "currentPassword": "abc123",
-  "newPassword": "abc123"
+  "newPassword": "xyz789"
 }
 
@@ -9844,30 +9840,30 @@
Response
"changeCustomerPassword": { "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": "abc123", "default_billing": "abc123", "default_shipping": "abc123", - "dob": "abc123", - "email": "xyz789", - "firstname": "xyz789", - "gender": 987, + "dob": "xyz789", + "email": "abc123", + "firstname": "abc123", + "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroup, - "group_id": 987, - "id": 123, + "group_id": 123, + "id": 987, "is_subscribed": true, "job_title": "xyz789", "lastname": "xyz789", "middlename": "abc123", "orders": CustomerOrders, - "prefix": "xyz789", + "prefix": "abc123", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, @@ -9883,7 +9879,7 @@
Response
"segments": [CustomerSegment], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, + "structure_id": "4", "suffix": "xyz789", "taxvat": "abc123", "team": CompanyTeam, @@ -10037,7 +10033,7 @@
Query
Variables
-
{"cartUid": "abc123"}
+                  
{"cartUid": "xyz789"}
 
@@ -10436,7 +10432,7 @@
Variables
Response
-
{"data": {"contactUs": {"status": true}}}
+                  
{"data": {"contactUs": {"status": false}}}
 
@@ -10730,7 +10726,7 @@
Query
Response
{
   "data": {
-    "createBraintreePayPalClientToken": "xyz789"
+    "createBraintreePayPalClientToken": "abc123"
   }
 }
 
@@ -10800,7 +10796,7 @@
Variables
Response
{
   "data": {
-    "createBraintreePayPalVaultClientToken": "abc123"
+    "createBraintreePayPalVaultClientToken": "xyz789"
   }
 }
 
@@ -11163,7 +11159,7 @@
Response
"attributes": [ComparableAttribute], "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -11335,29 +11331,29 @@
Response
{
   "data": {
     "createCustomerAddress": {
-      "city": "abc123",
+      "city": "xyz789",
       "company": "abc123",
       "country_code": "AF",
-      "country_id": "xyz789",
+      "country_id": "abc123",
       "custom_attributes": [CustomerAddressAttribute],
       "custom_attributesV2": [AttributeValueInterface],
       "customer_id": 987,
       "default_billing": false,
-      "default_shipping": true,
+      "default_shipping": false,
       "extension_attributes": [CustomerAddressAttribute],
-      "fax": "abc123",
+      "fax": "xyz789",
       "firstname": "xyz789",
-      "id": 987,
-      "lastname": "abc123",
-      "middlename": "abc123",
-      "postcode": "xyz789",
+      "id": 123,
+      "lastname": "xyz789",
+      "middlename": "xyz789",
+      "postcode": "abc123",
       "prefix": "abc123",
       "region": CustomerAddressRegion,
       "region_id": 123,
       "street": ["xyz789"],
-      "suffix": "abc123",
-      "telephone": "xyz789",
-      "vat_id": "abc123"
+      "suffix": "xyz789",
+      "telephone": "abc123",
+      "vat_id": "xyz789"
     }
   }
 }
@@ -11718,9 +11714,9 @@ 
Response
{
   "data": {
     "createPayflowProToken": {
-      "response_message": "abc123",
+      "response_message": "xyz789",
       "result": 987,
-      "result_code": 987,
+      "result_code": 123,
       "secure_token": "xyz789",
       "secure_token_id": "abc123"
     }
@@ -11799,11 +11795,11 @@ 
Response
{
   "data": {
     "createPaymentOrder": {
-      "amount": 123.45,
+      "amount": 987.65,
       "currency_code": "xyz789",
-      "id": "xyz789",
+      "id": "abc123",
       "mp_order_id": "abc123",
-      "status": "abc123"
+      "status": "xyz789"
     }
   }
 }
@@ -11880,7 +11876,7 @@ 
Response
"data": { "createPaypalExpressToken": { "paypal_urls": PaypalExpressUrlList, - "token": "xyz789" + "token": "abc123" } } } @@ -12045,12 +12041,12 @@
Response
"applies_to_roles": [CompanyRole], "approver_roles": [CompanyRole], "condition": PurchaseOrderApprovalRuleConditionInterface, - "created_at": "abc123", + "created_at": "xyz789", "created_by": "xyz789", "description": "xyz789", - "name": "abc123", + "name": "xyz789", "status": "ENABLED", - "uid": 4, + "uid": "4", "updated_at": "xyz789" } } @@ -12277,7 +12273,7 @@
Response
{
   "data": {
     "createVaultCardSetupToken": {
-      "setup_token": "xyz789"
+      "setup_token": "abc123"
     }
   }
 }
@@ -12412,7 +12408,7 @@ 
Query
Variables
-
{"id": 4}
+                  
{"id": "4"}
 
@@ -12485,7 +12481,7 @@
Variables
Response
-
{"data": {"deleteCompanyTeam": {"success": false}}}
+                  
{"data": {"deleteCompanyTeam": {"success": true}}}
 
@@ -12555,12 +12551,12 @@
Query
Variables
-
{"id": 4}
+                  
{"id": "4"}
 
Response
-
{"data": {"deleteCompanyUser": {"success": true}}}
+                  
{"data": {"deleteCompanyUser": {"success": false}}}
 
@@ -12695,7 +12691,7 @@
Variables
Response
-
{"data": {"deleteCompareList": {"result": true}}}
+                  
{"data": {"deleteCompareList": {"result": false}}}
 
@@ -12801,7 +12797,7 @@
Variables
Response
-
{"data": {"deleteCustomerAddress": true}}
+                  
{"data": {"deleteCustomerAddress": false}}
 
@@ -12866,7 +12862,7 @@
Variables
Response
-
{"data": {"deleteNegotiableQuoteTemplate": false}}
+                  
{"data": {"deleteNegotiableQuoteTemplate": true}}
 
@@ -13019,7 +13015,7 @@
Query
Variables
-
{"public_hash": "xyz789"}
+                  
{"public_hash": "abc123"}
 
@@ -13028,7 +13024,7 @@
Response
"data": { "deletePaymentToken": { "customerPaymentTokens": CustomerPaymentTokens, - "result": true + "result": false } } } @@ -13172,7 +13168,7 @@
Query
Variables
-
{"requisitionListUid": "4"}
+                  
{"requisitionListUid": 4}
 
@@ -13261,7 +13257,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "requisitionListItemUids": ["4"]
 }
 
@@ -13347,7 +13343,7 @@
Response
{
   "data": {
     "deleteWishlist": {
-      "status": false,
+      "status": true,
       "wishlists": [Wishlist]
     }
   }
@@ -13515,11 +13511,11 @@ 
Response
"amount": Money, "available": false, "base_amount": Money, - "carrier_code": "abc123", + "carrier_code": "xyz789", "carrier_title": "abc123", "error_message": "xyz789", - "method_code": "xyz789", - "method_title": "abc123", + "method_code": "abc123", + "method_title": "xyz789", "price_excl_tax": Money, "price_incl_tax": Money } @@ -13670,7 +13666,7 @@
Query
Variables
{
   "email": "xyz789",
-  "password": "xyz789"
+  "password": "abc123"
 }
 
@@ -13752,7 +13748,7 @@
Response
{
   "data": {
     "generateCustomerTokenAsAdmin": {
-      "customer_token": "abc123"
+      "customer_token": "xyz789"
     }
   }
 }
@@ -14019,7 +14015,7 @@ 
Query
Variables
{
-  "source_cart_id": "xyz789",
+  "source_cart_id": "abc123",
   "destination_cart_id": "abc123"
 }
 
@@ -14043,12 +14039,12 @@
Response
"gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, - "is_virtual": true, + "id": "4", + "is_virtual": false, "items": [CartItemInterface], "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": true, + "printed_card_included": false, "rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -14135,7 +14131,7 @@
Query
Variables
-
{"cartUid": 4, "giftRegistryUid": 4}
+                  
{"cartUid": "4", "giftRegistryUid": 4}
 
@@ -14237,7 +14233,7 @@
Query
Variables
{
   "sourceRequisitionListUid": 4,
-  "destinationRequisitionListUid": 4,
+  "destinationRequisitionListUid": "4",
   "requisitionListItem": MoveItemsBetweenRequisitionListsInput
 }
 
@@ -14417,8 +14413,8 @@
Query
Variables
{
-  "sourceWishlistUid": "4",
-  "destinationWishlistUid": 4,
+  "sourceWishlistUid": 4,
+  "destinationWishlistUid": "4",
   "wishlistItems": [WishlistItemMoveInput]
 }
 
@@ -14542,9 +14538,9 @@
Response
"is_min_max_qty_used": true, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 987, - "min_order_commitment": 123, - "name": "abc123", + "max_order_commitment": 123, + "min_order_commitment": 987, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -15288,7 +15284,7 @@
Query
Variables
-
{"giftRegistryUid": "4"}
+                  
{"giftRegistryUid": 4}
 
@@ -15369,7 +15365,7 @@
Query
Variables
-
{"giftRegistryUid": 4, "itemsUid": [4]}
+                  
{"giftRegistryUid": 4, "itemsUid": ["4"]}
 
@@ -15456,10 +15452,7 @@
Query
Variables
-
{
-  "giftRegistryUid": "4",
-  "registrantsUid": [4]
-}
+                  
{"giftRegistryUid": 4, "registrantsUid": [4]}
 
@@ -15720,12 +15713,12 @@
Response
"comments": [NegotiableQuoteComment], "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "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, - "name": "xyz789", + "min_order_commitment": 987, + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -15735,8 +15728,8 @@
Response
NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": "4", - "total_quantity": 123.45 + "template_id": 4, + "total_quantity": 987.65 } } } @@ -15817,7 +15810,7 @@
Response
"data": { "removeProductsFromCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], "uid": "4" } @@ -15901,7 +15894,7 @@
Query
Variables
-
{"wishlistId": "4", "wishlistItemsIds": [4]}
+                  
{"wishlistId": 4, "wishlistItemsIds": ["4"]}
 
@@ -16047,7 +16040,7 @@
Query
Variables
-
{"cartId": 4}
+                  
{"cartId": "4"}
 
@@ -16262,7 +16255,7 @@
Query
Variables
-
{"orderNumber": "abc123"}
+                  
{"orderNumber": "xyz789"}
 
@@ -16604,12 +16597,12 @@
Response
"requestNegotiableQuoteTemplateFromQuote": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "expiration_date": "xyz789", + "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "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": "xyz789", "notifications": [QuoteTemplateNotificationMessage], @@ -16622,7 +16615,7 @@
Response
], "status": "xyz789", "template_id": 4, - "total_quantity": 987.65 + "total_quantity": 123.45 } } } @@ -16685,7 +16678,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -16834,7 +16827,7 @@
Variables
Response
-
{"data": {"resendConfirmationEmail": false}}
+                  
{"data": {"resendConfirmationEmail": true}}
 
@@ -16915,15 +16908,15 @@
Query
Variables
{
-  "email": "xyz789",
-  "resetPasswordToken": "abc123",
+  "email": "abc123",
+  "resetPasswordToken": "xyz789",
   "newPassword": "xyz789"
 }
 
Response
-
{"data": {"resetPassword": true}}
+                  
{"data": {"resetPassword": false}}
 
@@ -17800,14 +17793,14 @@
Response
"setNegotiableQuoteTemplateShippingAddress": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "expiration_date": "xyz789", + "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": true, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 987, - "min_order_commitment": 987, - "name": "xyz789", + "min_order_commitment": 123, + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -17817,7 +17810,7 @@
Response
NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": 4, + "template_id": "4", "total_quantity": 123.45 } } @@ -18085,14 +18078,14 @@
Response
"setQuoteTemplateLineItemNote": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "is_min_max_qty_used": true, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 987, - "name": "abc123", + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -18102,8 +18095,8 @@
Response
NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", - "total_quantity": 123.45 + "template_id": 4, + "total_quantity": 987.65 } } } @@ -18439,14 +18432,14 @@
Response
"submitNegotiableQuoteTemplateForReview": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "expiration_date": "xyz789", + "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 987, - "min_order_commitment": 123, - "name": "abc123", + "min_order_commitment": 987, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -18455,8 +18448,8 @@
Response
"shipping_addresses": [ NegotiableQuoteShippingAddress ], - "status": "abc123", - "template_id": 4, + "status": "xyz789", + "template_id": "4", "total_quantity": 987.65 } } @@ -18522,7 +18515,7 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -18592,7 +18585,7 @@
Variables
Response
-
{"data": {"syncPaymentOrder": true}}
+                  
{"data": {"syncPaymentOrder": false}}
 
@@ -18657,7 +18650,7 @@
Variables
Response
-
{"data": {"trackViewedProduct": false}}
+                  
{"data": {"trackViewedProduct": true}}
 
@@ -19258,7 +19251,7 @@
Query
Variables
-
{"id": 123, "input": CustomerAddressInput}
+                  
{"id": 987, "input": CustomerAddressInput}
 
@@ -19266,29 +19259,29 @@
Response
{
   "data": {
     "updateCustomerAddress": {
-      "city": "abc123",
+      "city": "xyz789",
       "company": "abc123",
       "country_code": "AF",
       "country_id": "xyz789",
       "custom_attributes": [CustomerAddressAttribute],
       "custom_attributesV2": [AttributeValueInterface],
       "customer_id": 123,
-      "default_billing": false,
-      "default_shipping": false,
+      "default_billing": true,
+      "default_shipping": true,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "xyz789",
       "firstname": "xyz789",
       "id": 987,
       "lastname": "abc123",
-      "middlename": "abc123",
-      "postcode": "abc123",
-      "prefix": "xyz789",
+      "middlename": "xyz789",
+      "postcode": "xyz789",
+      "prefix": "abc123",
       "region": CustomerAddressRegion,
       "region_id": 123,
       "street": ["xyz789"],
       "suffix": "xyz789",
-      "telephone": "xyz789",
-      "vat_id": "abc123"
+      "telephone": "abc123",
+      "vat_id": "xyz789"
     }
   }
 }
@@ -19368,8 +19361,8 @@ 
Query
Variables
{
-  "email": "abc123",
-  "password": "xyz789"
+  "email": "xyz789",
+  "password": "abc123"
 }
 
@@ -19942,7 +19935,7 @@
Query
Variables
{
-  "wishlistId": 4,
+  "wishlistId": "4",
   "wishlistItems": [WishlistItemUpdateInput]
 }
 
@@ -20045,8 +20038,8 @@
Response
"applies_to_roles": [CompanyRole], "approver_roles": [CompanyRole], "condition": PurchaseOrderApprovalRuleConditionInterface, - "created_at": "xyz789", - "created_by": "abc123", + "created_at": "abc123", + "created_by": "xyz789", "description": "abc123", "name": "abc123", "status": "ENABLED", @@ -20222,7 +20215,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "requisitionListItems": [
     UpdateRequisitionListItemsInput
   ]
@@ -20323,7 +20316,7 @@ 
Query
Variables
{
   "wishlistId": "4",
-  "name": "abc123",
+  "name": "xyz789",
   "visibility": "PUBLIC"
 }
 
@@ -20333,8 +20326,8 @@
Response
{
   "data": {
     "updateWishlist": {
-      "name": "abc123",
-      "uid": "4",
+      "name": "xyz789",
+      "uid": 4,
       "visibility": "PUBLIC"
     }
   }
@@ -20457,7 +20450,7 @@ 
Fields
Example
-
{"template_id": 4}
+                  
{"template_id": "4"}
 
@@ -20505,7 +20498,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "cart_items": [BundleProductCartItemInput]
 }
 
@@ -20681,7 +20674,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "cart_items": [DownloadableProductCartItemInput]
 }
 
@@ -20787,7 +20780,7 @@
Example
GiftRegistryDynamicAttributeInput ], "email": "xyz789", - "firstname": "abc123", + "firstname": "xyz789", "lastname": "xyz789" }
@@ -20924,10 +20917,7 @@
Fields
Example
-
{
-  "products": ["4"],
-  "uid": "4"
-}
+                  
{"products": [4], "uid": "4"}
 
@@ -21161,7 +21151,7 @@
Example
{
   "cart_id": "abc123",
   "purchase_order_uid": 4,
-  "replace_existing_cart_items": true
+  "replace_existing_cart_items": false
 }
 
@@ -21372,7 +21362,10 @@
Fields
Example
-
{"comment_text": "abc123", "return_uid": 4}
+                  
{
+  "comment_text": "abc123",
+  "return_uid": "4"
+}
 
@@ -21468,7 +21461,7 @@
Example
{
   "carrier_uid": "4",
   "return_uid": "4",
-  "tracking_number": "abc123"
+  "tracking_number": "xyz789"
 }
 
@@ -21565,7 +21558,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "cart_items": [SimpleProductCartItemInput]
 }
 
@@ -21751,7 +21744,7 @@
Example
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": true, + "status": false, "wishlist": Wishlist }
@@ -21815,8 +21808,8 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "count": 987,
-  "label": "abc123",
+  "count": 123,
+  "label": "xyz789",
   "options": [AggregationOption],
   "position": 123
 }
@@ -21872,7 +21865,7 @@ 
Example
{
   "count": 987,
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -22099,10 +22092,10 @@
Fields
Example
{
   "button_styles": ButtonStyles,
-  "code": "xyz789",
+  "code": "abc123",
   "is_visible": true,
   "payment_intent": "abc123",
-  "payment_source": "abc123",
+  "payment_source": "xyz789",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
   "title": "abc123"
@@ -22160,8 +22153,8 @@ 
Fields
Example
{
-  "payment_source": "abc123",
-  "payments_order_id": "xyz789",
+  "payment_source": "xyz789",
+  "payments_order_id": "abc123",
   "paypal_order_id": "abc123"
 }
 
@@ -22262,7 +22255,7 @@
Example
"applied_balance": Money, "code": "xyz789", "current_balance": Money, - "expiration_date": "abc123" + "expiration_date": "xyz789" }
@@ -22316,7 +22309,7 @@
Example
{
   "applied_balance": Money,
   "current_balance": Money,
-  "enabled": true
+  "enabled": false
 }
 
@@ -22365,8 +22358,8 @@
Fields
Example
{
-  "cart_id": "abc123",
-  "coupon_code": "abc123"
+  "cart_id": "xyz789",
+  "coupon_code": "xyz789"
 }
 
@@ -22510,8 +22503,8 @@
Fields
Example
{
-  "cart_id": "abc123",
-  "coupon_codes": ["abc123"],
+  "cart_id": "xyz789",
+  "coupon_codes": ["xyz789"],
   "type": "APPEND"
 }
 
@@ -22562,7 +22555,7 @@
Fields
Example
{
   "cart_id": "xyz789",
-  "gift_card_code": "xyz789"
+  "gift_card_code": "abc123"
 }
 
@@ -22650,7 +22643,7 @@
Fields
Example
{
   "applied_balance": Money,
-  "code": "xyz789"
+  "code": "abc123"
 }
 
@@ -22732,7 +22725,7 @@
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -22819,7 +22812,7 @@
Fields
Example
-
{"radius": 123, "search_term": "abc123"}
+                  
{"radius": 987, "search_term": "xyz789"}
 
@@ -22932,8 +22925,8 @@
Example
{
   "attribute_code": "xyz789",
   "attribute_options": [AttributeOption],
-  "attribute_type": "xyz789",
-  "entity_type": "abc123",
+  "attribute_type": "abc123",
+  "entity_type": "xyz789",
   "input_type": "abc123",
   "storefront_properties": StorefrontProperties
 }
@@ -23114,18 +23107,18 @@ 
Fields
Example
{
-  "is_comparable": true,
-  "is_filterable": false,
-  "is_filterable_in_search": true,
+  "is_comparable": false,
+  "is_filterable": true,
+  "is_filterable_in_search": false,
   "is_html_allowed_on_front": false,
-  "is_searchable": false,
+  "is_searchable": true,
   "is_used_for_customer_segment": false,
   "is_used_for_price_rules": true,
-  "is_used_for_promo_rules": false,
-  "is_visible_in_advanced_search": true,
+  "is_used_for_promo_rules": true,
+  "is_visible_in_advanced_search": false,
   "is_visible_on_front": true,
   "is_wysiwyg_enabled": true,
-  "used_in_product_listing": false
+  "used_in_product_listing": true
 }
 
@@ -23321,8 +23314,8 @@
Fields
Example
{
-  "attribute_code": "abc123",
-  "entity_type": "abc123"
+  "attribute_code": "xyz789",
+  "entity_type": "xyz789"
 }
 
@@ -23446,13 +23439,13 @@
Fields
Example
{
   "code": 4,
-  "default_value": "abc123",
+  "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
-  "is_required": true,
+  "is_required": false,
   "is_unique": false,
-  "label": "abc123",
+  "label": "xyz789",
   "options": [CustomAttributeOptionInterface]
 }
 
@@ -23607,8 +23600,8 @@
Fields
Example
{
-  "label": "xyz789",
-  "value": "abc123"
+  "label": "abc123",
+  "value": "xyz789"
 }
 
@@ -23660,7 +23653,7 @@
Fields
Example
{
-  "is_default": false,
+  "is_default": true,
   "label": "abc123",
   "value": "abc123"
 }
@@ -23705,8 +23698,8 @@ 
Fields
Example
{
-  "label": "abc123",
-  "value": "xyz789"
+  "label": "xyz789",
+  "value": "abc123"
 }
 
@@ -23767,7 +23760,7 @@
Possible Types
Example
{
   "label": "xyz789",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -23908,9 +23901,9 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "selected_options": [AttributeInputSelectedOption],
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -24162,8 +24155,8 @@
Fields
Example
{
   "code": "xyz789",
-  "is_deferred": false,
-  "title": "xyz789"
+  "is_deferred": true,
+  "title": "abc123"
 }
 
@@ -24255,8 +24248,8 @@
Example
"amount": Money, "available": false, "base_amount": Money, - "carrier_code": "abc123", - "carrier_title": "xyz789", + "carrier_code": "xyz789", + "carrier_title": "abc123", "error_message": "xyz789", "method_code": "xyz789", "method_title": "xyz789", @@ -24375,9 +24368,9 @@
Fields
Example
{
   "address": CartAddressInput,
-  "customer_address_id": 987,
-  "same_as_shipping": false,
-  "use_for_shipping": false
+  "customer_address_id": 123,
+  "same_as_shipping": true,
+  "use_for_shipping": true
 }
 
@@ -24584,7 +24577,7 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
@@ -24595,13 +24588,13 @@ 
Example
"lastname": "abc123", "middlename": "abc123", "postcode": "xyz789", - "prefix": "xyz789", + "prefix": "abc123", "region": CartAddressRegion, "street": ["xyz789"], "suffix": "abc123", "telephone": "abc123", "uid": "xyz789", - "vat_id": "abc123" + "vat_id": "xyz789" }
@@ -24622,6 +24615,11 @@
Description
+
+
Example
+
true
+
+
back to top @@ -24717,8 +24715,8 @@
Fields
Example
{
-  "device_data": "abc123",
-  "is_active_payment_token_enabler": false,
+  "device_data": "xyz789",
+  "is_active_payment_token_enabler": true,
   "payment_method_nonce": "abc123"
 }
 
@@ -24766,7 +24764,7 @@
Fields
Example
{
-  "device_data": "xyz789",
+  "device_data": "abc123",
   "public_hash": "xyz789"
 }
 
@@ -24835,11 +24833,11 @@
Fields
Example
{
-  "category_id": 123,
+  "category_id": 987,
   "category_level": 123,
   "category_name": "xyz789",
   "category_uid": 4,
-  "category_url_key": "xyz789",
+  "category_url_key": "abc123",
   "category_url_path": "abc123"
 }
 
@@ -24976,16 +24974,16 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "abc123", - "is_available": false, - "max_qty": 123.45, - "min_qty": 123.45, - "not_available_message": "abc123", + "id": "xyz789", + "is_available": true, + "max_qty": 987.65, + "min_qty": 987.65, + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": 4 }
@@ -25065,12 +25063,12 @@
Example
{
   "bundle_options": [ItemSelectedBundleOption],
   "discounts": [Discount],
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "quantity_refunded": 987.65
+  "quantity_refunded": 123.45
 }
 
@@ -25151,10 +25149,10 @@
Example
"discounts": [Discount], "id": "4", "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_invoiced": 123.45 + "product_sku": "xyz789", + "quantity_invoiced": 987.65 }
@@ -25237,15 +25235,15 @@
Fields
Example
{
-  "option_id": 123,
+  "option_id": 987,
   "options": [BundleItemOption],
-  "position": 987,
+  "position": 123,
   "price_range": PriceRange,
   "required": false,
-  "sku": "xyz789",
+  "sku": "abc123",
   "title": "abc123",
   "type": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -25343,13 +25341,13 @@
Example
"id": 123, "is_default": true, "label": "abc123", - "position": 987, - "price": 987.65, + "position": 123, + "price": 123.45, "price_type": "FIXED", "product": ProductInterface, - "qty": 987.65, - "quantity": 987.65, - "uid": 4 + "qty": 123.45, + "quantity": 123.45, + "uid": "4" }
@@ -25404,8 +25402,8 @@
Fields
Example
{
-  "id": 987,
-  "quantity": 123.45,
+  "id": 123,
+  "quantity": 987.65,
   "value": ["xyz789"]
 }
 
@@ -25569,24 +25567,24 @@
Example
"entered_options": [OrderItemOption], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": 4, - "parent_sku": "abc123", + "id": "4", + "parent_sku": "xyz789", "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "abc123", - "product_url_key": "abc123", - "quantity_canceled": 123.45, + "product_type": "xyz789", + "product_url_key": "xyz789", + "quantity_canceled": 987.65, "quantity_invoiced": 123.45, "quantity_ordered": 123.45, "quantity_refunded": 987.65, - "quantity_return_requested": 987.65, - "quantity_returned": 987.65, + "quantity_return_requested": 123.45, + "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -26173,26 +26171,26 @@
currentPage
Example
{
-  "activity": "xyz789",
-  "attribute_set_id": 987,
+  "activity": "abc123",
+  "attribute_set_id": 123,
   "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "category_gear": "xyz789",
-  "climate": "xyz789",
-  "collar": "xyz789",
+  "category_gear": "abc123",
+  "climate": "abc123",
+  "collar": "abc123",
   "color": 987,
-  "country_of_manufacture": "abc123",
+  "country_of_manufacture": "xyz789",
   "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "dynamic_price": false,
-  "dynamic_sku": false,
+  "dynamic_sku": true,
   "dynamic_weight": false,
   "eco_collection": 987,
-  "erin_recommends": 987,
-  "features_bags": "xyz789",
-  "format": 987,
+  "erin_recommends": 123,
+  "features_bags": "abc123",
+  "format": 123,
   "gender": "abc123",
   "gift_message_available": false,
   "gift_wrapping_available": true,
@@ -26201,58 +26199,58 @@ 
Example
"image": ProductImage, "is_returnable": "xyz789", "items": [BundleItem], - "manufacturer": 987, + "manufacturer": 123, "material": "abc123", "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "meta_description": "xyz789", - "meta_keyword": "xyz789", - "meta_title": "abc123", + "meta_description": "abc123", + "meta_keyword": "abc123", + "meta_title": "xyz789", "min_sale_qty": 123.45, "name": "xyz789", - "new": 123, - "new_from_date": "xyz789", - "new_to_date": "abc123", + "new": 987, + "new_from_date": "abc123", + "new_to_date": "xyz789", "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "options_container": "abc123", - "pattern": "xyz789", - "performance_fabric": 123, + "options_container": "xyz789", + "pattern": "abc123", + "performance_fabric": 987, "price": ProductPrices, "price_details": PriceDetails, "price_range": PriceRange, "price_tiers": [TierPrice], "price_view": "PRICE_RANGE", "product_links": [ProductLinksInterface], - "purpose": 123, + "purpose": 987, "quantity": 123.45, - "rating_summary": 123.45, - "redirect_code": 987, + "rating_summary": 987.65, + "redirect_code": 123, "related_products": [ProductInterface], - "relative_url": "xyz789", + "relative_url": "abc123", "review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], "sale": 987, "ship_bundle_items": "TOGETHER", "short_description": ComplexTextValue, - "size": 123, - "sku": "abc123", - "sleeve": "abc123", + "size": 987, + "sku": "xyz789", + "sleeve": "xyz789", "small_image": ProductImage, "special_from_date": "xyz789", - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "xyz789", - "staged": true, + "staged": false, "stock_status": "IN_STOCK", - "strap_bags": "abc123", + "strap_bags": "xyz789", "style_bags": "abc123", - "style_bottom": "abc123", - "style_general": "abc123", + "style_bottom": "xyz789", + "style_general": "xyz789", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "xyz789", @@ -26262,7 +26260,7 @@
Example
"url_key": "abc123", "url_path": "xyz789", "url_rewrites": [UrlRewrite], - "url_suffix": "abc123", + "url_suffix": "xyz789", "websites": [Website], "weight": 987.65 } @@ -26386,7 +26384,7 @@
Example
"bundle_options": [SelectedBundleOption], "customizable_options": [SelectedCustomizableOption], "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": 4 }
@@ -26462,7 +26460,7 @@
Example
"bundle_options": [ItemSelectedBundleOption], "id": "4", "order_item": OrderItemInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", "quantity_shipped": 987.65 @@ -26537,13 +26535,13 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "bundle_options": [SelectedBundleOption],
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
-  "id": 4,
+  "description": "abc123",
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -26612,11 +26610,11 @@
Fields
Example
{
   "color": "xyz789",
-  "height": 123,
+  "height": 987,
   "label": "abc123",
   "layout": "abc123",
-  "shape": "abc123",
-  "tagline": false,
+  "shape": "xyz789",
+  "tagline": true,
   "use_default_height": true
 }
 
@@ -26667,7 +26665,7 @@
Fields
Example
{
   "cancellation_comment": "abc123",
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -26711,7 +26709,7 @@
Fields
Example
{
   "code": "ORDER_CANCELLATION_DISABLED",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
@@ -26887,7 +26885,7 @@
Fields
Example
{
-  "error": "xyz789",
+  "error": "abc123",
   "errorV2": CancelOrderError,
   "order": CustomerOrder
 }
@@ -26988,7 +26986,7 @@ 
Example
"card_expiry_month": "abc123", "card_expiry_year": "abc123", "last_digits": "xyz789", - "name": "abc123" + "name": "xyz789" }
@@ -27025,7 +27023,7 @@
Fields
Example
-
{"bin": "xyz789"}
+                  
{"bin": "abc123"}
 
@@ -27127,7 +27125,7 @@
Fields
Example
{
   "brand": "xyz789",
-  "expiry": "abc123",
+  "expiry": "xyz789",
   "last_digits": "xyz789"
 }
 
@@ -27308,12 +27306,12 @@
Example
"available_gift_wrappings": [GiftWrapping], "available_payment_methods": [AvailablePaymentMethod], "billing_address": BillingCartAddress, - "email": "abc123", + "email": "xyz789", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, - "is_virtual": true, + "id": "4", + "is_virtual": false, "items": [CartItemInterface], "itemsV2": CartItems, "prices": CartPrices, @@ -27321,7 +27319,7 @@
Example
"rules": [CartRule], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], - "total_quantity": 123.45 + "total_quantity": 987.65 }
@@ -27368,8 +27366,8 @@
Fields
Example
{
-  "code": "abc123",
-  "label": "xyz789"
+  "code": "xyz789",
+  "label": "abc123"
 }
 
@@ -27508,23 +27506,23 @@
Fields
Example
{
-  "city": "xyz789",
-  "company": "abc123",
+  "city": "abc123",
+  "company": "xyz789",
   "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
   "fax": "xyz789",
-  "firstname": "abc123",
-  "lastname": "xyz789",
-  "middlename": "abc123",
-  "postcode": "abc123",
-  "prefix": "abc123",
+  "firstname": "xyz789",
+  "lastname": "abc123",
+  "middlename": "xyz789",
+  "postcode": "xyz789",
+  "prefix": "xyz789",
   "region": "xyz789",
-  "region_id": 987,
-  "save_in_address_book": false,
+  "region_id": 123,
+  "save_in_address_book": true,
   "street": ["abc123"],
-  "suffix": "xyz789",
-  "telephone": "abc123",
-  "vat_id": "abc123"
+  "suffix": "abc123",
+  "telephone": "xyz789",
+  "vat_id": "xyz789"
 }
 
@@ -27665,22 +27663,22 @@
Possible Types
Example
{
   "city": "abc123",
-  "company": "xyz789",
+  "company": "abc123",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "fax": "abc123",
+  "fax": "xyz789",
   "firstname": "xyz789",
-  "id": 123,
+  "id": 987,
   "lastname": "abc123",
   "middlename": "abc123",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "prefix": "abc123",
   "region": CartAddressRegion,
   "street": ["abc123"],
   "suffix": "abc123",
   "telephone": "abc123",
-  "uid": "abc123",
-  "vat_id": "xyz789"
+  "uid": "xyz789",
+  "vat_id": "abc123"
 }
 
@@ -27732,9 +27730,9 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "label": "xyz789",
-  "region_id": 987
+  "region_id": 123
 }
 
@@ -27782,7 +27780,7 @@
Fields
Example
{
   "amount": Money,
-  "label": ["abc123"]
+  "label": ["xyz789"]
 }
 
@@ -27869,7 +27867,7 @@
Fields
Example
-
{"code": "UNDEFINED", "message": "abc123"}
+                  
{"code": "UNDEFINED", "message": "xyz789"}
 
@@ -27988,10 +27986,10 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "xyz789",
-  "quantity": 987.65,
-  "selected_options": ["4"],
-  "sku": "xyz789"
+  "parent_sku": "abc123",
+  "quantity": 123.45,
+  "selected_options": [4],
+  "sku": "abc123"
 }
 
@@ -28148,7 +28146,7 @@
Example
"note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": 4 }
@@ -28301,7 +28299,7 @@
Fields
Example
-
{"cart_item_id": 123, "quantity": 987.65}
+                  
{"cart_item_id": 123, "quantity": 123.45}
 
@@ -28353,8 +28351,8 @@
Fields
Example
{
   "type": "FIXED",
-  "units": "xyz789",
-  "value": 987.65
+  "units": "abc123",
+  "value": 123.45
 }
 
@@ -28427,11 +28425,11 @@
Fields
Example
{
-  "cart_item_id": 987,
+  "cart_item_id": 123,
   "cart_item_uid": "4",
   "customizable_options": [CustomizableOptionInput],
   "gift_message": GiftMessageInput,
-  "gift_wrapping_id": 4,
+  "gift_wrapping_id": "4",
   "quantity": 123.45
 }
 
@@ -28611,7 +28609,7 @@
Fields
Example
-
{"name": "xyz789"}
+                  
{"name": "abc123"}
 
@@ -29027,29 +29025,29 @@
Fields
Example
{
   "apply_to": ["SIMPLE"],
-  "code": "4",
-  "default_value": "abc123",
+  "code": 4,
+  "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
   "is_comparable": false,
   "is_filterable": false,
-  "is_filterable_in_search": true,
+  "is_filterable_in_search": false,
   "is_html_allowed_on_front": true,
-  "is_required": true,
-  "is_searchable": true,
+  "is_required": false,
+  "is_searchable": false,
   "is_unique": false,
   "is_used_for_price_rules": true,
   "is_used_for_promo_rules": true,
   "is_visible_in_advanced_search": false,
-  "is_visible_on_front": true,
-  "is_wysiwyg_enabled": true,
-  "label": "abc123",
+  "is_visible_on_front": false,
+  "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
+  "used_in_product_listing": false
 }
 
@@ -29086,7 +29084,7 @@
Fields
Example
-
{"name": "abc123"}
+                  
{"name": "xyz789"}
 
@@ -29429,39 +29427,39 @@
Possible Types
Example
{
-  "automatic_sorting": "xyz789",
+  "automatic_sorting": "abc123",
   "available_sort_by": ["abc123"],
   "breadcrumbs": [Breadcrumb],
   "canonical_url": "xyz789",
-  "children_count": "xyz789",
+  "children_count": "abc123",
   "cms_block": CmsBlock,
-  "created_at": "xyz789",
-  "custom_layout_update_file": "xyz789",
-  "default_sort_by": "xyz789",
+  "created_at": "abc123",
+  "custom_layout_update_file": "abc123",
+  "default_sort_by": "abc123",
   "description": "xyz789",
-  "display_mode": "xyz789",
-  "filter_price_range": 123.45,
+  "display_mode": "abc123",
+  "filter_price_range": 987.65,
   "id": 987,
   "image": "abc123",
-  "include_in_menu": 123,
-  "is_anchor": 987,
-  "landing_page": 987,
-  "level": 123,
+  "include_in_menu": 987,
+  "is_anchor": 123,
+  "landing_page": 123,
+  "level": 987,
   "meta_description": "xyz789",
   "meta_keywords": "abc123",
   "meta_title": "abc123",
   "name": "abc123",
   "path": "abc123",
-  "path_in_store": "abc123",
-  "position": 123,
-  "product_count": 123,
+  "path_in_store": "xyz789",
+  "position": 987,
+  "product_count": 987,
   "products": CategoryProducts,
   "staged": false,
   "uid": "4",
-  "updated_at": "xyz789",
+  "updated_at": "abc123",
   "url_key": "abc123",
   "url_path": "xyz789",
-  "url_suffix": "abc123"
+  "url_suffix": "xyz789"
 }
 
@@ -29515,7 +29513,7 @@
Example
{
   "items": [ProductInterface],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -29569,7 +29567,7 @@
Example
{
   "items": [CategoryTree],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -29831,41 +29829,41 @@
sort
Example
{
-  "automatic_sorting": "xyz789",
+  "automatic_sorting": "abc123",
   "available_sort_by": ["abc123"],
   "breadcrumbs": [Breadcrumb],
   "canonical_url": "xyz789",
   "children": [CategoryTree],
-  "children_count": "xyz789",
+  "children_count": "abc123",
   "cms_block": CmsBlock,
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "custom_layout_update_file": "abc123",
   "default_sort_by": "xyz789",
   "description": "abc123",
   "display_mode": "xyz789",
-  "filter_price_range": 987.65,
+  "filter_price_range": 123.45,
   "id": 123,
-  "image": "xyz789",
-  "include_in_menu": 123,
+  "image": "abc123",
+  "include_in_menu": 987,
   "is_anchor": 123,
   "landing_page": 123,
-  "level": 123,
+  "level": 987,
   "meta_description": "xyz789",
-  "meta_keywords": "abc123",
-  "meta_title": "abc123",
+  "meta_keywords": "xyz789",
+  "meta_title": "xyz789",
   "name": "xyz789",
-  "path": "xyz789",
-  "path_in_store": "xyz789",
+  "path": "abc123",
+  "path_in_store": "abc123",
   "position": 987,
-  "product_count": 987,
+  "product_count": 123,
   "products": CategoryProducts,
   "redirect_code": 123,
-  "relative_url": "abc123",
-  "staged": false,
+  "relative_url": "xyz789",
+  "staged": true,
   "type": "CMS_PAGE",
   "uid": 4,
   "updated_at": "abc123",
-  "url_key": "xyz789",
+  "url_key": "abc123",
   "url_path": "abc123",
   "url_suffix": "abc123"
 }
@@ -29939,10 +29937,10 @@ 
Fields
Example
{
-  "agreement_id": 123,
+  "agreement_id": 987,
   "checkbox_text": "abc123",
-  "content": "abc123",
-  "content_height": "xyz789",
+  "content": "xyz789",
+  "content_height": "abc123",
   "is_html": false,
   "mode": "AUTO",
   "name": "xyz789"
@@ -30045,7 +30043,7 @@ 
Fields
Example
{
   "code": "REORDER_NOT_AVAILABLE",
-  "message": "xyz789",
+  "message": "abc123",
   "path": ["xyz789"]
 }
 
@@ -30158,7 +30156,7 @@
Fields
Example
-
{"message": "xyz789", "type": "NOT_FOUND"}
+                  
{"message": "abc123", "type": "NOT_FOUND"}
 
@@ -30351,7 +30349,7 @@
Fields
Example
-
{"cart": Cart, "status": true}
+                  
{"cart": Cart, "status": false}
 
@@ -30443,7 +30441,7 @@
Fields
Example
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -30670,7 +30668,7 @@
Example
{
   "content": "xyz789",
   "identifier": "abc123",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -30807,18 +30805,18 @@
Fields
Example
{
-  "content": "abc123",
+  "content": "xyz789",
   "content_heading": "abc123",
-  "identifier": "xyz789",
-  "meta_description": "abc123",
+  "identifier": "abc123",
+  "meta_description": "xyz789",
   "meta_keywords": "abc123",
-  "meta_title": "xyz789",
-  "page_layout": "xyz789",
+  "meta_title": "abc123",
+  "page_layout": "abc123",
   "redirect_code": 987,
   "relative_url": "xyz789",
   "title": "abc123",
   "type": "CMS_PAGE",
-  "url_key": "abc123"
+  "url_key": "xyz789"
 }
 
@@ -31201,12 +31199,12 @@
Example
"credit": CompanyCredit, "credit_history": CompanyCreditHistory, "email": "xyz789", - "id": "4", + "id": 4, "legal_address": CompanyLegalAddress, "legal_name": "xyz789", "name": "xyz789", "payment_methods": ["xyz789"], - "reseller_id": "xyz789", + "reseller_id": "abc123", "role": CompanyRole, "roles": CompanyRoles, "sales_representative": CompanySalesRepresentative, @@ -31214,7 +31212,7 @@
Example
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "abc123" + "vat_tax_id": "xyz789" }
@@ -31354,12 +31352,12 @@
Fields
Example
{
   "custom_attributes": [AttributeValueInput],
-  "email": "abc123",
-  "firstname": "xyz789",
-  "gender": 123,
-  "job_title": "abc123",
+  "email": "xyz789",
+  "firstname": "abc123",
+  "gender": 987,
+  "job_title": "xyz789",
   "lastname": "abc123",
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -31411,9 +31409,9 @@
Fields
Example
{
-  "id": 4,
-  "legal_name": "xyz789",
-  "name": "abc123"
+  "id": "4",
+  "legal_name": "abc123",
+  "name": "xyz789"
 }
 
@@ -31493,11 +31491,11 @@
Fields
Example
{
   "company_admin": CompanyAdminInput,
-  "company_email": "xyz789",
-  "company_name": "abc123",
+  "company_email": "abc123",
+  "company_name": "xyz789",
   "legal_address": CompanyLegalAddressCreateInput,
-  "legal_name": "xyz789",
-  "reseller_id": "xyz789",
+  "legal_name": "abc123",
+  "reseller_id": "abc123",
   "vat_tax_id": "xyz789"
 }
 
@@ -31661,7 +31659,7 @@
Fields
Example
{
-  "custom_reference_number": "xyz789",
+  "custom_reference_number": "abc123",
   "operation_type": "ALLOCATION",
   "updated_by": "xyz789"
 }
@@ -31953,7 +31951,7 @@ 
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "role_id": 4,
   "user": CompanyInvitationUserInput
 }
@@ -32062,9 +32060,9 @@ 
Fields
Example
{
-  "company_id": 4,
+  "company_id": "4",
   "customer_id": 4,
-  "job_title": "abc123",
+  "job_title": "xyz789",
   "status": "ACTIVE",
   "telephone": "abc123"
 }
@@ -32137,7 +32135,7 @@ 
Example
"country_code": "AF", "postcode": "xyz789", "region": CustomerAddressRegion, - "street": ["xyz789"], + "street": ["abc123"], "telephone": "xyz789" }
@@ -32213,10 +32211,10 @@
Example
{
   "city": "xyz789",
   "country_id": "AF",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": CustomerAddressRegionInput,
-  "street": ["abc123"],
-  "telephone": "xyz789"
+  "street": ["xyz789"],
+  "telephone": "abc123"
 }
 
@@ -32289,11 +32287,11 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "country_id": "AF",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": CustomerAddressRegionInput,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "telephone": "abc123"
 }
 
@@ -32352,9 +32350,9 @@
Fields
Example
{
   "id": "4",
-  "name": "xyz789",
+  "name": "abc123",
   "permissions": [CompanyAclResource],
-  "users_count": 123
+  "users_count": 987
 }
 
@@ -32460,7 +32458,7 @@
Fields
Example
{
   "id": "4",
-  "name": "xyz789",
+  "name": "abc123",
   "permissions": ["abc123"]
 }
 
@@ -32515,7 +32513,7 @@
Example
{
   "items": [CompanyRole],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -32700,11 +32698,7 @@
Fields
Example
-
{
-  "entity": CompanyTeam,
-  "id": "4",
-  "parent_id": 4
-}
+                  
{"entity": CompanyTeam, "id": 4, "parent_id": 4}
 
@@ -32751,7 +32745,7 @@
Fields
Example
-
{"parent_tree_id": "4", "tree_id": 4}
+                  
{"parent_tree_id": 4, "tree_id": "4"}
 
@@ -32808,8 +32802,8 @@
Fields
Example
{
   "description": "xyz789",
-  "id": 4,
-  "name": "xyz789",
+  "id": "4",
+  "name": "abc123",
   "structure_id": "4"
 }
 
@@ -32866,8 +32860,8 @@
Fields
Example
{
   "description": "xyz789",
-  "name": "xyz789",
-  "target_id": "4"
+  "name": "abc123",
+  "target_id": 4
 }
 
@@ -32922,9 +32916,9 @@
Fields
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "id": "4",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -33000,8 +32994,8 @@
Example
"company_email": "abc123", "company_name": "xyz789", "legal_address": CompanyLegalAddressUpdateInput, - "legal_name": "abc123", - "reseller_id": "xyz789", + "legal_name": "xyz789", + "reseller_id": "abc123", "vat_tax_id": "abc123" }
@@ -33087,13 +33081,13 @@
Fields
Example
{
-  "email": "abc123",
-  "firstname": "xyz789",
-  "job_title": "abc123",
-  "lastname": "xyz789",
+  "email": "xyz789",
+  "firstname": "abc123",
+  "job_title": "xyz789",
+  "lastname": "abc123",
   "role_id": 4,
   "status": "ACTIVE",
-  "target_id": "4",
+  "target_id": 4,
   "telephone": "xyz789"
 }
 
@@ -33228,12 +33222,12 @@
Example
{
   "email": "xyz789",
   "firstname": "xyz789",
-  "id": 4,
-  "job_title": "xyz789",
-  "lastname": "abc123",
+  "id": "4",
+  "job_title": "abc123",
+  "lastname": "xyz789",
   "role_id": 4,
   "status": "ACTIVE",
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -33376,7 +33370,7 @@
Fields
Example
{
   "code": "abc123",
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -33488,7 +33482,7 @@
Fields
Example
{
   "attributes": [ComparableAttribute],
-  "item_count": 987,
+  "item_count": 123,
   "items": [ComparableItem],
   "uid": "4"
 }
@@ -33527,7 +33521,7 @@ 
Fields
Example
-
{"html": "abc123"}
+                  
{"html": "xyz789"}
 
@@ -33583,7 +33577,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "label": "xyz789",
   "uid": "4",
   "value_index": 987
@@ -33728,11 +33722,11 @@ 
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "xyz789", + "id": "abc123", "is_available": false, "max_qty": 987.65, "min_qty": 123.45, - "not_available_message": "abc123", + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, @@ -33786,7 +33780,7 @@
Fields
Example
{
   "attribute_code": "abc123",
-  "option_value_uids": [4]
+  "option_value_uids": ["4"]
 }
 
@@ -33935,7 +33929,7 @@
Fields
Example
{
   "discounts": [Discount],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
@@ -33946,15 +33940,15 @@ 
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "xyz789", + "product_type": "abc123", "product_url_key": "abc123", "quantity_canceled": 987.65, - "quantity_invoiced": 987.65, - "quantity_ordered": 987.65, + "quantity_invoiced": 123.45, + "quantity_ordered": 123.45, "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, + "quantity_return_requested": 123.45, "quantity_returned": 987.65, - "quantity_shipped": 123.45, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], "status": "xyz789" } @@ -34538,12 +34532,12 @@
Example
{
   "activity": "xyz789",
   "attribute_set_id": 123,
-  "canonical_url": "xyz789",
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "category_gear": "xyz789",
-  "climate": "abc123",
-  "collar": "xyz789",
-  "color": 987,
+  "climate": "xyz789",
+  "collar": "abc123",
+  "color": 123,
   "configurable_options": [ConfigurableProductOptions],
   "configurable_product_options_selection": ConfigurableProductOptionsSelection,
   "country_of_manufacture": "xyz789",
@@ -34551,79 +34545,79 @@ 
Example
"crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, - "eco_collection": 987, - "erin_recommends": 123, + "eco_collection": 123, + "erin_recommends": 987, "features_bags": "xyz789", - "format": 123, + "format": 987, "gender": "abc123", "gift_message_available": false, "gift_wrapping_available": true, "gift_wrapping_price": Money, - "id": 123, + "id": 987, "image": ProductImage, "is_returnable": "xyz789", - "manufacturer": 123, - "material": "xyz789", - "max_sale_qty": 123.45, + "manufacturer": 987, + "material": "abc123", + "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], "meta_description": "xyz789", "meta_keyword": "abc123", - "meta_title": "abc123", - "min_sale_qty": 123.45, + "meta_title": "xyz789", + "min_sale_qty": 987.65, "name": "abc123", "new": 123, - "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", + "options_container": "abc123", "pattern": "abc123", "performance_fabric": 987, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 987, - "quantity": 987.65, - "rating_summary": 987.65, + "purpose": 123, + "quantity": 123.45, + "rating_summary": 123.45, "redirect_code": 987, "related_products": [ProductInterface], - "relative_url": "abc123", - "review_count": 987, + "relative_url": "xyz789", + "review_count": 123, "reviews": ProductReviews, "rules": [CatalogRule], - "sale": 987, + "sale": 123, "short_description": ComplexTextValue, - "size": 987, + "size": 123, "sku": "xyz789", "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "abc123", + "special_from_date": "xyz789", "special_price": 123.45, "special_to_date": "xyz789", "staged": true, "stock_status": "IN_STOCK", - "strap_bags": "abc123", - "style_bags": "xyz789", - "style_bottom": "abc123", + "strap_bags": "xyz789", + "style_bags": "abc123", + "style_bottom": "xyz789", "style_general": "abc123", "swatch_image": "xyz789", "thumbnail": ProductImage, - "tier_price": 123.45, + "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", - "uid": "4", + "uid": 4, "updated_at": "xyz789", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "abc123", + "url_key": "abc123", + "url_path": "xyz789", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "variants": [ConfigurableVariant], "websites": [Website], - "weight": 987.65 + "weight": 123.45 }
@@ -34741,9 +34735,9 @@
Fields
Example
{
-  "attribute_code": "abc123",
-  "label": "abc123",
-  "uid": 4,
+  "attribute_code": "xyz789",
+  "label": "xyz789",
+  "uid": "4",
   "values": [ConfigurableProductOptionValue]
 }
 
@@ -34807,8 +34801,8 @@
Fields
Example
{
   "is_available": false,
-  "is_use_default": true,
-  "label": "xyz789",
+  "is_use_default": false,
+  "label": "abc123",
   "swatch": SwatchDataInterface,
   "uid": 4
 }
@@ -34915,7 +34909,7 @@ 
Example
"position": 987, "product_id": 123, "uid": 4, - "use_default": false, + "use_default": true, "values": [ConfigurableProductOptionsValues] }
@@ -35053,10 +35047,10 @@
Example
{
   "default_label": "abc123",
   "label": "abc123",
-  "store_label": "abc123",
+  "store_label": "xyz789",
   "swatch_data": SwatchDataInterface,
   "uid": "4",
-  "use_default_value": false,
+  "use_default_value": true,
   "value_index": 987
 }
 
@@ -35260,9 +35254,9 @@
Example
"configured_variant": ProductInterface, "customizable_options": [SelectedCustomizableOption], "description": "abc123", - "id": 4, + "id": "4", "product": ProductInterface, - "quantity": 987.65 + "quantity": 123.45 }
@@ -35307,7 +35301,7 @@
Fields
Example
{
-  "confirmation_key": "xyz789",
+  "confirmation_key": "abc123",
   "order_id": 4
 }
 
@@ -35357,8 +35351,8 @@
Fields
Example
{
-  "confirmation_key": "abc123",
-  "email": "xyz789"
+  "confirmation_key": "xyz789",
+  "email": "abc123"
 }
 
@@ -35403,7 +35397,7 @@
Fields
Example
{
-  "confirmation_key": "abc123",
+  "confirmation_key": "xyz789",
   "order_id": "4"
 }
 
@@ -35511,7 +35505,7 @@
Example
"comment": "xyz789", "email": "xyz789", "name": "abc123", - "telephone": "abc123" + "telephone": "xyz789" }
@@ -35552,7 +35546,7 @@
Fields
Example
-
{"status": false}
+                  
{"status": true}
 
@@ -35593,7 +35587,7 @@
Fields
Example
-
{"requisitionListItemUids": [4]}
+                  
{"requisitionListItemUids": ["4"]}
 
@@ -35750,11 +35744,11 @@
Fields
Example
{
   "available_regions": [Region],
-  "full_name_english": "xyz789",
+  "full_name_english": "abc123",
   "full_name_locale": "abc123",
-  "id": "abc123",
-  "three_letter_abbreviation": "abc123",
-  "two_letter_abbreviation": "abc123"
+  "id": "xyz789",
+  "three_letter_abbreviation": "xyz789",
+  "two_letter_abbreviation": "xyz789"
 }
 
@@ -37461,7 +37455,7 @@
Fields
Example
-
{"products": [4]}
+                  
{"products": ["4"]}
 
@@ -37549,7 +37543,7 @@
Example
GiftRegistryDynamicAttributeInput ], "event_name": "xyz789", - "gift_registry_type_uid": 4, + "gift_registry_type_uid": "4", "message": "abc123", "privacy_settings": "PRIVATE", "registrants": [AddGiftRegistryRegistrantInput], @@ -37632,7 +37626,7 @@
Fields
Example
-
{"cart_uid": 4}
+                  
{"cart_uid": "4"}
 
@@ -37729,11 +37723,11 @@
Fields
Example
{
-  "response_message": "abc123",
-  "result": 123,
+  "response_message": "xyz789",
+  "result": 987,
   "result_code": 123,
-  "secure_token": "abc123",
-  "secure_token_id": "xyz789"
+  "secure_token": "xyz789",
+  "secure_token_id": "abc123"
 }
 
@@ -37800,10 +37794,10 @@
Fields
Example
{
-  "cartId": "xyz789",
+  "cartId": "abc123",
   "location": "PRODUCT_DETAIL",
-  "methodCode": "xyz789",
-  "paymentSource": "xyz789",
+  "methodCode": "abc123",
+  "paymentSource": "abc123",
   "vaultIntent": true
 }
 
@@ -37866,10 +37860,10 @@
Fields
Example
{
-  "amount": 987.65,
+  "amount": 123.45,
   "currency_code": "abc123",
   "id": "xyz789",
-  "mp_order_id": "xyz789",
+  "mp_order_id": "abc123",
   "status": "xyz789"
 }
 
@@ -37940,7 +37934,7 @@
Example
"nickname": "abc123", "ratings": [ProductReviewRatingInput], "sku": "xyz789", - "summary": "abc123", + "summary": "xyz789", "text": "xyz789" }
@@ -38092,7 +38086,7 @@
Example
"amount": CreatePurchaseOrderApprovalRuleConditionAmountInput, "attribute": "GRAND_TOTAL", "operator": "MORE_THAN", - "quantity": 123 + "quantity": 987 }
@@ -38141,8 +38135,8 @@
Fields
Example
{
-  "description": "abc123",
-  "name": "xyz789"
+  "description": "xyz789",
+  "name": "abc123"
 }
 
@@ -38231,8 +38225,8 @@
Fields
Example
{
-  "card_description": "xyz789",
-  "setup_token_id": "xyz789"
+  "card_description": "abc123",
+  "setup_token_id": "abc123"
 }
 
@@ -38371,7 +38365,7 @@
Fields
Example
-
{"setup_token": "xyz789"}
+                  
{"setup_token": "abc123"}
 
@@ -38418,7 +38412,7 @@
Fields
Example
-
{"name": "xyz789", "visibility": "PUBLIC"}
+                  
{"name": "abc123", "visibility": "PUBLIC"}
 
@@ -38518,10 +38512,10 @@
Fields
Example
{
-  "cc_exp_month": 987,
-  "cc_exp_year": 987,
-  "cc_last_4": 123,
-  "cc_type": "abc123"
+  "cc_exp_month": 123,
+  "cc_exp_year": 123,
+  "cc_last_4": 987,
+  "cc_type": "xyz789"
 }
 
@@ -38656,7 +38650,7 @@
Fields
Example
{
   "discounts": [Discount],
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
@@ -38766,12 +38760,12 @@ 
Possible Types
Example
{
   "discounts": [Discount],
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "quantity_refunded": 123.45
+  "product_sku": "xyz789",
+  "quantity_refunded": 987.65
 }
 
@@ -38942,8 +38936,8 @@
Example
"base_currency_code": "abc123", "base_currency_symbol": "xyz789", "default_display_currecy_code": "xyz789", - "default_display_currecy_symbol": "abc123", - "default_display_currency_code": "abc123", + "default_display_currecy_symbol": "xyz789", + "default_display_currency_code": "xyz789", "default_display_currency_symbol": "abc123", "exchange_rates": [ExchangeRate] } @@ -40329,8 +40323,8 @@
Example
"entity_type": "CATALOG_PRODUCT", "frontend_class": "xyz789", "frontend_input": "BOOLEAN", - "is_required": true, - "is_unique": false, + "is_required": false, + "is_unique": true, "label": "abc123", "options": [CustomAttributeOptionInterface] } @@ -40397,8 +40391,8 @@
Possible Types
Example
{
-  "is_default": true,
-  "label": "abc123",
+  "is_default": false,
+  "label": "xyz789",
   "value": "xyz789"
 }
 
@@ -40958,22 +40952,22 @@
Example
"confirmation_status": "ACCOUNT_CONFIRMED", "created_at": "xyz789", "custom_attributes": [AttributeValueInterface], - "date_of_birth": "abc123", - "default_billing": "abc123", + "date_of_birth": "xyz789", + "default_billing": "xyz789", "default_shipping": "xyz789", - "dob": "xyz789", + "dob": "abc123", "email": "abc123", - "firstname": "xyz789", + "firstname": "abc123", "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroup, - "group_id": 123, - "id": 123, - "is_subscribed": true, + "group_id": 987, + "id": 987, + "is_subscribed": false, "job_title": "xyz789", "lastname": "abc123", - "middlename": "abc123", + "middlename": "xyz789", "orders": CustomerOrders, "prefix": "abc123", "purchase_order": PurchaseOrder, @@ -40991,7 +40985,7 @@
Example
"segments": [CustomerSegment], "status": "ACTIVE", "store_credit": CustomerStoreCredit, - "structure_id": 4, + "structure_id": "4", "suffix": "abc123", "taxvat": "xyz789", "team": CompanyTeam, @@ -41170,24 +41164,24 @@
Example
"city": "abc123", "company": "abc123", "country_code": "AF", - "country_id": "xyz789", + "country_id": "abc123", "custom_attributes": [CustomerAddressAttribute], "custom_attributesV2": [AttributeValueInterface], - "customer_id": 987, - "default_billing": true, - "default_shipping": false, + "customer_id": 123, + "default_billing": false, + "default_shipping": true, "extension_attributes": [CustomerAddressAttribute], "fax": "xyz789", - "firstname": "xyz789", - "id": 987, - "lastname": "xyz789", + "firstname": "abc123", + "id": 123, + "lastname": "abc123", "middlename": "abc123", - "postcode": "xyz789", + "postcode": "abc123", "prefix": "abc123", "region": CustomerAddressRegion, - "region_id": 987, - "street": ["xyz789"], - "suffix": "xyz789", + "region_id": 123, + "street": ["abc123"], + "suffix": "abc123", "telephone": "abc123", "vat_id": "abc123" } @@ -41237,7 +41231,7 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -41440,25 +41434,25 @@
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "xyz789",
   "country_code": "AF",
   "country_id": "AF",
   "custom_attributes": [CustomerAddressAttributeInput],
   "custom_attributesV2": [AttributeValueInput],
   "default_billing": false,
-  "default_shipping": true,
-  "fax": "abc123",
-  "firstname": "abc123",
-  "lastname": "xyz789",
-  "middlename": "abc123",
-  "postcode": "abc123",
-  "prefix": "abc123",
+  "default_shipping": false,
+  "fax": "xyz789",
+  "firstname": "xyz789",
+  "lastname": "abc123",
+  "middlename": "xyz789",
+  "postcode": "xyz789",
+  "prefix": "xyz789",
   "region": CustomerAddressRegionInput,
-  "street": ["abc123"],
-  "suffix": "abc123",
+  "street": ["xyz789"],
+  "suffix": "xyz789",
   "telephone": "xyz789",
-  "vat_id": "xyz789"
+  "vat_id": "abc123"
 }
 
@@ -41510,9 +41504,9 @@
Fields
Example
{
-  "region": "abc123",
-  "region_code": "abc123",
-  "region_id": 987
+  "region": "xyz789",
+  "region_code": "xyz789",
+  "region_id": 123
 }
 
@@ -41568,7 +41562,7 @@
Fields
Example
{
   "region": "abc123",
-  "region_code": "abc123",
+  "region_code": "xyz789",
   "region_id": 123
 }
 
@@ -41619,7 +41613,7 @@
Example
{
   "items": [CustomerAddress],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -41721,16 +41715,16 @@
Fields
Example
{
-  "code": 4,
+  "code": "4",
   "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
-  "is_required": false,
-  "is_unique": false,
-  "label": "xyz789",
-  "multiline_count": 123,
+  "is_required": true,
+  "is_unique": true,
+  "label": "abc123",
+  "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
   "sort_order": 987,
   "validate_rules": [ValidationRule]
@@ -41855,19 +41849,19 @@ 
Fields
Example
{
-  "allow_remote_shopping_assistance": false,
+  "allow_remote_shopping_assistance": true,
   "custom_attributes": [AttributeValueInput],
   "date_of_birth": "abc123",
-  "dob": "abc123",
+  "dob": "xyz789",
   "email": "abc123",
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "gender": 987,
-  "is_subscribed": false,
+  "is_subscribed": true,
   "lastname": "abc123",
   "middlename": "xyz789",
-  "password": "xyz789",
-  "prefix": "abc123",
-  "suffix": "xyz789",
+  "password": "abc123",
+  "prefix": "xyz789",
+  "suffix": "abc123",
   "taxvat": "abc123"
 }
 
@@ -41930,11 +41924,11 @@
Fields
Example
{
-  "date": "abc123",
-  "download_url": "xyz789",
+  "date": "xyz789",
+  "download_url": "abc123",
   "order_increment_id": "abc123",
   "remaining_downloads": "abc123",
-  "status": "abc123"
+  "status": "xyz789"
 }
 
@@ -42125,17 +42119,17 @@
Fields
Example
{
   "date_of_birth": "xyz789",
-  "dob": "xyz789",
+  "dob": "abc123",
   "email": "abc123",
-  "firstname": "xyz789",
-  "gender": 987,
+  "firstname": "abc123",
+  "gender": 123,
   "is_subscribed": false,
   "lastname": "abc123",
   "middlename": "xyz789",
-  "password": "xyz789",
+  "password": "abc123",
   "prefix": "abc123",
   "suffix": "abc123",
-  "taxvat": "abc123"
+  "taxvat": "xyz789"
 }
 
@@ -42372,7 +42366,7 @@
Example
"billing_address": OrderAddress, "carrier": "abc123", "comments": [SalesCommentItem], - "created_at": "xyz789", + "created_at": "abc123", "credit_memos": [CreditMemo], "customer_info": OrderCustomerInfo, "email": "abc123", @@ -42381,23 +42375,23 @@
Example
"gift_wrapping": GiftWrapping, "grand_total": 987.65, "id": "4", - "increment_id": "abc123", + "increment_id": "xyz789", "invoices": [Invoice], "is_virtual": false, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], - "number": "abc123", - "order_date": "abc123", - "order_number": "xyz789", - "order_status_change_date": "abc123", + "number": "xyz789", + "order_date": "xyz789", + "order_number": "abc123", + "order_status_change_date": "xyz789", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, "shipping_method": "xyz789", - "status": "xyz789", - "token": "xyz789", + "status": "abc123", + "token": "abc123", "total": OrderTotal }
@@ -42552,7 +42546,7 @@
Example
"date_of_first_order": "xyz789", "items": [CustomerOrder], "page_info": SearchResultPageInfo, - "total_count": 123 + "total_count": 987 }
@@ -42749,7 +42743,7 @@
Fields
Example
{
   "apply_to": "BOTH",
-  "description": "xyz789",
+  "description": "abc123",
   "name": "xyz789"
 }
 
@@ -42876,7 +42870,7 @@
Example
{
   "balance_history": CustomerStoreCreditHistory,
   "current_balance": Money,
-  "enabled": true
+  "enabled": false
 }
 
@@ -43031,7 +43025,7 @@
Fields
Example
-
{"token": "xyz789"}
+                  
{"token": "abc123"}
 
@@ -43142,15 +43136,15 @@
Example
{
   "allow_remote_shopping_assistance": true,
   "custom_attributes": [AttributeValueInput],
-  "date_of_birth": "abc123",
+  "date_of_birth": "xyz789",
   "dob": "xyz789",
   "firstname": "xyz789",
-  "gender": 987,
-  "is_subscribed": false,
+  "gender": 123,
+  "is_subscribed": true,
   "lastname": "xyz789",
   "middlename": "abc123",
   "prefix": "xyz789",
-  "suffix": "xyz789",
+  "suffix": "abc123",
   "taxvat": "xyz789"
 }
 
@@ -43225,10 +43219,10 @@
Fields
Example
{
   "option_id": 987,
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "required": false,
   "sort_order": 987,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": "4",
   "value": CustomizableAreaValue
 }
@@ -43295,8 +43289,8 @@ 
Example
"max_characters": 123, "price": 123.45, "price_type": "FIXED", - "sku": "xyz789", - "uid": "4" + "sku": "abc123", + "uid": 4 }
@@ -43364,10 +43358,10 @@
Fields
Example
{
-  "option_id": 987,
-  "required": false,
-  "sort_order": 123,
-  "title": "xyz789",
+  "option_id": 123,
+  "required": true,
+  "sort_order": 987,
+  "title": "abc123",
   "uid": "4",
   "value": [CustomizableCheckboxValue]
 }
@@ -43442,11 +43436,11 @@ 
Fields
Example
{
   "option_type_id": 123,
-  "price": 987.65,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
   "sort_order": 987,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": 4
 }
 
@@ -43520,10 +43514,10 @@
Fields
Example
{
-  "option_id": 987,
-  "product_sku": "abc123",
-  "required": false,
-  "sort_order": 987,
+  "option_id": 123,
+  "product_sku": "xyz789",
+  "required": true,
+  "sort_order": 123,
   "title": "abc123",
   "uid": "4",
   "value": CustomizableDateValue
@@ -43646,9 +43640,9 @@ 
Example
{
   "price": 987.65,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "type": "DATE",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -43716,10 +43710,10 @@
Fields
Example
{
-  "option_id": 123,
-  "required": false,
-  "sort_order": 123,
-  "title": "xyz789",
+  "option_id": 987,
+  "required": true,
+  "sort_order": 987,
+  "title": "abc123",
   "uid": "4",
   "value": [CustomizableDropDownValue]
 }
@@ -43794,11 +43788,11 @@ 
Fields
Example
{
   "option_type_id": 987,
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "abc123",
-  "sort_order": 123,
-  "title": "abc123",
+  "sku": "xyz789",
+  "sort_order": 987,
+  "title": "xyz789",
   "uid": 4
 }
 
@@ -43872,12 +43866,12 @@
Fields
Example
{
-  "option_id": 987,
-  "product_sku": "abc123",
-  "required": true,
+  "option_id": 123,
+  "product_sku": "xyz789",
+  "required": false,
   "sort_order": 987,
   "title": "xyz789",
-  "uid": "4",
+  "uid": 4,
   "value": CustomizableFieldValue
 }
 
@@ -43944,7 +43938,7 @@
Example
"price": 123.45, "price_type": "FIXED", "sku": "abc123", - "uid": "4" + "uid": 4 }
@@ -44017,12 +44011,12 @@
Fields
Example
{
-  "option_id": 987,
+  "option_id": 123,
   "product_sku": "xyz789",
-  "required": true,
+  "required": false,
   "sort_order": 987,
   "title": "xyz789",
-  "uid": 4,
+  "uid": "4",
   "value": CustomizableFileValue
 }
 
@@ -44095,13 +44089,13 @@
Fields
Example
{
-  "file_extension": "xyz789",
-  "image_size_x": 987,
+  "file_extension": "abc123",
+  "image_size_x": 123,
   "image_size_y": 987,
-  "price": 987.65,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "abc123",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -44169,9 +44163,9 @@
Fields
Example
{
-  "option_id": 123,
+  "option_id": 987,
   "required": false,
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "abc123",
   "uid": 4,
   "value": [CustomizableMultipleValue]
@@ -44246,13 +44240,13 @@ 
Fields
Example
{
-  "option_type_id": 987,
-  "price": 123.45,
+  "option_type_id": 123,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "sort_order": 987,
-  "title": "abc123",
-  "uid": "4"
+  "title": "xyz789",
+  "uid": 4
 }
 
@@ -44307,9 +44301,9 @@
Fields
Example
{
-  "id": 123,
+  "id": 987,
   "uid": 4,
-  "value_string": "xyz789"
+  "value_string": "abc123"
 }
 
@@ -44426,8 +44420,8 @@
Example
{
   "option_id": 987,
   "required": true,
-  "sort_order": 987,
-  "title": "xyz789",
+  "sort_order": 123,
+  "title": "abc123",
   "uid": 4
 }
 
@@ -44578,10 +44572,10 @@
Fields
Example
{
-  "option_id": 987,
-  "required": false,
+  "option_id": 123,
+  "required": true,
   "sort_order": 123,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": 4,
   "value": [CustomizableRadioValue]
 }
@@ -44655,12 +44649,12 @@ 
Fields
Example
{
-  "option_type_id": 987,
-  "price": 987.65,
+  "option_type_id": 123,
+  "price": 123.45,
   "price_type": "FIXED",
-  "sku": "xyz789",
+  "sku": "abc123",
   "sort_order": 123,
-  "title": "xyz789",
+  "title": "abc123",
   "uid": "4"
 }
 
@@ -44702,7 +44696,7 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
@@ -44782,7 +44776,7 @@
Fields
Example
-
{"success": false}
+                  
{"success": true}
 
@@ -44915,7 +44909,7 @@
Fields
Example
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -44997,7 +44991,7 @@
Fields
Example
-
{"template_id": 4}
+                  
{"template_id": "4"}
 
@@ -45166,7 +45160,7 @@
Fields
Example
{
   "customerPaymentTokens": CustomerPaymentTokens,
-  "result": true
+  "result": false
 }
 
@@ -45212,7 +45206,7 @@
Fields
Example
-
{"message": "abc123", "type": "UNDEFINED"}
+                  
{"message": "xyz789", "type": "UNDEFINED"}
 
@@ -45423,7 +45417,7 @@
Fields
Example
-
{"requisition_lists": RequisitionLists, "status": false}
+                  
{"requisition_lists": RequisitionLists, "status": true}
 
@@ -45542,10 +45536,10 @@
Example
"amount": Money, "applied_to": "ITEM", "coupon": AppliedCoupon, - "is_discounting_locked": false, + "is_discounting_locked": true, "label": "xyz789", "type": "xyz789", - "value": 123.45 + "value": 987.65 }
@@ -45667,12 +45661,12 @@
Example
"customizable_options": [SelectedCustomizableOption], "discount": [Discount], "errors": [CartItemError], - "id": "abc123", - "is_available": true, + "id": "xyz789", + "is_available": false, "links": [DownloadableProductLinks], "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, @@ -45762,8 +45756,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 }
@@ -45891,9 +45885,9 @@
Example
"downloadable_links": [DownloadableItemsLinks], "id": 4, "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", + "product_sku": "abc123", "quantity_invoiced": 123.45 }
@@ -45947,8 +45941,8 @@
Fields
Example
{
   "sort_order": 987,
-  "title": "xyz789",
-  "uid": 4
+  "title": "abc123",
+  "uid": "4"
 }
 
@@ -46102,27 +46096,27 @@
Example
{
   "discounts": [Discount],
   "downloadable_links": [DownloadableItemsLinks],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
-  "id": "4",
+  "id": 4,
   "prices": OrderItemPrices,
   "product": ProductInterface,
   "product_name": "xyz789",
   "product_sale_price": Money,
   "product_sku": "xyz789",
-  "product_type": "xyz789",
-  "product_url_key": "xyz789",
+  "product_type": "abc123",
+  "product_url_key": "abc123",
   "quantity_canceled": 123.45,
-  "quantity_invoiced": 123.45,
+  "quantity_invoiced": 987.65,
   "quantity_ordered": 123.45,
-  "quantity_refunded": 123.45,
-  "quantity_return_requested": 987.65,
+  "quantity_refunded": 987.65,
+  "quantity_return_requested": 123.45,
   "quantity_returned": 123.45,
   "quantity_shipped": 123.45,
   "selected_options": [OrderItemOption],
-  "status": "abc123"
+  "status": "xyz789"
 }
 
@@ -46691,12 +46685,12 @@
Example
{
   "activity": "abc123",
   "attribute_set_id": 987,
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
   "climate": "abc123",
-  "collar": "abc123",
-  "color": 987,
+  "collar": "xyz789",
+  "color": 123,
   "country_of_manufacture": "xyz789",
   "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
@@ -46708,44 +46702,44 @@ 
Example
"downloadable_product_samples": [ DownloadableProductSamples ], - "eco_collection": 123, - "erin_recommends": 987, - "features_bags": "abc123", - "format": 987, - "gender": "abc123", - "gift_message_available": true, + "eco_collection": 987, + "erin_recommends": 123, + "features_bags": "xyz789", + "format": 123, + "gender": "xyz789", + "gift_message_available": false, "gift_wrapping_available": true, "gift_wrapping_price": Money, "id": 123, "image": ProductImage, "is_returnable": "abc123", "links_purchased_separately": 123, - "links_title": "xyz789", + "links_title": "abc123", "manufacturer": 987, "material": "xyz789", "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], "meta_description": "abc123", - "meta_keyword": "abc123", + "meta_keyword": "xyz789", "meta_title": "abc123", - "min_sale_qty": 123.45, + "min_sale_qty": 987.65, "name": "abc123", - "new": 123, + "new": 987, "new_from_date": "abc123", "new_to_date": "xyz789", - "only_x_left_in_stock": 987.65, + "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], - "options_container": "abc123", + "options_container": "xyz789", "pattern": "xyz789", "performance_fabric": 123, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 123, + "purpose": 987, "quantity": 987.65, - "rating_summary": 123.45, + "rating_summary": 987.65, "redirect_code": 123, "related_products": [ProductInterface], "relative_url": "abc123", @@ -46756,7 +46750,7 @@
Example
"short_description": ComplexTextValue, "size": 123, "sku": "abc123", - "sleeve": "xyz789", + "sleeve": "abc123", "small_image": ProductImage, "special_from_date": "xyz789", "special_price": 123.45, @@ -46764,20 +46758,20 @@
Example
"staged": false, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "abc123", - "style_bottom": "xyz789", + "style_bags": "xyz789", + "style_bottom": "abc123", "style_general": "abc123", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", "uid": 4, - "updated_at": "xyz789", + "updated_at": "abc123", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "xyz789", + "url_key": "abc123", + "url_path": "abc123", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "websites": [Website] @@ -46943,16 +46937,16 @@
Fields
Example
{
-  "id": 123,
+  "id": 987,
   "is_shareable": true,
   "link_type": "FILE",
-  "number_of_downloads": 987,
-  "price": 123.45,
-  "sample_file": "xyz789",
+  "number_of_downloads": 123,
+  "price": 987.65,
+  "sample_file": "abc123",
   "sample_type": "FILE",
-  "sample_url": "xyz789",
+  "sample_url": "abc123",
   "sort_order": 987,
-  "title": "abc123",
+  "title": "xyz789",
   "uid": 4
 }
 
@@ -47068,11 +47062,11 @@
Fields
Example
{
   "id": 123,
-  "sample_file": "xyz789",
+  "sample_file": "abc123",
   "sample_type": "FILE",
   "sample_url": "abc123",
   "sort_order": 987,
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -47142,7 +47136,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "links": [DownloadableProductLinks], "product": ProductInterface, - "quantity": 123.45, + "quantity": 987.65, "samples": [DownloadableProductSamples], "uid": "4" } @@ -47223,11 +47217,11 @@
Example
{
   "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
+  "description": "xyz789",
   "id": 4,
   "links_v2": [DownloadableProductLinks],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "samples": [DownloadableProductSamples]
 }
 
@@ -47276,7 +47270,10 @@
Fields
Example
-
{"duplicated_quote_uid": 4, "quote_uid": 4}
+                  
{
+  "duplicated_quote_uid": 4,
+  "quote_uid": "4"
+}
 
@@ -47361,7 +47358,10 @@
Fields
Example
-
{"content": ComplexTextValue, "uid": 4}
+                  
{
+  "content": ComplexTextValue,
+  "uid": "4"
+}
 
@@ -47540,7 +47540,7 @@
Example
{
   "items": [DynamicBlock],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -47594,7 +47594,11 @@
Fields
Example
-
{"dynamic_block_uids": [4], "locations": ["CONTENT"], "type": "SPECIFIED"}
+                  
{
+  "dynamic_block_uids": ["4"],
+  "locations": ["CONTENT"],
+  "type": "SPECIFIED"
+}
 
@@ -47642,7 +47646,7 @@
Fields
Example
{
-  "attribute_code": "abc123",
+  "attribute_code": "xyz789",
   "value": "abc123"
 }
 
@@ -47691,10 +47695,7 @@
Fields
Example
-
{
-  "uid": "4",
-  "value": "abc123"
-}
+                  
{"uid": 4, "value": "xyz789"}
 
@@ -47763,10 +47764,10 @@
Fields
Example
{
-  "canonical_url": "xyz789",
-  "entity_uid": "4",
-  "id": 123,
-  "redirectCode": 123,
+  "canonical_url": "abc123",
+  "entity_uid": 4,
+  "id": 987,
+  "redirectCode": 987,
   "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
@@ -47957,7 +47958,7 @@ 
Fields
Example
{
   "country_code": "AF",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": CustomerAddressRegionInput
 }
 
@@ -48097,7 +48098,7 @@
Fields
Example
-
{"currency_to": "abc123", "rate": 123.45}
+                  
{"currency_to": "xyz789", "rate": 123.45}
 
@@ -48145,7 +48146,7 @@
Fields
Example
{
-  "eq": "xyz789",
+  "eq": "abc123",
   "in": ["xyz789"]
 }
 
@@ -48287,7 +48288,7 @@
Fields
Example
{
-  "from": "xyz789",
+  "from": "abc123",
   "to": "abc123"
 }
 
@@ -48344,8 +48345,8 @@
Fields
Example
{
   "eq": "xyz789",
-  "in": ["abc123"],
-  "match": "xyz789"
+  "in": ["xyz789"],
+  "match": "abc123"
 }
 
@@ -48473,18 +48474,18 @@
Fields
Example
{
-  "eq": "xyz789",
+  "eq": "abc123",
   "finset": ["abc123"],
   "from": "xyz789",
-  "gt": "xyz789",
+  "gt": "abc123",
   "gteq": "abc123",
-  "in": ["abc123"],
-  "like": "abc123",
+  "in": ["xyz789"],
+  "like": "xyz789",
   "lt": "xyz789",
   "lteq": "xyz789",
-  "moreq": "xyz789",
-  "neq": "xyz789",
-  "nin": ["xyz789"],
+  "moreq": "abc123",
+  "neq": "abc123",
+  "nin": ["abc123"],
   "notnull": "xyz789",
   "null": "xyz789",
   "to": "abc123"
@@ -48535,7 +48536,7 @@ 
Fields
Example
{
   "amount": Money,
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -48623,7 +48624,7 @@
Description
Example
-
987.65
+                  
123.45
 
@@ -48664,7 +48665,7 @@
Fields
Example
-
{"customer_email": "xyz789"}
+                  
{"customer_email": "abc123"}
 
@@ -48989,8 +48990,8 @@
Example
{
   "attribute_id": 123,
   "uid": "4",
-  "value": 987.65,
-  "value_id": 123,
+  "value": 123.45,
+  "value_id": 987,
   "website_id": 123,
   "website_value": 123.45
 }
@@ -49153,22 +49154,22 @@ 
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "xyz789", - "is_available": true, + "id": "abc123", + "is_available": false, "max_qty": 987.65, - "message": "abc123", + "message": "xyz789", "min_qty": 987.65, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "recipient_email": "abc123", "recipient_name": "xyz789", - "sender_email": "xyz789", - "sender_name": "abc123", - "uid": "4" + "sender_email": "abc123", + "sender_name": "xyz789", + "uid": 4 }
@@ -49243,12 +49244,12 @@
Example
{
   "discounts": [Discount],
   "gift_card": GiftCardItem,
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
-  "quantity_refunded": 987.65
+  "product_sku": "abc123",
+  "quantity_refunded": 123.45
 }
 
@@ -49323,12 +49324,12 @@
Example
{
   "discounts": [Discount],
   "gift_card": GiftCardItem,
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "quantity_invoiced": 123.45
+  "product_sku": "xyz789",
+  "quantity_invoiced": 987.65
 }
 
@@ -49392,7 +49393,7 @@
Example
{
   "message": "abc123",
   "recipient_email": "abc123",
-  "recipient_name": "xyz789",
+  "recipient_name": "abc123",
   "sender_email": "xyz789",
   "sender_name": "abc123"
 }
@@ -49469,10 +49470,10 @@ 
Example
"amount": Money, "custom_giftcard_amount": Money, "message": "abc123", - "recipient_email": "xyz789", - "recipient_name": "xyz789", + "recipient_email": "abc123", + "recipient_name": "abc123", "sender_email": "abc123", - "sender_name": "abc123" + "sender_name": "xyz789" }
@@ -49626,19 +49627,19 @@
Example
"gift_card": GiftCardItem, "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", - "product_type": "abc123", + "product_sku": "xyz789", + "product_type": "xyz789", "product_url_key": "xyz789", - "quantity_canceled": 123.45, + "quantity_canceled": 987.65, "quantity_invoiced": 987.65, - "quantity_ordered": 987.65, - "quantity_refunded": 123.45, - "quantity_return_requested": 987.65, + "quantity_ordered": 123.45, + "quantity_refunded": 987.65, + "quantity_return_requested": 123.45, "quantity_returned": 123.45, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], @@ -50244,57 +50245,57 @@
currentPage
Example
{
-  "activity": "xyz789",
+  "activity": "abc123",
   "allow_message": true,
   "allow_open_amount": true,
   "attribute_set_id": 123,
   "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
-  "climate": "abc123",
-  "collar": "xyz789",
-  "color": 987,
-  "country_of_manufacture": "abc123",
-  "created_at": "xyz789",
+  "climate": "xyz789",
+  "collar": "abc123",
+  "color": 123,
+  "country_of_manufacture": "xyz789",
+  "created_at": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "eco_collection": 123,
   "erin_recommends": 987,
-  "features_bags": "xyz789",
+  "features_bags": "abc123",
   "format": 123,
   "gender": "abc123",
   "gift_card_options": [CustomizableOptionInterface],
-  "gift_message_available": true,
+  "gift_message_available": false,
   "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "giftcard_amounts": [GiftCardAmounts],
   "giftcard_type": "VIRTUAL",
   "id": 123,
   "image": ProductImage,
-  "is_redeemable": true,
-  "is_returnable": "xyz789",
+  "is_redeemable": false,
+  "is_returnable": "abc123",
   "lifetime": 987,
-  "manufacturer": 123,
-  "material": "abc123",
-  "max_sale_qty": 123.45,
+  "manufacturer": 987,
+  "material": "xyz789",
+  "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
   "message_max_length": 123,
   "meta_description": "xyz789",
   "meta_keyword": "xyz789",
-  "meta_title": "abc123",
-  "min_sale_qty": 123.45,
+  "meta_title": "xyz789",
+  "min_sale_qty": 987.65,
   "name": "xyz789",
   "new": 123,
-  "new_from_date": "abc123",
-  "new_to_date": "abc123",
+  "new_from_date": "xyz789",
+  "new_to_date": "xyz789",
   "only_x_left_in_stock": 123.45,
   "open_amount_max": 987.65,
   "open_amount_min": 123.45,
   "options": [CustomizableOptionInterface],
   "options_container": "abc123",
-  "pattern": "abc123",
+  "pattern": "xyz789",
   "performance_fabric": 987,
   "price": ProductPrices,
   "price_range": PriceRange,
@@ -50302,43 +50303,43 @@ 
Example
"product_links": [ProductLinksInterface], "purpose": 987, "quantity": 987.65, - "rating_summary": 987.65, + "rating_summary": 123.45, "redirect_code": 123, "related_products": [ProductInterface], "relative_url": "abc123", "review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], - "sale": 987, + "sale": 123, "short_description": ComplexTextValue, "size": 123, - "sku": "abc123", - "sleeve": "abc123", + "sku": "xyz789", + "sleeve": "xyz789", "small_image": ProductImage, "special_from_date": "abc123", - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "xyz789", "staged": true, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "abc123", + "style_bags": "xyz789", "style_bottom": "abc123", "style_general": "abc123", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 123.45, + "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", - "type_id": "xyz789", + "type_id": "abc123", "uid": "4", - "updated_at": "xyz789", + "updated_at": "abc123", "upsell_products": [ProductInterface], "url_key": "abc123", "url_path": "xyz789", "url_rewrites": [UrlRewrite], - "url_suffix": "abc123", + "url_suffix": "xyz789", "websites": [Website], - "weight": 123.45 + "weight": 987.65 }
@@ -50403,7 +50404,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "gift_card_options": GiftCardOptions, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": "4" }
@@ -50473,11 +50474,11 @@
Fields
Example
{
   "gift_card": GiftCardItem,
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
-  "product_name": "abc123",
+  "product_name": "xyz789",
   "product_sale_price": Money,
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "quantity_shipped": 987.65
 }
 
@@ -50606,11 +50607,11 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
   "gift_card_options": GiftCardOptions,
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
   "quantity": 123.45
 }
@@ -50664,7 +50665,7 @@ 
Fields
Example
{
-  "from": "abc123",
+  "from": "xyz789",
   "message": "xyz789",
   "to": "xyz789"
 }
@@ -50721,7 +50722,7 @@ 
Fields
Example
{
-  "from": "xyz789",
+  "from": "abc123",
   "message": "xyz789",
   "to": "abc123"
 }
@@ -50892,18 +50893,18 @@ 
Fields
Example
{
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "dynamic_attributes": [GiftRegistryDynamicAttribute],
   "event_name": "abc123",
   "items": [GiftRegistryItemInterface],
   "message": "xyz789",
-  "owner_name": "abc123",
+  "owner_name": "xyz789",
   "privacy_settings": "PRIVATE",
   "registrants": [GiftRegistryRegistrant],
   "shipping_address": CustomerAddress,
   "status": "ACTIVE",
   "type": GiftRegistryType,
-  "uid": 4
+  "uid": "4"
 }
 
@@ -50959,7 +50960,7 @@
Example
"code": "4", "group": "EVENT_INFORMATION", "label": "abc123", - "value": "abc123" + "value": "xyz789" }
@@ -51084,10 +51085,7 @@
Fields
Example
-
{
-  "code": "4",
-  "value": "abc123"
-}
+                  
{"code": 4, "value": "abc123"}
 
@@ -51156,9 +51154,9 @@
Possible Types
Example
{
-  "code": "4",
+  "code": 4,
   "label": "xyz789",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -51221,10 +51219,10 @@
Fields
Example
{
-  "attribute_group": "abc123",
-  "code": "4",
-  "input_type": "xyz789",
-  "is_required": true,
+  "attribute_group": "xyz789",
+  "code": 4,
+  "input_type": "abc123",
+  "is_required": false,
   "label": "abc123",
   "sort_order": 987
 }
@@ -51306,12 +51304,12 @@ 
Possible Types
Example
{
-  "attribute_group": "xyz789",
+  "attribute_group": "abc123",
   "code": 4,
-  "input_type": "abc123",
+  "input_type": "xyz789",
   "is_required": false,
   "label": "abc123",
-  "sort_order": 123
+  "sort_order": 987
 }
 
@@ -51375,9 +51373,9 @@
Fields
Example
{
   "created_at": "abc123",
-  "note": "abc123",
+  "note": "xyz789",
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "quantity_fulfilled": 987.65,
   "uid": "4"
 }
@@ -51460,11 +51458,11 @@ 
Possible Types
Example
{
   "created_at": "abc123",
-  "note": "abc123",
+  "note": "xyz789",
   "product": ProductInterface,
-  "quantity": 987.65,
-  "quantity_fulfilled": 987.65,
-  "uid": "4"
+  "quantity": 123.45,
+  "quantity_fulfilled": 123.45,
+  "uid": 4
 }
 
@@ -51528,7 +51526,7 @@
Possible Types
Example
{
-  "status": true,
+  "status": false,
   "user_errors": [GiftRegistryItemsUserError]
 }
 
@@ -51592,8 +51590,8 @@
Fields
Example
{
   "code": "OUT_OF_STOCK",
-  "gift_registry_item_uid": 4,
-  "gift_registry_uid": 4,
+  "gift_registry_item_uid": "4",
+  "gift_registry_uid": "4",
   "message": "abc123",
   "product_uid": 4
 }
@@ -51819,10 +51817,10 @@ 
Example
"dynamic_attributes": [ GiftRegistryRegistrantDynamicAttribute ], - "email": "xyz789", - "firstname": "abc123", - "lastname": "xyz789", - "uid": "4" + "email": "abc123", + "firstname": "xyz789", + "lastname": "abc123", + "uid": 4 }
@@ -51870,8 +51868,8 @@
Fields
Example
{
-  "code": 4,
-  "label": "xyz789",
+  "code": "4",
+  "label": "abc123",
   "value": "abc123"
 }
 
@@ -51940,11 +51938,11 @@
Fields
Example
{
   "event_date": "xyz789",
-  "event_title": "xyz789",
+  "event_title": "abc123",
   "gift_registry_uid": "4",
-  "location": "xyz789",
-  "name": "abc123",
-  "type": "abc123"
+  "location": "abc123",
+  "name": "xyz789",
+  "type": "xyz789"
 }
 
@@ -52096,7 +52094,7 @@
Example
GiftRegistryDynamicAttributeMetadataInterface ], "label": "xyz789", - "uid": 4 + "uid": "4" }
@@ -52160,7 +52158,7 @@
Fields
Example
{
   "design": "xyz789",
-  "id": "4",
+  "id": 4,
   "image": GiftWrappingImage,
   "price": Money,
   "uid": "4"
@@ -52210,7 +52208,7 @@ 
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "url": "xyz789"
 }
 
@@ -52260,7 +52258,7 @@
Fields
Example
{
   "color": "xyz789",
-  "height": 987,
+  "height": 123,
   "type": "xyz789"
 }
 
@@ -52340,14 +52338,14 @@
Fields
Example
{
   "button_styles": GooglePayButtonStyles,
-  "code": "xyz789",
-  "is_visible": false,
-  "payment_intent": "abc123",
+  "code": "abc123",
+  "is_visible": true,
+  "payment_intent": "xyz789",
   "payment_source": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -52404,7 +52402,7 @@
Example
{
   "payment_source": "xyz789",
   "payments_order_id": "abc123",
-  "paypal_order_id": "xyz789"
+  "paypal_order_id": "abc123"
 }
 
@@ -52956,23 +52954,23 @@
currentPage
Example
{
-  "activity": "abc123",
-  "attribute_set_id": 123,
-  "canonical_url": "xyz789",
+  "activity": "xyz789",
+  "attribute_set_id": 987,
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
   "climate": "abc123",
-  "collar": "xyz789",
+  "collar": "abc123",
   "color": 987,
   "country_of_manufacture": "xyz789",
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 123,
+  "eco_collection": 987,
   "erin_recommends": 123,
   "features_bags": "xyz789",
-  "format": 123,
+  "format": 987,
   "gender": "xyz789",
   "gift_message_available": false,
   "gift_wrapping_available": false,
@@ -52986,44 +52984,44 @@ 
Example
"max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "meta_description": "abc123", + "meta_description": "xyz789", "meta_keyword": "xyz789", "meta_title": "xyz789", "min_sale_qty": 987.65, - "name": "abc123", + "name": "xyz789", "new": 123, "new_from_date": "xyz789", "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "only_x_left_in_stock": 987.65, "options_container": "xyz789", "pattern": "xyz789", - "performance_fabric": 123, + "performance_fabric": 987, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], "purpose": 987, - "quantity": 123.45, - "rating_summary": 987.65, + "quantity": 987.65, + "rating_summary": 123.45, "redirect_code": 123, "related_products": [ProductInterface], "relative_url": "xyz789", - "review_count": 987, + "review_count": 123, "reviews": ProductReviews, "rules": [CatalogRule], "sale": 123, "short_description": ComplexTextValue, - "size": 123, + "size": 987, "sku": "abc123", "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "abc123", - "special_price": 123.45, - "special_to_date": "xyz789", + "special_from_date": "xyz789", + "special_price": 987.65, + "special_to_date": "abc123", "staged": true, "stock_status": "IN_STOCK", "strap_bags": "xyz789", - "style_bags": "xyz789", + "style_bags": "abc123", "style_bottom": "xyz789", "style_general": "abc123", "swatch_image": "xyz789", @@ -53033,12 +53031,12 @@
Example
"type": "CMS_PAGE", "type_id": "xyz789", "uid": "4", - "updated_at": "xyz789", + "updated_at": "abc123", "upsell_products": [ProductInterface], - "url_key": "abc123", - "url_path": "xyz789", + "url_key": "xyz789", + "url_path": "abc123", "url_rewrites": [UrlRewrite], - "url_suffix": "xyz789", + "url_suffix": "abc123", "websites": [Website], "weight": 123.45 } @@ -53094,7 +53092,7 @@
Example
{
   "position": 987,
   "product": ProductInterface,
-  "qty": 123.45
+  "qty": 987.65
 }
 
@@ -53161,12 +53159,12 @@
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
@@ -53310,18 +53308,18 @@
Fields
Example
{
-  "cc_vault_code": "abc123",
-  "code": "xyz789",
+  "cc_vault_code": "xyz789",
+  "code": "abc123",
   "is_vault_enabled": false,
-  "is_visible": false,
-  "payment_intent": "xyz789",
-  "payment_source": "xyz789",
+  "is_visible": true,
+  "payment_intent": "abc123",
+  "payment_source": "abc123",
   "requires_card_details": false,
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
-  "three_ds": true,
+  "sort_order": "abc123",
+  "three_ds": false,
   "three_ds_mode": "OFF",
-  "title": "xyz789"
+  "title": "abc123"
 }
 
@@ -53413,12 +53411,12 @@
Fields
Example
{
   "cardBin": "abc123",
-  "cardExpiryMonth": "xyz789",
-  "cardExpiryYear": "xyz789",
-  "cardLast4": "xyz789",
+  "cardExpiryMonth": "abc123",
+  "cardExpiryYear": "abc123",
+  "cardLast4": "abc123",
   "holderName": "abc123",
   "is_active_payment_token_enabler": false,
-  "payment_source": "abc123",
+  "payment_source": "xyz789",
   "payments_order_id": "abc123",
   "paypal_order_id": "abc123"
 }
@@ -53470,7 +53468,7 @@ 
Fields
Example
{
   "cancel_url": "xyz789",
-  "return_url": "abc123"
+  "return_url": "xyz789"
 }
 
@@ -53552,7 +53550,7 @@
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -53598,7 +53596,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "value": "xyz789"
 }
 
@@ -53622,7 +53620,7 @@
Description
Example
-
4
+                  
"4"
 
@@ -53803,7 +53801,7 @@
Description
Example
-
123
+                  
987
 
@@ -53843,7 +53841,7 @@
Fields
Example
-
{"message": "abc123"}
+                  
{"message": "xyz789"}
 
@@ -53905,7 +53903,7 @@
Fields
Example
{
   "comments": [SalesCommentItem],
-  "id": "4",
+  "id": 4,
   "items": [InvoiceItemInterface],
   "number": "abc123",
   "total": InvoiceTotal
@@ -53977,11 +53975,11 @@ 
Fields
Example
{
   "discounts": [Discount],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
+  "product_sku": "abc123",
   "quantity_invoiced": 123.45
 }
 
@@ -54092,7 +54090,7 @@
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "xyz789", - "quantity_invoiced": 123.45 + "quantity_invoiced": 987.65 }
@@ -54217,7 +54215,7 @@
Fields
Example
-
{"is_email_available": false}
+                  
{"is_email_available": true}
 
@@ -54257,7 +54255,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -54297,7 +54295,7 @@
Fields
Example
-
{"is_role_name_available": false}
+                  
{"is_role_name_available": true}
 
@@ -54377,7 +54375,7 @@
Fields
Example
-
{"is_email_available": false}
+                  
{"is_email_available": true}
 
@@ -54444,11 +54442,11 @@
Fields
Example
{
   "created_at": "abc123",
-  "creator_id": 123,
-  "creator_type": 123,
+  "creator_id": 987,
+  "creator_type": 987,
   "negotiable_quote_item_uid": "4",
   "note": "abc123",
-  "note_uid": 4
+  "note_uid": "4"
 }
 
@@ -54506,8 +54504,8 @@
Fields
Example
{
-  "id": "4",
-  "label": "abc123",
+  "id": 4,
+  "label": "xyz789",
   "uid": 4,
   "values": [ItemSelectedBundleOptionValue]
 }
@@ -54577,11 +54575,11 @@ 
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "price": Money,
   "product_name": "abc123",
-  "product_sku": "xyz789",
-  "quantity": 987.65,
+  "product_sku": "abc123",
+  "quantity": 123.45,
   "uid": "4"
 }
 
@@ -54629,7 +54627,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "value": "xyz789"
 }
 
@@ -54692,9 +54690,9 @@
Fields
Example
{
   "filter_items": [LayerFilterItemInterface],
-  "filter_items_count": 987,
-  "name": "xyz789",
-  "request_var": "abc123"
+  "filter_items_count": 123,
+  "name": "abc123",
+  "request_var": "xyz789"
 }
 
@@ -54745,9 +54743,9 @@
Fields
Example
{
-  "items_count": 987,
-  "label": "xyz789",
-  "value_string": "abc123"
+  "items_count": 123,
+  "label": "abc123",
+  "value_string": "xyz789"
 }
 
@@ -54820,9 +54818,9 @@
Possible Types
Example
{
-  "items_count": 123,
-  "label": "xyz789",
-  "value_string": "abc123"
+  "items_count": 987,
+  "label": "abc123",
+  "value_string": "xyz789"
 }
 
@@ -54877,9 +54875,9 @@
Fields
Example
{
-  "note": "abc123",
-  "quote_item_uid": "4",
-  "quote_uid": 4
+  "note": "xyz789",
+  "quote_item_uid": 4,
+  "quote_uid": "4"
 }
 
@@ -54968,11 +54966,11 @@
Fields
Example
{
   "content": ProductMediaGalleryEntriesContent,
-  "disabled": true,
-  "file": "abc123",
+  "disabled": false,
+  "file": "xyz789",
   "id": 987,
   "label": "xyz789",
-  "media_type": "xyz789",
+  "media_type": "abc123",
   "position": 123,
   "types": ["abc123"],
   "uid": 4,
@@ -55055,10 +55053,10 @@ 
Possible Types
Example
{
-  "disabled": false,
-  "label": "xyz789",
+  "disabled": true,
+  "label": "abc123",
   "position": 123,
-  "url": "xyz789"
+  "url": "abc123"
 }
 
@@ -55095,7 +55093,7 @@
Fields
Example
-
{"type": "xyz789"}
+                  
{"type": "abc123"}
 
@@ -55137,7 +55135,7 @@
Fields
Example
{
-  "layout": "xyz789",
+  "layout": "abc123",
   "logo": MessageStyleLogo
 }
 
@@ -55236,7 +55234,7 @@
Fields
Example
{
   "gift_registry": GiftRegistry,
-  "status": false,
+  "status": true,
   "user_errors": [GiftRegistryItemsUserError]
 }
 
@@ -55279,7 +55277,7 @@
Fields
Example
-
{"requisitionListItemUids": [4]}
+                  
{"requisitionListItemUids": ["4"]}
 
@@ -55380,11 +55378,7 @@
Fields
Example
-
{
-  "quote_item_uid": "4",
-  "quote_uid": 4,
-  "requisition_list_uid": 4
-}
+                  
{"quote_item_uid": 4, "quote_uid": 4, "requisition_list_uid": 4}
 
@@ -55603,18 +55597,18 @@
Example
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", + "created_at": "xyz789", "email": "xyz789", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "name": "xyz789", "prices": CartPrices, "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "SUBMITTED", - "total_quantity": 123.45, - "uid": 4, + "total_quantity": 987.65, + "uid": "4", "updated_at": "abc123" }
@@ -55663,7 +55657,7 @@
Fields
Example
{
   "code": "xyz789",
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -55768,11 +55762,11 @@
Example
{
   "city": "abc123",
   "company": "xyz789",
-  "country_code": "xyz789",
-  "firstname": "xyz789",
-  "lastname": "xyz789",
+  "country_code": "abc123",
+  "firstname": "abc123",
+  "lastname": "abc123",
   "postcode": "abc123",
-  "region": "xyz789",
+  "region": "abc123",
   "region_id": 123,
   "save_in_address_book": true,
   "street": ["abc123"],
@@ -55876,15 +55870,15 @@ 
Possible Types
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "lastname": "abc123",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": NegotiableQuoteAddressRegion,
   "street": ["xyz789"],
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -55937,8 +55931,8 @@
Fields
Example
{
   "code": "abc123",
-  "label": "xyz789",
-  "region_id": 987
+  "label": "abc123",
+  "region_id": 123
 }
 
@@ -56016,14 +56010,14 @@
Fields
Example
{
-  "city": "xyz789",
-  "company": "abc123",
+  "city": "abc123",
+  "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
   "firstname": "xyz789",
   "lastname": "xyz789",
   "postcode": "xyz789",
   "region": NegotiableQuoteAddressRegion,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "telephone": "xyz789"
 }
 
@@ -56241,7 +56235,7 @@
Fields
Example
-
{"comment": "abc123"}
+                  
{"comment": "xyz789"}
 
@@ -56293,8 +56287,8 @@
Fields
Example
{
   "new_value": "xyz789",
-  "old_value": "abc123",
-  "title": "xyz789"
+  "old_value": "xyz789",
+  "title": "abc123"
 }
 
@@ -56522,7 +56516,7 @@
Example
"change_type": "CREATED", "changes": NegotiableQuoteHistoryChanges, "created_at": "xyz789", - "uid": 4 + "uid": "4" }
@@ -56628,7 +56622,7 @@
Fields
Example
{
-  "new_expiration": "xyz789",
+  "new_expiration": "abc123",
   "old_expiration": "xyz789"
 }
 
@@ -56898,7 +56892,7 @@
Fields
Example
-
{"quantity": 123.45, "quote_item_uid": 4}
+                  
{"quantity": 987.65, "quote_item_uid": 4}
 
@@ -56946,8 +56940,8 @@
Fields
Example
{
-  "code": "abc123",
-  "purchase_order_number": "xyz789"
+  "code": "xyz789",
+  "purchase_order_number": "abc123"
 }
 
@@ -57006,8 +57000,8 @@
Example
{
   "document_identifier": "xyz789",
   "document_name": "abc123",
-  "link_id": "4",
-  "reference_document_url": "abc123"
+  "link_id": 4,
+  "reference_document_url": "xyz789"
 }
 
@@ -57100,12 +57094,12 @@
Example
"company": "abc123", "country": NegotiableQuoteAddressCountry, "firstname": "abc123", - "lastname": "abc123", - "postcode": "abc123", + "lastname": "xyz789", + "postcode": "xyz789", "region": NegotiableQuoteAddressRegion, "selected_shipping_method": SelectedShippingMethod, - "street": ["xyz789"], - "telephone": "abc123" + "street": ["abc123"], + "telephone": "xyz789" }
@@ -57162,7 +57156,7 @@
Example
{
   "address": NegotiableQuoteAddressInput,
   "customer_address_uid": 4,
-  "customer_notes": "abc123"
+  "customer_notes": "xyz789"
 }
 
@@ -57478,11 +57472,11 @@
Example
"comments": [NegotiableQuoteComment], "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_min_max_qty_used": true, - "is_virtual": false, + "is_min_max_qty_used": false, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 987, + "max_order_commitment": 987, + "min_order_commitment": 123, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, @@ -57492,7 +57486,7 @@
Example
"shipping_addresses": [NegotiableQuoteShippingAddress], "status": "xyz789", "template_id": "4", - "total_quantity": 123.45 + "total_quantity": 987.65 }
@@ -57656,19 +57650,19 @@
Example
{
   "activated_at": "abc123",
   "company_name": "abc123",
-  "expiration_date": "xyz789",
+  "expiration_date": "abc123",
   "is_min_max_qty_used": true,
-  "last_shared_at": "abc123",
-  "max_order_commitment": 987,
-  "min_negotiated_grand_total": 987.65,
+  "last_shared_at": "xyz789",
+  "max_order_commitment": 123,
+  "min_negotiated_grand_total": 123.45,
   "min_order_commitment": 123,
   "name": "xyz789",
-  "orders_placed": 123,
+  "orders_placed": 987,
   "sales_rep_name": "xyz789",
-  "state": "abc123",
-  "status": "xyz789",
-  "submitted_by": "abc123",
-  "template_id": "4"
+  "state": "xyz789",
+  "status": "abc123",
+  "submitted_by": "xyz789",
+  "template_id": 4
 }
 
@@ -57728,7 +57722,12 @@
Fields
Example
-
{"item_id": 4, "max_qty": 987.65, "min_qty": 123.45, "quantity": 123.45}
+                  
{
+  "item_id": "4",
+  "max_qty": 987.65,
+  "min_qty": 987.65,
+  "quantity": 987.65
+}
 
@@ -57790,8 +57789,8 @@
Example
{
   "document_identifier": "abc123",
   "document_name": "abc123",
-  "link_id": 4,
-  "reference_document_url": "abc123"
+  "link_id": "4",
+  "reference_document_url": "xyz789"
 }
 
@@ -57998,7 +57997,7 @@
Example
"items": [NegotiableQuoteTemplateGridItem], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 123 + "total_count": 987 }
@@ -58052,7 +58051,7 @@
Possible Types
Example
-
{"quote_uid": "4"}
+                  
{"quote_uid": 4}
 
@@ -58092,7 +58091,7 @@
Fields
Example
-
{"quote_uid": 4}
+                  
{"quote_uid": "4"}
 
@@ -58199,7 +58198,7 @@
Example
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -58246,7 +58245,7 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "uid": "4"
 }
 
@@ -58337,8 +58336,8 @@
Fields
Example
{
-  "order_id": "xyz789",
-  "order_number": "abc123"
+  "order_id": "abc123",
+  "order_number": "xyz789"
 }
 
@@ -58524,21 +58523,21 @@
attributeCodes
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "company": "abc123",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
   "fax": "xyz789",
   "firstname": "abc123",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "middlename": "xyz789",
   "postcode": "abc123",
-  "prefix": "abc123",
-  "region": "xyz789",
-  "region_id": 4,
-  "street": ["xyz789"],
+  "prefix": "xyz789",
+  "region": "abc123",
+  "region_id": "4",
+  "street": ["abc123"],
   "suffix": "abc123",
-  "telephone": "abc123",
+  "telephone": "xyz789",
   "vat_id": "xyz789"
 }
 
@@ -58598,10 +58597,10 @@
Fields
Example
{
   "firstname": "xyz789",
-  "lastname": "xyz789",
+  "lastname": "abc123",
   "middlename": "xyz789",
   "prefix": "xyz789",
-  "suffix": "abc123"
+  "suffix": "xyz789"
 }
 
@@ -58656,7 +58655,7 @@
Fields
Example
{
-  "email": "xyz789",
+  "email": "abc123",
   "lastname": "abc123",
   "number": "abc123"
 }
@@ -58802,22 +58801,22 @@ 
Fields
Example
{
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
   "id": "4",
   "prices": OrderItemPrices,
   "product": ProductInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "xyz789",
   "product_type": "xyz789",
   "product_url_key": "abc123",
   "quantity_canceled": 987.65,
-  "quantity_invoiced": 123.45,
+  "quantity_invoiced": 987.65,
   "quantity_ordered": 123.45,
-  "quantity_refunded": 987.65,
+  "quantity_refunded": 123.45,
   "quantity_return_requested": 987.65,
   "quantity_returned": 123.45,
   "quantity_shipped": 123.45,
@@ -59007,24 +59006,24 @@ 
Possible Types
Example
{
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
   "id": "4",
   "prices": OrderItemPrices,
   "product": ProductInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
-  "product_type": "xyz789",
+  "product_sku": "abc123",
+  "product_type": "abc123",
   "product_url_key": "abc123",
-  "quantity_canceled": 123.45,
-  "quantity_invoiced": 123.45,
-  "quantity_ordered": 123.45,
+  "quantity_canceled": 987.65,
+  "quantity_invoiced": 987.65,
+  "quantity_ordered": 987.65,
   "quantity_refunded": 987.65,
   "quantity_return_requested": 987.65,
-  "quantity_returned": 123.45,
+  "quantity_returned": 987.65,
   "quantity_shipped": 987.65,
   "selected_options": [OrderItemOption],
   "status": "abc123"
@@ -59075,7 +59074,7 @@ 
Fields
Example
{
   "label": "abc123",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -59228,7 +59227,7 @@
Example
{
   "additional_data": [KeyValue],
   "name": "xyz789",
-  "type": "abc123"
+  "type": "xyz789"
 }
 
@@ -59291,9 +59290,9 @@
Fields
Example
{
   "comments": [SalesCommentItem],
-  "id": 4,
+  "id": "4",
   "items": [ShipmentItemInterface],
-  "number": "xyz789",
+  "number": "abc123",
   "tracking": [ShipmentTracking]
 }
 
@@ -59336,7 +59335,7 @@
Fields
Example
-
{"token": "abc123"}
+                  
{"token": "xyz789"}
 
@@ -59562,7 +59561,7 @@
Fields
Example
{
-  "cancel_url": "xyz789",
+  "cancel_url": "abc123",
   "error_url": "xyz789",
   "return_url": "abc123"
 }
@@ -59671,7 +59670,7 @@ 
Fields
Example
{
   "mode": "TEST",
-  "paypal_url": "abc123",
+  "paypal_url": "xyz789",
   "secure_token": "xyz789",
   "secure_token_id": "abc123"
 }
@@ -59715,7 +59714,7 @@ 
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -59764,7 +59763,7 @@
Fields
Example
{
   "cc_details": CreditCardDetailsInput,
-  "is_active_payment_token_enabler": false
+  "is_active_payment_token_enabler": true
 }
 
@@ -59813,8 +59812,8 @@
Fields
Example
{
-  "cart_id": "abc123",
-  "paypal_payload": "abc123"
+  "cart_id": "xyz789",
+  "paypal_payload": "xyz789"
 }
 
@@ -59899,7 +59898,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "urls": PayflowProUrlInput
 }
 
@@ -60057,11 +60056,11 @@
Possible Types
Example
{
   "code": "xyz789",
-  "is_visible": true,
-  "payment_intent": "abc123",
+  "is_visible": false,
+  "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
-  "title": "xyz789"
+  "sort_order": "abc123",
+  "title": "abc123"
 }
 
@@ -60382,7 +60381,7 @@
Example
"payment_services_paypal_smart_buttons": SmartButtonMethodInput, "payment_services_paypal_vault": VaultMethodInput, "paypal_express": PaypalExpressInput, - "purchase_order_number": "abc123" + "purchase_order_number": "xyz789" }
@@ -60485,7 +60484,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "params": [SDKParams]
 }
 
@@ -60660,8 +60659,8 @@
Fields
Example
{
-  "details": "abc123",
-  "payment_method_code": "abc123",
+  "details": "xyz789",
+  "payment_method_code": "xyz789",
   "public_hash": "xyz789",
   "type": "card"
 }
@@ -60759,8 +60758,8 @@ 
Fields
Example
{
-  "payer_id": "xyz789",
-  "token": "abc123"
+  "payer_id": "abc123",
+  "token": "xyz789"
 }
 
@@ -60828,7 +60827,7 @@
Fields
Example
{
   "cart_id": "xyz789",
-  "code": "xyz789",
+  "code": "abc123",
   "express_button": true,
   "urls": PaypalExpressUrlsInput,
   "use_paypal_credit": true
@@ -60927,7 +60926,7 @@ 
Fields
Example
{
   "edit": "abc123",
-  "start": "xyz789"
+  "start": "abc123"
 }
 
@@ -60988,10 +60987,10 @@
Fields
Example
{
-  "cancel_url": "abc123",
-  "pending_url": "xyz789",
-  "return_url": "abc123",
-  "success_url": "xyz789"
+  "cancel_url": "xyz789",
+  "pending_url": "abc123",
+  "return_url": "xyz789",
+  "success_url": "abc123"
 }
 
@@ -61069,7 +61068,7 @@
Possible Types
Example
-
{"weight": 123.45}
+                  
{"weight": 987.65}
 
@@ -61195,20 +61194,20 @@
Fields
Example
{
-  "city": "abc123",
-  "contact_name": "xyz789",
-  "country_id": "abc123",
+  "city": "xyz789",
+  "contact_name": "abc123",
+  "country_id": "xyz789",
   "description": "abc123",
-  "email": "xyz789",
-  "fax": "xyz789",
+  "email": "abc123",
+  "fax": "abc123",
   "latitude": 123.45,
-  "longitude": 987.65,
+  "longitude": 123.45,
   "name": "abc123",
-  "phone": "abc123",
-  "pickup_location_code": "xyz789",
-  "postcode": "xyz789",
-  "region": "xyz789",
-  "region_id": 123,
+  "phone": "xyz789",
+  "pickup_location_code": "abc123",
+  "postcode": "abc123",
+  "region": "abc123",
+  "region_id": 987,
   "street": "xyz789"
 }
 
@@ -61821,7 +61820,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -62222,9 +62221,9 @@
Fields
Example
{
-  "discount_percentage": 123.45,
+  "discount_percentage": 987.65,
   "main_final_price": 987.65,
-  "main_price": 123.45
+  "main_price": 987.65
 }
 
@@ -62831,7 +62830,7 @@
Fields
Example
-
{"amount_off": 987.65, "percent_off": 987.65}
+                  
{"amount_off": 123.45, "percent_off": 987.65}
 
@@ -63198,9 +63197,9 @@
Fields
Example
{
   "disabled": false,
-  "label": "abc123",
+  "label": "xyz789",
   "position": 987,
-  "url": "abc123"
+  "url": "xyz789"
 }
 
@@ -63860,45 +63859,45 @@
Example
{
   "activity": "xyz789",
   "attribute_set_id": 987,
-  "canonical_url": "xyz789",
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "category_gear": "abc123",
+  "category_gear": "xyz789",
   "climate": "xyz789",
-  "collar": "xyz789",
+  "collar": "abc123",
   "color": 123,
-  "country_of_manufacture": "abc123",
-  "created_at": "abc123",
+  "country_of_manufacture": "xyz789",
+  "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "eco_collection": 987,
-  "erin_recommends": 987,
-  "features_bags": "xyz789",
-  "format": 987,
+  "eco_collection": 123,
+  "erin_recommends": 123,
+  "features_bags": "abc123",
+  "format": 123,
   "gender": "xyz789",
-  "gift_message_available": true,
+  "gift_message_available": false,
   "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
-  "id": 123,
+  "id": 987,
   "image": ProductImage,
-  "is_returnable": "xyz789",
+  "is_returnable": "abc123",
   "manufacturer": 987,
-  "material": "xyz789",
-  "max_sale_qty": 123.45,
+  "material": "abc123",
+  "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
   "meta_description": "xyz789",
   "meta_keyword": "xyz789",
   "meta_title": "abc123",
   "min_sale_qty": 123.45,
-  "name": "xyz789",
+  "name": "abc123",
   "new": 987,
   "new_from_date": "abc123",
-  "new_to_date": "abc123",
+  "new_to_date": "xyz789",
   "only_x_left_in_stock": 987.65,
   "options_container": "abc123",
-  "pattern": "abc123",
-  "performance_fabric": 123,
+  "pattern": "xyz789",
+  "performance_fabric": 987,
   "price": ProductPrices,
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
@@ -63910,33 +63909,33 @@ 
Example
"review_count": 987, "reviews": ProductReviews, "rules": [CatalogRule], - "sale": 123, + "sale": 987, "short_description": ComplexTextValue, - "size": 987, - "sku": "abc123", + "size": 123, + "sku": "xyz789", "sleeve": "xyz789", "small_image": ProductImage, "special_from_date": "abc123", - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "abc123", - "staged": true, + "staged": false, "stock_status": "IN_STOCK", "strap_bags": "xyz789", - "style_bags": "xyz789", + "style_bags": "abc123", "style_bottom": "xyz789", - "style_general": "xyz789", + "style_general": "abc123", "swatch_image": "abc123", "thumbnail": ProductImage, - "tier_price": 123.45, + "tier_price": 987.65, "tier_prices": [ProductTierPrices], - "type_id": "xyz789", - "uid": 4, + "type_id": "abc123", + "uid": "4", "updated_at": "abc123", "upsell_products": [ProductInterface], - "url_key": "xyz789", - "url_path": "abc123", + "url_key": "abc123", + "url_path": "xyz789", "url_rewrites": [UrlRewrite], - "url_suffix": "xyz789", + "url_suffix": "abc123", "websites": [Website] }
@@ -63999,7 +63998,7 @@
Fields
Example
{
-  "link_type": "xyz789",
+  "link_type": "abc123",
   "linked_product_sku": "xyz789",
   "linked_product_type": "xyz789",
   "position": 987,
@@ -64082,11 +64081,11 @@ 
Possible Types
Example
{
-  "link_type": "xyz789",
+  "link_type": "abc123",
   "linked_product_sku": "xyz789",
   "linked_product_type": "abc123",
-  "position": 123,
-  "sku": "abc123"
+  "position": 987,
+  "sku": "xyz789"
 }
 
@@ -64138,8 +64137,8 @@
Fields
Example
{
-  "base64_encoded_data": "xyz789",
-  "name": "xyz789",
+  "base64_encoded_data": "abc123",
+  "name": "abc123",
   "type": "abc123"
 }
 
@@ -64207,12 +64206,12 @@
Fields
Example
{
-  "media_type": "xyz789",
-  "video_description": "xyz789",
-  "video_metadata": "xyz789",
-  "video_provider": "xyz789",
-  "video_title": "abc123",
-  "video_url": "abc123"
+  "media_type": "abc123",
+  "video_description": "abc123",
+  "video_metadata": "abc123",
+  "video_provider": "abc123",
+  "video_title": "xyz789",
+  "video_url": "xyz789"
 }
 
@@ -64401,13 +64400,13 @@
Fields
Example
{
-  "average_rating": 123.45,
+  "average_rating": 987.65,
   "created_at": "xyz789",
   "nickname": "abc123",
   "product": ProductInterface,
   "ratings_breakdown": [ProductReviewRating],
-  "summary": "xyz789",
-  "text": "xyz789"
+  "summary": "abc123",
+  "text": "abc123"
 }
 
@@ -64454,8 +64453,8 @@
Fields
Example
{
-  "name": "abc123",
-  "value": "abc123"
+  "name": "xyz789",
+  "value": "xyz789"
 }
 
@@ -64504,8 +64503,8 @@
Fields
Example
{
-  "id": "xyz789",
-  "value_id": "xyz789"
+  "id": "abc123",
+  "value_id": "abc123"
 }
 
@@ -64557,8 +64556,8 @@
Fields
Example
{
-  "id": "abc123",
-  "name": "abc123",
+  "id": "xyz789",
+  "name": "xyz789",
   "values": [ProductReviewRatingValueMetadata]
 }
 
@@ -64606,8 +64605,8 @@
Fields
Example
{
-  "value": "xyz789",
-  "value_id": "abc123"
+  "value": "abc123",
+  "value_id": "xyz789"
 }
 
@@ -64814,7 +64813,7 @@
Example
"customer_group_id": "abc123", "percentage_value": 987.65, "qty": 123.45, - "value": 987.65, + "value": 123.45, "website_id": 123.45 }
@@ -64877,10 +64876,10 @@
Fields
Example
{
-  "disabled": true,
-  "label": "abc123",
+  "disabled": false,
+  "label": "xyz789",
   "position": 123,
-  "url": "xyz789",
+  "url": "abc123",
   "video_content": ProductMediaGalleryEntriesVideoContent
 }
 
@@ -64973,7 +64972,7 @@
Example
"page_info": SearchResultPageInfo, "sort_fields": SortFields, "suggestions": [SearchSuggestion], - "total_count": 987 + "total_count": 123 }
@@ -65073,14 +65072,14 @@
Example
"approval_flow": [PurchaseOrderRuleApprovalFlow], "available_actions": ["REJECT"], "comments": [PurchaseOrderComment], - "created_at": "xyz789", + "created_at": "abc123", "created_by": Customer, "history_log": [PurchaseOrderHistoryItem], - "number": "abc123", + "number": "xyz789", "order": CustomerOrder, "quote": Cart, "status": "PENDING", - "uid": "4", + "uid": 4, "updated_at": "abc123" }
@@ -65193,7 +65192,7 @@
Fields
Example
-
{"message": "xyz789", "type": "NOT_FOUND"}
+                  
{"message": "abc123", "type": "NOT_FOUND"}
 
@@ -65254,9 +65253,9 @@
Fields
Example
{
-  "message": "xyz789",
+  "message": "abc123",
   "name": "abc123",
-  "role": "xyz789",
+  "role": "abc123",
   "status": "PENDING",
   "updated_at": "xyz789"
 }
@@ -65400,13 +65399,13 @@ 
Example
"applies_to_roles": [CompanyRole], "approver_roles": [CompanyRole], "condition": PurchaseOrderApprovalRuleConditionInterface, - "created_at": "xyz789", + "created_at": "abc123", "created_by": "abc123", - "description": "abc123", + "description": "xyz789", "name": "abc123", "status": "ENABLED", - "uid": "4", - "updated_at": "abc123" + "uid": 4, + "updated_at": "xyz789" }
@@ -65637,7 +65636,7 @@
Fields
Example
-
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
+                  
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 123}
 
@@ -65712,8 +65711,8 @@
Example
"applies_to": ["4"], "approvers": ["4"], "condition": CreatePurchaseOrderApprovalRuleConditionInput, - "description": "abc123", - "name": "xyz789", + "description": "xyz789", + "name": "abc123", "status": "ENABLED" }
@@ -65919,7 +65918,7 @@
Example
{
   "items": [PurchaseOrderApprovalRule],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -65978,8 +65977,8 @@
Example
{
   "author": Customer,
   "created_at": "xyz789",
-  "text": "abc123",
-  "uid": "4"
+  "text": "xyz789",
+  "uid": 4
 }
 
@@ -66103,8 +66102,8 @@
Fields
Example
{
   "activity": "xyz789",
-  "created_at": "abc123",
-  "message": "xyz789",
+  "created_at": "xyz789",
+  "message": "abc123",
   "uid": 4
 }
 
@@ -66556,9 +66555,9 @@
Fields
Example
{
-  "item_id": "4",
-  "note": "xyz789",
-  "templateId": 4
+  "item_id": 4,
+  "note": "abc123",
+  "templateId": "4"
 }
 
@@ -66605,8 +66604,8 @@
Fields
Example
{
-  "message": "xyz789",
-  "type": "abc123"
+  "message": "abc123",
+  "type": "xyz789"
 }
 
@@ -66729,11 +66728,11 @@
Fields
Example
{
   "badge_position": "xyz789",
-  "language_code": "abc123",
+  "language_code": "xyz789",
   "minimum_score": 123.45,
   "re_captcha_type": "INVISIBLE",
-  "technical_failure_message": "xyz789",
-  "theme": "xyz789",
+  "technical_failure_message": "abc123",
+  "theme": "abc123",
   "validation_failure_message": "abc123",
   "website_key": "abc123"
 }
@@ -66812,14 +66811,14 @@ 
Fields
Example
{
-  "badge_position": "abc123",
+  "badge_position": "xyz789",
   "failure_message": "xyz789",
   "forms": ["PLACE_ORDER"],
-  "is_enabled": false,
+  "is_enabled": true,
   "language_code": "abc123",
   "minimum_score": 987.65,
-  "theme": "xyz789",
-  "website_key": "xyz789"
+  "theme": "abc123",
+  "website_key": "abc123"
 }
 
@@ -67028,7 +67027,7 @@
Fields
Example
{
   "code": "abc123",
-  "id": 123,
+  "id": 987,
   "name": "xyz789"
 }
 
@@ -67071,7 +67070,7 @@
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -67159,7 +67158,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "coupon_codes": ["abc123"]
 }
 
@@ -67427,7 +67426,7 @@
Example
{
   "cart_id": "xyz789",
   "cart_item_id": 987,
-  "cart_item_uid": "4"
+  "cart_item_uid": 4
 }
 
@@ -67605,7 +67604,10 @@
Fields
Example
-
{"item_uids": ["4"], "template_id": 4}
+                  
{
+  "item_uids": ["4"],
+  "template_id": "4"
+}
 
@@ -67652,7 +67654,10 @@
Fields
Example
-
{"products": ["4"], "uid": 4}
+                  
{
+  "products": ["4"],
+  "uid": "4"
+}
 
@@ -67862,7 +67867,7 @@
Fields
Example
-
{"cart_id": "abc123"}
+                  
{"cart_id": "xyz789"}
 
@@ -67956,9 +67961,9 @@
Fields
Example
{
-  "quote_comment": "xyz789",
+  "quote_comment": "abc123",
   "quote_name": "abc123",
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -68107,7 +68112,7 @@
Fields
Example
{
-  "comment_text": "xyz789",
+  "comment_text": "abc123",
   "contact_email": "abc123",
   "items": [RequestReturnItemInput],
   "token": "xyz789"
@@ -68256,7 +68261,7 @@ 
Fields
Example
-
{"cart_id": "4"}
+                  
{"cart_id": 4}
 
@@ -68316,8 +68321,8 @@
Fields
Example
{
-  "comment_text": "xyz789",
-  "contact_email": "xyz789",
+  "comment_text": "abc123",
+  "contact_email": "abc123",
   "items": [RequestReturnItemInput],
   "order_uid": 4
 }
@@ -68542,8 +68547,8 @@ 
Example
{
   "description": "xyz789",
   "items": RequistionListItems,
-  "items_count": 123,
-  "name": "xyz789",
+  "items_count": 987,
+  "name": "abc123",
   "uid": "4",
   "updated_at": "xyz789"
 }
@@ -68765,8 +68770,8 @@ 
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
-  "quantity": 123.45,
+  "parent_sku": "xyz789",
+  "quantity": 987.65,
   "selected_options": ["xyz789"],
   "sku": "abc123"
 }
@@ -68876,7 +68881,7 @@ 
Example
{
   "items": [RequisitionListItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_pages": 987
+  "total_pages": 123
 }
 
@@ -68968,11 +68973,11 @@
Example
"created_at": "abc123", "customer": ReturnCustomer, "items": [ReturnItem], - "number": "abc123", + "number": "xyz789", "order": CustomerOrder, "shipping": ReturnShipping, "status": "PENDING", - "uid": "4" + "uid": 4 }
@@ -69029,10 +69034,10 @@
Fields
Example
{
-  "author_name": "abc123",
-  "created_at": "xyz789",
-  "text": "xyz789",
-  "uid": "4"
+  "author_name": "xyz789",
+  "created_at": "abc123",
+  "text": "abc123",
+  "uid": 4
 }
 
@@ -69084,9 +69089,9 @@
Fields
Example
{
-  "label": "abc123",
-  "uid": "4",
-  "value": "abc123"
+  "label": "xyz789",
+  "uid": 4,
+  "value": "xyz789"
 }
 
@@ -69139,7 +69144,7 @@
Fields
Example
{
   "email": "abc123",
-  "firstname": "xyz789",
+  "firstname": "abc123",
   "lastname": "abc123"
 }
 
@@ -69216,10 +69221,10 @@
Example
"custom_attributes": [ReturnCustomAttribute], "custom_attributesV2": [AttributeValueInterface], "order_item": OrderItemInterface, - "quantity": 987.65, + "quantity": 123.45, "request_quantity": 987.65, "status": "PENDING", - "uid": 4 + "uid": "4" }
@@ -69321,14 +69326,14 @@
Fields
Example
{
-  "code": "4",
-  "default_value": "xyz789",
+  "code": 4,
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "abc123",
+  "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
   "is_required": false,
-  "is_unique": false,
+  "is_unique": true,
   "label": "xyz789",
   "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
@@ -69540,12 +69545,12 @@ 
Fields
Example
{
   "city": "xyz789",
-  "contact_name": "abc123",
+  "contact_name": "xyz789",
   "country": Country,
   "postcode": "xyz789",
   "region": Region,
-  "street": ["abc123"],
-  "telephone": "abc123"
+  "street": ["xyz789"],
+  "telephone": "xyz789"
 }
 
@@ -69649,8 +69654,8 @@
Example
{
   "carrier": ReturnShippingCarrier,
   "status": ReturnShippingTrackingStatus,
-  "tracking_number": "xyz789",
-  "uid": "4"
+  "tracking_number": "abc123",
+  "uid": 4
 }
 
@@ -69957,7 +69962,7 @@
Fields
Example
-
{"result": false}
+                  
{"result": true}
 
@@ -70058,7 +70063,7 @@
Fields
Example
-
{"money": Money, "points": 123.45}
+                  
{"money": Money, "points": 987.65}
 
@@ -70116,8 +70121,8 @@
Example
{
   "balance": RewardPointsAmount,
   "change_reason": "xyz789",
-  "date": "xyz789",
-  "points_change": 123.45
+  "date": "abc123",
+  "points_change": 987.65
 }
 
@@ -70211,7 +70216,7 @@
Fields
Example
-
{"currency_amount": 123.45, "points": 123.45}
+                  
{"currency_amount": 987.65, "points": 123.45}
 
@@ -70417,7 +70422,7 @@
Possible Types
Example
{
-  "redirect_code": 123,
+  "redirect_code": 987,
   "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
@@ -70471,7 +70476,7 @@ 
Fields
Example
{
-  "redirect_code": 123,
+  "redirect_code": 987,
   "relative_url": "abc123",
   "type": "CMS_PAGE"
 }
@@ -70569,7 +70574,7 @@ 
Fields
Example
{
   "message": "abc123",
-  "timestamp": "abc123"
+  "timestamp": "xyz789"
 }
 
@@ -70676,7 +70681,7 @@
Fields
Example
-
{"current_page": 987, "page_size": 987, "total_pages": 987}
+                  
{"current_page": 123, "page_size": 123, "total_pages": 987}
 
@@ -70716,7 +70721,7 @@
Fields
Example
-
{"search": "xyz789"}
+                  
{"search": "abc123"}
 
@@ -70779,7 +70784,7 @@
Fields
Example
{
-  "id": 123,
+  "id": 987,
   "label": "xyz789",
   "type": "abc123",
   "uid": 4,
@@ -70856,13 +70861,13 @@ 
Fields
Example
{
-  "id": 987,
+  "id": 123,
   "label": "abc123",
   "original_price": Money,
   "price": 987.65,
   "priceV2": Money,
-  "quantity": 123.45,
-  "uid": "4"
+  "quantity": 987.65,
+  "uid": 4
 }
 
@@ -70935,10 +70940,10 @@
Example
{
   "configurable_product_option_uid": "4",
   "configurable_product_option_value_uid": 4,
-  "id": 987,
-  "option_label": "abc123",
+  "id": 123,
+  "option_label": "xyz789",
   "value_id": 123,
-  "value_label": "abc123"
+  "value_label": "xyz789"
 }
 
@@ -70987,8 +70992,8 @@
Fields
Example
{
-  "attribute_code": "xyz789",
-  "value": "abc123"
+  "attribute_code": "abc123",
+  "value": "xyz789"
 }
 
@@ -71062,11 +71067,11 @@
Fields
Example
{
-  "customizable_option_uid": "4",
-  "id": 987,
+  "customizable_option_uid": 4,
+  "id": 123,
   "is_required": false,
   "label": "abc123",
-  "sort_order": 987,
+  "sort_order": 123,
   "type": "xyz789",
   "values": [SelectedCustomizableOptionValue]
 }
@@ -71134,9 +71139,9 @@ 
Example
{
   "customizable_option_value_uid": "4",
   "id": 987,
-  "label": "abc123",
+  "label": "xyz789",
   "price": CartItemSelectedOptionValuePrice,
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -71190,7 +71195,7 @@
Example
{
   "code": "abc123",
   "purchase_order_number": "xyz789",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -71271,10 +71276,10 @@
Example
{
   "amount": Money,
   "base_amount": Money,
-  "carrier_code": "abc123",
-  "carrier_title": "xyz789",
-  "method_code": "abc123",
-  "method_title": "xyz789",
+  "carrier_code": "xyz789",
+  "carrier_title": "abc123",
+  "method_code": "xyz789",
+  "method_title": "abc123",
   "price_excl_tax": Money,
   "price_incl_tax": Money
 }
@@ -71429,7 +71434,7 @@ 
Fields
Example
{
   "email": "xyz789",
-  "name": "xyz789"
+  "name": "abc123"
 }
 
@@ -71478,7 +71483,7 @@
Fields
Example
{
-  "email": "abc123",
+  "email": "xyz789",
   "name": "abc123"
 }
 
@@ -71533,7 +71538,7 @@
Example
{
   "email": "abc123",
   "message": "xyz789",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -71588,7 +71593,7 @@
Fields
Example
{
-  "email": "xyz789",
+  "email": "abc123",
   "message": "xyz789",
   "name": "xyz789"
 }
@@ -71636,7 +71641,7 @@ 
Fields
Example
-
{"enabled_for_customers": false, "enabled_for_guests": false}
+                  
{"enabled_for_customers": false, "enabled_for_guests": true}
 
@@ -71683,7 +71688,10 @@
Fields
Example
-
{"comment": NegotiableQuoteCommentInput, "quote_uid": 4}
+                  
{
+  "comment": NegotiableQuoteCommentInput,
+  "quote_uid": "4"
+}
 
@@ -71879,9 +71887,9 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "gift_message": GiftMessageInput,
-  "gift_receipt_included": false,
+  "gift_receipt_included": true,
   "gift_wrapping_id": "4",
   "printed_card_included": false
 }
@@ -71973,7 +71981,7 @@ 
Fields
Example
{
   "cart_id": "abc123",
-  "email": "xyz789"
+  "email": "abc123"
 }
 
@@ -72103,7 +72111,7 @@
Fields
Example
{
   "billing_address": NegotiableQuoteBillingAddressInput,
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -72289,7 +72297,7 @@
Fields
Example
{
   "customer_address_id": "4",
-  "quote_uid": "4",
+  "quote_uid": 4,
   "shipping_addresses": [
     NegotiableQuoteShippingAddressInput
   ]
@@ -72381,7 +72389,7 @@ 
Fields
Example
{
-  "quote_uid": "4",
+  "quote_uid": 4,
   "shipping_methods": [ShippingMethodInput]
 }
 
@@ -72472,7 +72480,7 @@
Fields
Example
{
   "shipping_address": NegotiableQuoteTemplateShippingAddressInput,
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -72521,7 +72529,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "payment_method": PaymentMethodInput
 }
 
@@ -72751,7 +72759,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "shipping_methods": [ShippingMethodInput]
 }
 
@@ -72841,7 +72849,7 @@
Fields
Example
{
-  "email": "xyz789",
+  "email": "abc123",
   "name": "xyz789"
 }
 
@@ -72883,7 +72891,7 @@
Fields
Example
-
{"is_shared": true}
+                  
{"is_shared": false}
 
@@ -73046,9 +73054,9 @@
Example
{
   "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
 }
 
@@ -73143,12 +73151,12 @@
Possible Types
Example
{
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "xyz789",
-  "quantity_shipped": 987.65
+  "product_sku": "abc123",
+  "quantity_shipped": 123.45
 }
 
@@ -73201,7 +73209,7 @@
Fields
Example
{
   "carrier": "abc123",
-  "number": "abc123",
+  "number": "xyz789",
   "title": "abc123"
 }
 
@@ -73265,7 +73273,7 @@
Example
{
   "address": CartAddressInput,
   "customer_address_id": 123,
-  "customer_notes": "abc123",
+  "customer_notes": "xyz789",
   "pickup_location_code": "xyz789"
 }
 
@@ -73437,27 +73445,27 @@
Example
"cart_items": [CartItemQuantity], "cart_items_v2": [CartItemInterface], "city": "abc123", - "company": "abc123", + "company": "xyz789", "country": CartAddressCountry, "custom_attributes": [AttributeValueInterface], "customer_notes": "xyz789", - "fax": "abc123", - "firstname": "abc123", + "fax": "xyz789", + "firstname": "xyz789", "id": 987, - "items_weight": 123.45, + "items_weight": 987.65, "lastname": "xyz789", - "middlename": "abc123", - "pickup_location_code": "abc123", - "postcode": "abc123", + "middlename": "xyz789", + "pickup_location_code": "xyz789", + "postcode": "xyz789", "prefix": "abc123", "region": CartAddressRegion, - "same_as_billing": true, + "same_as_billing": false, "selected_shipping_method": SelectedShippingMethod, - "street": ["abc123"], + "street": ["xyz789"], "suffix": "xyz789", - "telephone": "abc123", + "telephone": "xyz789", "uid": "xyz789", - "vat_id": "xyz789" + "vat_id": "abc123" }
@@ -73743,8 +73751,8 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "id": "xyz789", - "is_available": true, + "id": "abc123", + "is_available": false, "max_qty": 123.45, "min_qty": 123.45, "not_available_message": "xyz789", @@ -74309,34 +74317,34 @@
Example
"attribute_set_id": 987, "canonical_url": "xyz789", "categories": [CategoryInterface], - "category_gear": "abc123", - "climate": "abc123", + "category_gear": "xyz789", + "climate": "xyz789", "collar": "abc123", "color": 123, - "country_of_manufacture": "abc123", - "created_at": "xyz789", + "country_of_manufacture": "xyz789", + "created_at": "abc123", "crosssell_products": [ProductInterface], "custom_attributesV2": ProductCustomAttributes, "description": ComplexTextValue, - "eco_collection": 987, + "eco_collection": 123, "erin_recommends": 987, "features_bags": "xyz789", "format": 123, "gender": "xyz789", "gift_message_available": true, - "gift_wrapping_available": false, + "gift_wrapping_available": true, "gift_wrapping_price": Money, "id": 987, "image": ProductImage, "is_returnable": "xyz789", "manufacturer": 987, "material": "xyz789", - "max_sale_qty": 123.45, + "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "media_gallery_entries": [MediaGalleryEntry], - "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", "new": 123, @@ -74344,52 +74352,52 @@
Example
"new_to_date": "xyz789", "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], - "options_container": "abc123", - "pattern": "abc123", + "options_container": "xyz789", + "pattern": "xyz789", "performance_fabric": 123, "price": ProductPrices, "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "purpose": 123, - "quantity": 987.65, + "purpose": 987, + "quantity": 123.45, "rating_summary": 987.65, - "redirect_code": 123, + "redirect_code": 987, "related_products": [ProductInterface], - "relative_url": "abc123", + "relative_url": "xyz789", "review_count": 123, "reviews": ProductReviews, "rules": [CatalogRule], - "sale": 123, + "sale": 987, "short_description": ComplexTextValue, - "size": 987, - "sku": "xyz789", - "sleeve": "xyz789", + "size": 123, + "sku": "abc123", + "sleeve": "abc123", "small_image": ProductImage, - "special_from_date": "xyz789", - "special_price": 123.45, - "special_to_date": "abc123", + "special_from_date": "abc123", + "special_price": 987.65, + "special_to_date": "xyz789", "staged": false, "stock_status": "IN_STOCK", "strap_bags": "abc123", - "style_bags": "xyz789", - "style_bottom": "abc123", - "style_general": "abc123", + "style_bags": "abc123", + "style_bottom": "xyz789", + "style_general": "xyz789", "swatch_image": "xyz789", "thumbnail": ProductImage, "tier_price": 987.65, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", - "type_id": "abc123", + "type_id": "xyz789", "uid": "4", "updated_at": "xyz789", "upsell_products": [ProductInterface], - "url_key": "abc123", + "url_key": "xyz789", "url_path": "xyz789", "url_rewrites": [UrlRewrite], "url_suffix": "xyz789", "websites": [Website], - "weight": 123.45 + "weight": 987.65 }
@@ -74498,7 +74506,7 @@
Example
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "uid": 4
 }
 
@@ -74568,7 +74576,7 @@
Example
{
   "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": 4,
   "product": ProductInterface,
   "quantity": 987.65
@@ -74626,9 +74634,9 @@ 
Fields
Example
{
-  "payment_source": "xyz789",
+  "payment_source": "abc123",
   "payments_order_id": "xyz789",
-  "paypal_order_id": "xyz789"
+  "paypal_order_id": "abc123"
 }
 
@@ -74713,11 +74721,11 @@
Example
{
   "button_styles": ButtonStyles,
   "code": "xyz789",
-  "display_message": false,
+  "display_message": true,
   "display_venmo": true,
-  "is_visible": true,
+  "is_visible": false,
   "message_styles": MessageStyles,
-  "payment_intent": "xyz789",
+  "payment_intent": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
   "title": "xyz789"
@@ -74816,7 +74824,7 @@ 
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "value": "xyz789"
 }
 
@@ -76389,247 +76397,247 @@
Fields
Example
{
   "absolute_footer": "abc123",
-  "allow_gift_receipt": "abc123",
+  "allow_gift_receipt": "xyz789",
   "allow_gift_wrapping_on_order": "xyz789",
   "allow_gift_wrapping_on_order_items": "abc123",
-  "allow_guests_to_write_product_reviews": "abc123",
+  "allow_guests_to_write_product_reviews": "xyz789",
   "allow_items": "xyz789",
-  "allow_order": "abc123",
-  "allow_printed_card": "xyz789",
+  "allow_order": "xyz789",
+  "allow_printed_card": "abc123",
   "autocomplete_on_storefront": false,
-  "base_currency_code": "xyz789",
+  "base_currency_code": "abc123",
   "base_link_url": "abc123",
-  "base_media_url": "xyz789",
-  "base_static_url": "xyz789",
-  "base_url": "abc123",
-  "braintree_3dsecure_allowspecific": true,
-  "braintree_3dsecure_always_request_3ds": false,
-  "braintree_3dsecure_specificcountry": "xyz789",
+  "base_media_url": "abc123",
+  "base_static_url": "abc123",
+  "base_url": "xyz789",
+  "braintree_3dsecure_allowspecific": false,
+  "braintree_3dsecure_always_request_3ds": true,
+  "braintree_3dsecure_specificcountry": "abc123",
   "braintree_3dsecure_threshold_amount": "xyz789",
   "braintree_3dsecure_verify_3dsecure": false,
   "braintree_ach_direct_debit_vault_active": true,
   "braintree_applepay_merchant_name": "abc123",
-  "braintree_applepay_vault_active": false,
-  "braintree_cc_vault_active": "abc123",
+  "braintree_applepay_vault_active": true,
+  "braintree_cc_vault_active": "xyz789",
   "braintree_cc_vault_cvv": false,
-  "braintree_environment": "xyz789",
+  "braintree_environment": "abc123",
   "braintree_googlepay_btn_color": "xyz789",
-  "braintree_googlepay_cctypes": "xyz789",
-  "braintree_googlepay_merchant_id": "abc123",
-  "braintree_googlepay_vault_active": true,
-  "braintree_local_payment_allowed_methods": "abc123",
-  "braintree_local_payment_fallback_button_text": "xyz789",
+  "braintree_googlepay_cctypes": "abc123",
+  "braintree_googlepay_merchant_id": "xyz789",
+  "braintree_googlepay_vault_active": false,
+  "braintree_local_payment_allowed_methods": "xyz789",
+  "braintree_local_payment_fallback_button_text": "abc123",
   "braintree_local_payment_redirect_on_fail": "xyz789",
   "braintree_merchant_account_id": "abc123",
   "braintree_paypal_button_location_cart_type_credit_color": "abc123",
-  "braintree_paypal_button_location_cart_type_credit_label": "xyz789",
+  "braintree_paypal_button_location_cart_type_credit_label": "abc123",
   "braintree_paypal_button_location_cart_type_credit_shape": "abc123",
-  "braintree_paypal_button_location_cart_type_credit_show": false,
+  "braintree_paypal_button_location_cart_type_credit_show": true,
   "braintree_paypal_button_location_cart_type_messaging_layout": "xyz789",
-  "braintree_paypal_button_location_cart_type_messaging_logo": "xyz789",
+  "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
   "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
   "braintree_paypal_button_location_cart_type_messaging_show": false,
   "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
-  "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
+  "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
   "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
   "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
-  "braintree_paypal_button_location_cart_type_paylater_show": false,
+  "braintree_paypal_button_location_cart_type_paylater_show": true,
   "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
-  "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
+  "braintree_paypal_button_location_cart_type_paypal_label": "abc123",
   "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
   "braintree_paypal_button_location_cart_type_paypal_show": true,
   "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
   "braintree_paypal_button_location_checkout_type_credit_label": "abc123",
-  "braintree_paypal_button_location_checkout_type_credit_shape": "xyz789",
-  "braintree_paypal_button_location_checkout_type_credit_show": false,
+  "braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
+  "braintree_paypal_button_location_checkout_type_credit_show": true,
   "braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
-  "braintree_paypal_button_location_checkout_type_messaging_logo": "xyz789",
-  "braintree_paypal_button_location_checkout_type_messaging_logo_position": "abc123",
-  "braintree_paypal_button_location_checkout_type_messaging_show": true,
-  "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123",
+  "braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
+  "braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
+  "braintree_paypal_button_location_checkout_type_messaging_show": false,
+  "braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
   "braintree_paypal_button_location_checkout_type_paylater_color": "abc123",
-  "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789",
-  "braintree_paypal_button_location_checkout_type_paylater_shape": "abc123",
+  "braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
+  "braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789",
   "braintree_paypal_button_location_checkout_type_paylater_show": true,
-  "braintree_paypal_button_location_checkout_type_paypal_color": "xyz789",
+  "braintree_paypal_button_location_checkout_type_paypal_color": "abc123",
   "braintree_paypal_button_location_checkout_type_paypal_label": "xyz789",
-  "braintree_paypal_button_location_checkout_type_paypal_shape": "xyz789",
-  "braintree_paypal_button_location_checkout_type_paypal_show": true,
-  "braintree_paypal_button_location_productpage_type_credit_color": "abc123",
-  "braintree_paypal_button_location_productpage_type_credit_label": "abc123",
+  "braintree_paypal_button_location_checkout_type_paypal_shape": "abc123",
+  "braintree_paypal_button_location_checkout_type_paypal_show": false,
+  "braintree_paypal_button_location_productpage_type_credit_color": "xyz789",
+  "braintree_paypal_button_location_productpage_type_credit_label": "xyz789",
   "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
-  "braintree_paypal_button_location_productpage_type_credit_show": true,
+  "braintree_paypal_button_location_productpage_type_credit_show": false,
   "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
-  "braintree_paypal_button_location_productpage_type_messaging_logo": "abc123",
+  "braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
   "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
-  "braintree_paypal_button_location_productpage_type_messaging_show": true,
-  "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
+  "braintree_paypal_button_location_productpage_type_messaging_show": false,
+  "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
   "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
-  "braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
+  "braintree_paypal_button_location_productpage_type_paylater_label": "xyz789",
   "braintree_paypal_button_location_productpage_type_paylater_shape": "abc123",
   "braintree_paypal_button_location_productpage_type_paylater_show": false,
   "braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
-  "braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
+  "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
   "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
   "braintree_paypal_button_location_productpage_type_paypal_show": false,
   "braintree_paypal_credit_uk_merchant_name": "xyz789",
   "braintree_paypal_display_on_shopping_cart": false,
   "braintree_paypal_merchant_country": "xyz789",
   "braintree_paypal_merchant_name_override": "abc123",
-  "braintree_paypal_require_billing_address": true,
-  "braintree_paypal_send_cart_line_items": true,
-  "braintree_paypal_vault_active": true,
-  "cart_expires_in_days": 123,
+  "braintree_paypal_require_billing_address": false,
+  "braintree_paypal_send_cart_line_items": false,
+  "braintree_paypal_vault_active": false,
+  "cart_expires_in_days": 987,
   "cart_gift_wrapping": "xyz789",
   "cart_printed_card": "xyz789",
   "cart_summary_display_quantity": 123,
-  "catalog_default_sort_by": "abc123",
+  "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": false,
-  "check_money_order_enabled": false,
-  "check_money_order_make_check_payable_to": "abc123",
+  "check_money_order_enabled": true,
+  "check_money_order_make_check_payable_to": "xyz789",
   "check_money_order_max_order_total": "xyz789",
   "check_money_order_min_order_total": "xyz789",
-  "check_money_order_new_order_status": "abc123",
-  "check_money_order_payment_from_specific_countries": "xyz789",
+  "check_money_order_new_order_status": "xyz789",
+  "check_money_order_payment_from_specific_countries": "abc123",
   "check_money_order_send_check_to": "xyz789",
-  "check_money_order_sort_order": 987,
+  "check_money_order_sort_order": 123,
   "check_money_order_title": "abc123",
   "cms_home_page": "abc123",
   "cms_no_cookies": "abc123",
   "cms_no_route": "xyz789",
-  "code": "xyz789",
+  "code": "abc123",
   "configurable_product_image": "ITSELF",
-  "configurable_thumbnail_source": "abc123",
-  "contact_enabled": true,
+  "configurable_thumbnail_source": "xyz789",
+  "contact_enabled": false,
   "copyright": "abc123",
   "countries_with_required_region": "xyz789",
-  "create_account_confirmation": false,
-  "customer_access_token_lifetime": 987.65,
-  "default_country": "xyz789",
+  "create_account_confirmation": true,
+  "customer_access_token_lifetime": 123.45,
+  "default_country": "abc123",
   "default_description": "xyz789",
-  "default_display_currency_code": "xyz789",
-  "default_keywords": "abc123",
+  "default_display_currency_code": "abc123",
+  "default_keywords": "xyz789",
   "default_title": "xyz789",
-  "demonotice": 987,
+  "demonotice": 123,
   "display_product_prices_in_catalog": 987,
-  "display_shipping_prices": 987,
+  "display_shipping_prices": 123,
   "display_state_if_optional": false,
-  "enable_multiple_wishlists": "xyz789",
-  "fixed_product_taxes_apply_tax_to_fpt": true,
+  "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_product_lists": 123,
-  "fixed_product_taxes_display_prices_in_sales_modules": 987,
+  "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,
-  "fixed_product_taxes_enable": true,
-  "fixed_product_taxes_include_fpt_in_subtotal": false,
+  "fixed_product_taxes_enable": false,
+  "fixed_product_taxes_include_fpt_in_subtotal": true,
   "front": "abc123",
   "graphql_share_all_customer_groups": false,
-  "graphql_share_customer_group": false,
-  "grid_per_page": 123,
-  "grid_per_page_values": "abc123",
+  "graphql_share_customer_group": true,
+  "grid_per_page": 987,
+  "grid_per_page_values": "xyz789",
   "grouped_product_image": "ITSELF",
-  "head_includes": "abc123",
-  "head_shortcut_icon": "abc123",
+  "head_includes": "xyz789",
+  "head_shortcut_icon": "xyz789",
   "header_logo_src": "abc123",
   "id": 123,
   "is_checkout_agreements_enabled": true,
   "is_default_store": true,
-  "is_default_store_group": true,
-  "is_guest_checkout_enabled": false,
+  "is_default_store_group": false,
+  "is_guest_checkout_enabled": true,
   "is_negotiable_quote_active": false,
   "is_one_page_checkout_enabled": false,
-  "is_requisition_list_active": "xyz789",
+  "is_requisition_list_active": "abc123",
   "list_mode": "xyz789",
-  "list_per_page": 123,
+  "list_per_page": 987,
   "list_per_page_values": "xyz789",
-  "locale": "xyz789",
+  "locale": "abc123",
   "logo_alt": "xyz789",
   "logo_height": 987,
-  "logo_width": 987,
+  "logo_width": 123,
   "magento_reward_general_is_enabled": "xyz789",
-  "magento_reward_general_is_enabled_on_front": "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": "xyz789",
-  "magento_reward_points_invitation_customer_limit": "abc123",
-  "magento_reward_points_invitation_order": "xyz789",
-  "magento_reward_points_invitation_order_limit": "xyz789",
-  "magento_reward_points_newsletter": "abc123",
-  "magento_reward_points_order": "abc123",
+  "magento_reward_points_invitation_customer_limit": "xyz789",
+  "magento_reward_points_invitation_order": "abc123",
+  "magento_reward_points_invitation_order_limit": "abc123",
+  "magento_reward_points_newsletter": "xyz789",
+  "magento_reward_points_order": "xyz789",
   "magento_reward_points_register": "abc123",
   "magento_reward_points_review": "xyz789",
-  "magento_reward_points_review_limit": "abc123",
-  "magento_wishlist_general_is_enabled": "abc123",
+  "magento_reward_points_review_limit": "xyz789",
+  "magento_wishlist_general_is_enabled": "xyz789",
   "max_items_in_order_summary": 987,
   "maximum_number_of_wishlists": "xyz789",
-  "minicart_display": false,
-  "minicart_max_items": 987,
+  "minicart_display": true,
+  "minicart_max_items": 123,
   "minimum_password_length": "xyz789",
-  "newsletter_enabled": false,
-  "no_route": "abc123",
+  "newsletter_enabled": true,
+  "no_route": "xyz789",
   "optional_zip_countries": "abc123",
-  "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_shipping_amount": 987,
+  "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": 123,
   "orders_invoices_credit_memos_display_zero_tax": true,
-  "payment_payflowpro_cc_vault_active": "abc123",
-  "printed_card_price": "abc123",
+  "payment_payflowpro_cc_vault_active": "xyz789",
+  "printed_card_price": "xyz789",
   "printed_card_priceV2": Money,
   "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
   "product_reviews_enabled": "xyz789",
   "product_url_suffix": "abc123",
   "quickorder_active": true,
-  "required_character_classes_number": "xyz789",
+  "required_character_classes_number": "abc123",
   "returns_enabled": "xyz789",
-  "root_category_id": 987,
+  "root_category_id": 123,
   "root_category_uid": 4,
   "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
   "sales_gift_wrapping": "abc123",
   "sales_printed_card": "abc123",
-  "secure_base_link_url": "xyz789",
-  "secure_base_media_url": "abc123",
+  "secure_base_link_url": "abc123",
+  "secure_base_media_url": "xyz789",
   "secure_base_static_url": "xyz789",
   "secure_base_url": "xyz789",
   "send_friend": SendFriendConfiguration,
-  "share_all_catalog_rules": false,
-  "share_all_sales_rule": true,
-  "share_applied_catalog_rules": false,
+  "share_all_catalog_rules": true,
+  "share_all_sales_rule": false,
+  "share_applied_catalog_rules": true,
   "share_applied_sales_rule": false,
   "shopping_cart_display_full_summary": true,
-  "shopping_cart_display_grand_total": true,
-  "shopping_cart_display_price": 987,
+  "shopping_cart_display_grand_total": false,
+  "shopping_cart_display_price": 123,
   "shopping_cart_display_shipping": 987,
   "shopping_cart_display_subtotal": 987,
   "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
   "shopping_cart_display_zero_tax": true,
   "show_cms_breadcrumbs": 987,
-  "store_code": 4,
-  "store_group_code": "4",
+  "store_code": "4",
+  "store_group_code": 4,
   "store_group_name": "xyz789",
-  "store_name": "xyz789",
+  "store_name": "abc123",
   "store_sort_order": 987,
   "timezone": "xyz789",
-  "title_prefix": "xyz789",
+  "title_prefix": "abc123",
   "title_separator": "xyz789",
   "title_suffix": "abc123",
-  "use_store_in_url": true,
+  "use_store_in_url": false,
   "website_code": "4",
-  "website_id": 987,
-  "website_name": "abc123",
+  "website_id": 123,
+  "website_name": "xyz789",
   "weight_unit": "xyz789",
-  "welcome": "xyz789",
-  "zero_subtotal_enable_for_specific_countries": false,
+  "welcome": "abc123",
+  "zero_subtotal_enable_for_specific_countries": true,
   "zero_subtotal_enabled": true,
   "zero_subtotal_new_order_status": "xyz789",
   "zero_subtotal_payment_action": "xyz789",
   "zero_subtotal_payment_from_specific_countries": "xyz789",
-  "zero_subtotal_sort_order": 123,
+  "zero_subtotal_sort_order": 987,
   "zero_subtotal_title": "xyz789"
 }
 
@@ -76692,11 +76700,11 @@
Fields
Example
{
-  "position": 123,
+  "position": 987,
   "use_in_layered_navigation": "NO",
   "use_in_product_listing": false,
   "use_in_search_results_layered_navigation": true,
-  "visible_on_catalog_pages": false
+  "visible_on_catalog_pages": true
 }
 
@@ -76791,7 +76799,7 @@
Fields
Example
{
-  "comment": "xyz789",
+  "comment": "abc123",
   "max_order_commitment": 123,
   "min_order_commitment": 987,
   "name": "abc123",
@@ -76949,7 +76957,7 @@ 
Fields
Example
{
   "type": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -77230,7 +77238,7 @@
Fields
Example
{
   "items_count": 987,
-  "label": "xyz789",
+  "label": "abc123",
   "swatch_data": SwatchData,
   "value_string": "xyz789"
 }
@@ -77335,7 +77343,7 @@ 
Fields
Example
{
   "cartId": "xyz789",
-  "id": "abc123"
+  "id": "xyz789"
 }
 
@@ -77388,7 +77396,7 @@
Fields
Example
{
   "amount": Money,
-  "rate": 987.65,
+  "rate": 123.45,
   "title": "xyz789"
 }
 
@@ -77478,7 +77486,7 @@
Fields
Example
-
{"value": "abc123"}
+                  
{"value": "xyz789"}
 
@@ -78021,7 +78029,7 @@
Fields
Example
{
   "gift_registry_item_uid": 4,
-  "note": "xyz789",
+  "note": "abc123",
   "quantity": 123.45
 }
 
@@ -78175,7 +78183,7 @@
Example
"email": "abc123", "firstname": "xyz789", "gift_registry_registrant_uid": "4", - "lastname": "abc123" + "lastname": "xyz789" }
@@ -78305,7 +78313,7 @@
Fields
Example
{
   "items": [NegotiableQuoteItemQuantityInput],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -78395,7 +78403,7 @@
Fields
Example
{
   "items": [NegotiableQuoteTemplateItemQuantityInput],
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -78522,13 +78530,13 @@
Fields
Example
{
-  "applies_to": [4],
-  "approvers": ["4"],
+  "applies_to": ["4"],
+  "approvers": [4],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
-  "description": "abc123",
+  "description": "xyz789",
   "name": "xyz789",
   "status": "ENABLED",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -78577,7 +78585,7 @@
Fields
Example
{
-  "description": "abc123",
+  "description": "xyz789",
   "name": "abc123"
 }
 
@@ -78641,8 +78649,8 @@
Example
{
   "entered_options": [EnteredOptionInput],
   "item_id": "4",
-  "quantity": 987.65,
-  "selected_options": ["abc123"]
+  "quantity": 123.45,
+  "selected_options": ["xyz789"]
 }
 
@@ -78775,7 +78783,7 @@
Fields
Example
{
   "name": "xyz789",
-  "uid": "4",
+  "uid": 4,
   "visibility": "PUBLIC"
 }
 
@@ -78824,7 +78832,7 @@
Fields
Example
{
   "parameters": [HttpQueryParameter],
-  "url": "xyz789"
+  "url": "abc123"
 }
 
@@ -79087,7 +79095,7 @@
Fields
Example
-
{"message": "abc123", "type": "NOT_FOUND"}
+                  
{"message": "xyz789", "type": "NOT_FOUND"}
 
@@ -79194,7 +79202,7 @@
Fields
Example
-
{"purchase_order_uids": ["4"]}
+                  
{"purchase_order_uids": [4]}
 
@@ -79475,7 +79483,7 @@
Fields
Example
{
-  "is_vault_enabled": false,
+  "is_vault_enabled": true,
   "sdk_params": [SDKParams],
   "three_ds_mode": "OFF"
 }
@@ -79538,10 +79546,10 @@ 
Fields
Example
{
-  "payment_source": "abc123",
-  "payments_order_id": "xyz789",
+  "payment_source": "xyz789",
+  "payments_order_id": "abc123",
   "paypal_order_id": "abc123",
-  "public_hash": "abc123"
+  "public_hash": "xyz789"
 }
 
@@ -79737,15 +79745,15 @@
Example
"errors": [CartItemError], "id": "xyz789", "is_available": false, - "max_qty": 123.45, - "min_qty": 987.65, - "not_available_message": "abc123", + "max_qty": 987.65, + "min_qty": 123.45, + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 987.65, - "uid": "4" + "quantity": 123.45, + "uid": 4 }
@@ -80292,65 +80300,65 @@
currentPage
Example
{
-  "activity": "abc123",
+  "activity": "xyz789",
   "attribute_set_id": 987,
   "canonical_url": "xyz789",
   "categories": [CategoryInterface],
   "category_gear": "abc123",
-  "climate": "abc123",
+  "climate": "xyz789",
   "collar": "xyz789",
   "color": 987,
   "country_of_manufacture": "xyz789",
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "eco_collection": 123,
-  "erin_recommends": 987,
-  "features_bags": "xyz789",
+  "erin_recommends": 123,
+  "features_bags": "abc123",
   "format": 987,
   "gender": "abc123",
   "gift_message_available": false,
   "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
-  "id": 123,
+  "id": 987,
   "image": ProductImage,
-  "is_returnable": "abc123",
-  "manufacturer": 123,
-  "material": "xyz789",
+  "is_returnable": "xyz789",
+  "manufacturer": 987,
+  "material": "abc123",
   "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
   "media_gallery_entries": [MediaGalleryEntry],
   "meta_description": "abc123",
-  "meta_keyword": "abc123",
+  "meta_keyword": "xyz789",
   "meta_title": "xyz789",
-  "min_sale_qty": 987.65,
+  "min_sale_qty": 123.45,
   "name": "abc123",
   "new": 123,
   "new_from_date": "abc123",
-  "new_to_date": "xyz789",
+  "new_to_date": "abc123",
   "only_x_left_in_stock": 123.45,
   "options": [CustomizableOptionInterface],
-  "options_container": "xyz789",
+  "options_container": "abc123",
   "pattern": "abc123",
-  "performance_fabric": 123,
+  "performance_fabric": 987,
   "price": ProductPrices,
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
   "product_links": [ProductLinksInterface],
-  "purpose": 123,
+  "purpose": 987,
   "quantity": 987.65,
-  "rating_summary": 987.65,
+  "rating_summary": 123.45,
   "redirect_code": 987,
   "related_products": [ProductInterface],
-  "relative_url": "abc123",
+  "relative_url": "xyz789",
   "review_count": 123,
   "reviews": ProductReviews,
   "rules": [CatalogRule],
-  "sale": 987,
+  "sale": 123,
   "short_description": ComplexTextValue,
-  "size": 123,
-  "sku": "abc123",
+  "size": 987,
+  "sku": "xyz789",
   "sleeve": "xyz789",
   "small_image": ProductImage,
   "special_from_date": "xyz789",
@@ -80361,10 +80369,10 @@ 
Example
"strap_bags": "xyz789", "style_bags": "abc123", "style_bottom": "abc123", - "style_general": "abc123", - "swatch_image": "abc123", + "style_general": "xyz789", + "swatch_image": "xyz789", "thumbnail": ProductImage, - "tier_price": 987.65, + "tier_price": 123.45, "tier_prices": [ProductTierPrices], "type": "CMS_PAGE", "type_id": "abc123", @@ -80372,7 +80380,7 @@
Example
"updated_at": "abc123", "upsell_products": [ProductInterface], "url_key": "abc123", - "url_path": "abc123", + "url_path": "xyz789", "url_rewrites": [UrlRewrite], "url_suffix": "abc123", "websites": [Website] @@ -80485,7 +80493,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "product": ProductInterface, "quantity": 123.45, - "uid": 4 + "uid": "4" }
@@ -80552,12 +80560,12 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
-  "id": "4",
+  "id": 4,
   "product": ProductInterface,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
@@ -80630,12 +80638,12 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "default_group_id": "abc123",
   "id": 987,
   "is_default": false,
   "name": "xyz789",
-  "sort_order": 123
+  "sort_order": 987
 }
 
@@ -80683,7 +80691,7 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789"
+  "message": "abc123"
 }
 
@@ -80834,7 +80842,7 @@
Example
"items_v2": WishlistItems, "name": "xyz789", "sharing_code": "abc123", - "updated_at": "xyz789", + "updated_at": "abc123", "visibility": "PUBLIC" }
@@ -80893,7 +80901,7 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789",
+  "message": "abc123",
   "wishlistId": "4",
   "wishlistItemId": "4"
 }
@@ -81020,7 +81028,7 @@ 
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "description": "abc123",
   "id": 987,
   "product": ProductInterface,
@@ -81142,10 +81150,10 @@ 
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "xyz789",
-  "quantity": 987.65,
-  "selected_options": [4],
-  "sku": "abc123"
+  "parent_sku": "abc123",
+  "quantity": 123.45,
+  "selected_options": ["4"],
+  "sku": "xyz789"
 }
 
@@ -81259,7 +81267,7 @@
Possible Types
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "abc123",
   "id": 4,
@@ -81312,7 +81320,10 @@ 
Fields
Example
-
{"quantity": 123.45, "wishlist_item_id": 4}
+                  
{
+  "quantity": 123.45,
+  "wishlist_item_id": "4"
+}
 
@@ -81378,11 +81389,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
 }
 
@@ -81500,8 +81511,8 @@
Example
"items": [WishlistItem], "items_count": 123, "name": "abc123", - "sharing_code": "abc123", - "updated_at": "abc123" + "sharing_code": "xyz789", + "updated_at": "xyz789" }
diff --git a/static/graphql-api/saas/index.html b/static/graphql-api/saas/index.html index 8f598c864..a7864b57f 100644 --- a/static/graphql-api/saas/index.html +++ b/static/graphql-api/saas/index.html @@ -27,7 +27,6 @@ @@ -3400,10 +3401,10 @@
Response
{
   "data": {
     "getPaymentOrder": {
-      "id": "xyz789",
-      "mp_order_id": "xyz789",
+      "id": "abc123",
+      "mp_order_id": "abc123",
       "payment_source_details": PaymentSourceDetails,
-      "status": "xyz789"
+      "status": "abc123"
     }
   }
 }
@@ -3605,7 +3606,7 @@ 
Response
"data": { "giftCardAccount": { "balance": Money, - "code": "xyz789", + "code": "abc123", "expiration_date": "abc123" } } @@ -3692,7 +3693,7 @@
Query
Variables
-
{"giftRegistryUid": "4"}
+                  
{"giftRegistryUid": 4}
 
@@ -3700,14 +3701,14 @@
Response
{
   "data": {
     "giftRegistry": {
-      "created_at": "abc123",
+      "created_at": "xyz789",
       "dynamic_attributes": [
         GiftRegistryDynamicAttribute
       ],
-      "event_name": "xyz789",
+      "event_name": "abc123",
       "items": [GiftRegistryItemInterface],
       "message": "xyz789",
-      "owner_name": "xyz789",
+      "owner_name": "abc123",
       "privacy_settings": "PRIVATE",
       "registrants": [GiftRegistryRegistrant],
       "shipping_address": CustomerAddress,
@@ -3783,7 +3784,7 @@ 
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
@@ -3792,11 +3793,11 @@
Response
"data": { "giftRegistryEmailSearch": [ { - "event_date": "abc123", - "event_title": "xyz789", - "gift_registry_uid": 4, + "event_date": "xyz789", + "event_title": "abc123", + "gift_registry_uid": "4", "location": "abc123", - "name": "xyz789", + "name": "abc123", "type": "xyz789" } ] @@ -3868,7 +3869,7 @@
Query
Variables
-
{"giftRegistryUid": 4}
+                  
{"giftRegistryUid": "4"}
 
@@ -3879,7 +3880,7 @@
Response
{ "event_date": "abc123", "event_title": "xyz789", - "gift_registry_uid": 4, + "gift_registry_uid": "4", "location": "xyz789", "name": "xyz789", "type": "xyz789" @@ -3976,7 +3977,7 @@
Variables
{
   "firstName": "xyz789",
   "lastName": "xyz789",
-  "giftRegistryTypeUid": 4
+  "giftRegistryTypeUid": "4"
 }
 
@@ -3986,11 +3987,11 @@
Response
"data": { "giftRegistryTypeSearch": [ { - "event_date": "abc123", - "event_title": "abc123", - "gift_registry_uid": "4", + "event_date": "xyz789", + "event_title": "xyz789", + "gift_registry_uid": 4, "location": "abc123", - "name": "xyz789", + "name": "abc123", "type": "xyz789" } ] @@ -4049,8 +4050,8 @@
Response
"dynamic_attributes_metadata": [ GiftRegistryDynamicAttributeMetadataInterface ], - "label": "abc123", - "uid": 4 + "label": "xyz789", + "uid": "4" } ] } @@ -4195,7 +4196,7 @@
Response
"applied_gift_cards": [ApplyGiftCardToOrder], "available_actions": ["REORDER"], "billing_address": OrderAddress, - "carrier": "abc123", + "carrier": "xyz789", "comments": [SalesCommentItem], "credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], @@ -4204,22 +4205,22 @@
Response
"gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "invoices": [Invoice], "is_virtual": true, "items": [OrderItemInterface], "items_eligible_for_return": [OrderItemInterface], "negotiable_quote": NegotiableQuote, "number": "xyz789", - "order_date": "xyz789", + "order_date": "abc123", "order_status_change_date": "abc123", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "abc123", - "status": "abc123", + "shipping_method": "xyz789", + "status": "xyz789", "token": "abc123", "total": OrderTotal } @@ -4365,7 +4366,7 @@
Response
"applied_gift_cards": [ApplyGiftCardToOrder], "available_actions": ["REORDER"], "billing_address": OrderAddress, - "carrier": "abc123", + "carrier": "xyz789", "comments": [SalesCommentItem], "credit_memos": [CreditMemo], "custom_attributes": [CustomAttribute], @@ -4382,7 +4383,7 @@
Response
"negotiable_quote": NegotiableQuote, "number": "abc123", "order_date": "abc123", - "order_status_change_date": "xyz789", + "order_status_change_date": "abc123", "payment_methods": [OrderPaymentMethod], "printed_card_included": false, "returns": Returns, @@ -4457,12 +4458,12 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
Response
-
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
 
@@ -4530,7 +4531,7 @@
Variables
Response
-
{"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isCompanyEmailAvailable": {"is_email_available": false}}}
 
@@ -4598,7 +4599,7 @@
Variables
Response
-
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": false}}}
+                  
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
 
@@ -4661,12 +4662,12 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
Response
-
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": false}}}
+                  
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": true}}}
 
@@ -4733,7 +4734,7 @@
Variables
Response
-
{"data": {"isEmailAvailable": {"is_email_available": true}}}
+                  
{"data": {"isEmailAvailable": {"is_email_available": false}}}
 
@@ -4802,7 +4803,7 @@
Response
"navigation": [ { "slug": "xyz789", - "name": "xyz789", + "name": "abc123", "children": [CategoryNavigationView] } ] @@ -4928,17 +4929,17 @@
Response
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "custom_attributes": [CustomAttribute], "email": "abc123", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": false, + "is_virtual": true, "items": [CartItemInterface], "name": "abc123", "order": CustomerOrder, "prices": CartPrices, - "sales_rep_name": "abc123", + "sales_rep_name": "xyz789", "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ NegotiableQuoteShippingAddress @@ -4946,7 +4947,7 @@
Response
"status": "SUBMITTED", "template_id": 4, "template_name": "abc123", - "total_quantity": 987.65, + "total_quantity": 123.45, "uid": "4", "updated_at": "xyz789" } @@ -5053,7 +5054,7 @@
Query
Variables
-
{"templateId": 4}
+                  
{"templateId": "4"}
 
@@ -5064,15 +5065,15 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "abc123", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, - "is_virtual": false, + "is_min_max_qty_used": true, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 987, - "name": "abc123", + "max_order_commitment": 987, + "min_order_commitment": 123, + "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -5083,10 +5084,10 @@
Response
NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": 4, + "template_id": "4", "total_quantity": 987.65, "uid": "4", - "updated_at": "xyz789" + "updated_at": "abc123" } } } @@ -5204,7 +5205,7 @@
Response
"items": [NegotiableQuoteTemplateGridItem], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 } } } @@ -5454,7 +5455,7 @@
Response
"pickupLocations": { "items": [PickupLocation], "page_info": SearchResultPageInfo, - "total_count": 987 + "total_count": 123 } } } @@ -5595,8 +5596,8 @@
Response
"facets": [Aggregation], "items": [ProductSearchItem], "page_info": SearchResultPageInfo, - "related_terms": ["xyz789"], - "suggestions": ["abc123"], + "related_terms": ["abc123"], + "suggestions": ["xyz789"], "total_count": 987, "warnings": [ProductSearchWarning] } @@ -5698,7 +5699,7 @@
Query
Variables
-
{"skus": ["xyz789"]}
+                  
{"skus": ["abc123"]}
 
@@ -5708,10 +5709,10 @@
Response
"products": [ { "addToCartAllowed": false, - "inStock": true, - "lowStock": true, + "inStock": false, + "lowStock": false, "attributes": [ProductViewAttribute], - "description": "abc123", + "description": "xyz789", "id": 4, "images": [ProductViewImage], "videos": [ProductViewVideo], @@ -5720,12 +5721,12 @@
Response
"metaKeyword": "abc123", "metaTitle": "abc123", "name": "abc123", - "shortDescription": "xyz789", + "shortDescription": "abc123", "inputOptions": [ProductViewInputOption], - "sku": "xyz789", + "sku": "abc123", "externalId": "xyz789", "url": "abc123", - "urlKey": "abc123", + "urlKey": "xyz789", "links": [ProductViewLink], "categories": [CategoryProductView], "queryType": "xyz789", @@ -5856,14 +5857,14 @@
Response
{
   "data": {
     "recaptchaV3Config": {
-      "badge_position": "xyz789",
-      "failure_message": "abc123",
+      "badge_position": "abc123",
+      "failure_message": "xyz789",
       "forms": ["PLACE_ORDER"],
-      "is_enabled": true,
-      "language_code": "abc123",
+      "is_enabled": false,
+      "language_code": "xyz789",
       "minimum_score": 123.45,
       "theme": "abc123",
-      "website_key": "abc123"
+      "website_key": "xyz789"
     }
   }
 }
@@ -5984,8 +5985,8 @@ 
Query
Variables
{
-  "cartSkus": ["abc123"],
-  "category": "xyz789",
+  "cartSkus": ["xyz789"],
+  "category": "abc123",
   "currentSku": "xyz789",
   "pageType": "CMS",
   "userPurchaseHistory": [PurchaseHistory],
@@ -6101,7 +6102,7 @@ 
Variables
"currentSku": "abc123", "userPurchaseHistory": [PurchaseHistory], "userViewHistory": [ViewHistory], - "cartSkus": ["xyz789"] + "cartSkus": ["abc123"] }
@@ -6111,7 +6112,7 @@
Response
"data": { "recommendationsByUnitIds": { "results": [RecommendationUnit], - "totalResults": 123 + "totalResults": 987 } } } @@ -6217,7 +6218,7 @@
Query
Variables
{
-  "optionIds": ["abc123"],
+  "optionIds": ["xyz789"],
   "sku": "xyz789"
 }
 
@@ -6229,7 +6230,7 @@
Response
"refineProduct": { "addToCartAllowed": true, "inStock": true, - "lowStock": false, + "lowStock": true, "attributes": [ProductViewAttribute], "description": "abc123", "id": "4", @@ -6238,18 +6239,18 @@
Response
"lastModifiedAt": "2007-12-03T10:15:30Z", "metaDescription": "abc123", "metaKeyword": "abc123", - "metaTitle": "xyz789", - "name": "abc123", - "shortDescription": "abc123", + "metaTitle": "abc123", + "name": "xyz789", + "shortDescription": "xyz789", "inputOptions": [ProductViewInputOption], - "sku": "xyz789", + "sku": "abc123", "externalId": "abc123", "url": "xyz789", - "urlKey": "xyz789", + "urlKey": "abc123", "links": [ProductViewLink], "categories": [CategoryProductView], "queryType": "xyz789", - "visibility": "xyz789" + "visibility": "abc123" } } } @@ -6440,143 +6441,143 @@
Response
{
   "data": {
     "storeConfig": {
-      "allow_company_registration": false,
+      "allow_company_registration": true,
       "allow_gift_receipt": "abc123",
-      "allow_gift_wrapping_on_order": "abc123",
-      "allow_gift_wrapping_on_order_items": "abc123",
-      "allow_items": "abc123",
+      "allow_gift_wrapping_on_order": "xyz789",
+      "allow_gift_wrapping_on_order_items": "xyz789",
+      "allow_items": "xyz789",
       "allow_order": "abc123",
-      "allow_printed_card": "xyz789",
+      "allow_printed_card": "abc123",
       "autocomplete_on_storefront": false,
-      "base_currency_code": "xyz789",
-      "base_link_url": "abc123",
+      "base_currency_code": "abc123",
+      "base_link_url": "xyz789",
       "base_media_url": "abc123",
-      "base_static_url": "xyz789",
+      "base_static_url": "abc123",
       "base_url": "xyz789",
-      "cart_expires_in_days": 123,
-      "cart_gift_wrapping": "abc123",
-      "cart_merge_preference": "xyz789",
-      "cart_printed_card": "xyz789",
+      "cart_expires_in_days": 987,
+      "cart_gift_wrapping": "xyz789",
+      "cart_merge_preference": "abc123",
+      "cart_printed_card": "abc123",
       "cart_summary_display_quantity": 123,
       "catalog_default_sort_by": "abc123",
       "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
-      "category_url_suffix": "xyz789",
+      "category_url_suffix": "abc123",
       "check_money_order_enable_for_specific_countries": false,
-      "check_money_order_enabled": true,
+      "check_money_order_enabled": false,
       "check_money_order_make_check_payable_to": "xyz789",
       "check_money_order_max_order_total": "xyz789",
-      "check_money_order_min_order_total": "xyz789",
-      "check_money_order_new_order_status": "xyz789",
-      "check_money_order_payment_from_specific_countries": "xyz789",
+      "check_money_order_min_order_total": "abc123",
+      "check_money_order_new_order_status": "abc123",
+      "check_money_order_payment_from_specific_countries": "abc123",
       "check_money_order_send_check_to": "abc123",
       "check_money_order_sort_order": 123,
       "check_money_order_title": "abc123",
-      "company_credit_enabled": true,
+      "company_credit_enabled": false,
       "company_enabled": false,
       "configurable_product_image": "ITSELF",
-      "configurable_thumbnail_source": "abc123",
-      "contact_enabled": true,
-      "countries_with_required_region": "xyz789",
-      "create_account_confirmation": true,
+      "configurable_thumbnail_source": "xyz789",
+      "contact_enabled": false,
+      "countries_with_required_region": "abc123",
+      "create_account_confirmation": false,
       "customer_access_token_lifetime": 123.45,
-      "default_country": "abc123",
+      "default_country": "xyz789",
       "default_display_currency_code": "xyz789",
       "display_product_prices_in_catalog": 123,
-      "display_shipping_prices": 123,
+      "display_shipping_prices": 987,
       "display_state_if_optional": false,
       "enable_multiple_wishlists": "xyz789",
       "fixed_product_taxes_apply_tax_to_fpt": true,
-      "fixed_product_taxes_display_prices_in_emails": 987,
-      "fixed_product_taxes_display_prices_in_product_lists": 123,
+      "fixed_product_taxes_display_prices_in_emails": 123,
+      "fixed_product_taxes_display_prices_in_product_lists": 987,
       "fixed_product_taxes_display_prices_in_sales_modules": 987,
-      "fixed_product_taxes_display_prices_on_product_view_page": 987,
-      "fixed_product_taxes_enable": false,
+      "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": 987,
-      "grid_per_page_values": "xyz789",
+      "graphql_share_customer_group": true,
+      "grid_per_page": 123,
+      "grid_per_page_values": "abc123",
       "grouped_product_image": "ITSELF",
-      "is_checkout_agreements_enabled": false,
-      "is_default_store": true,
+      "is_checkout_agreements_enabled": true,
+      "is_default_store": false,
       "is_default_store_group": false,
-      "is_guest_checkout_enabled": false,
-      "is_negotiable_quote_active": false,
+      "is_guest_checkout_enabled": true,
+      "is_negotiable_quote_active": true,
       "is_one_page_checkout_enabled": false,
-      "is_requisition_list_active": "abc123",
-      "list_mode": "abc123",
-      "list_per_page": 123,
-      "list_per_page_values": "xyz789",
-      "locale": "abc123",
-      "magento_reward_general_is_enabled": "abc123",
-      "magento_reward_general_is_enabled_on_front": "abc123",
+      "is_requisition_list_active": "xyz789",
+      "list_mode": "xyz789",
+      "list_per_page": 987,
+      "list_per_page_values": "abc123",
+      "locale": "xyz789",
+      "magento_reward_general_is_enabled": "xyz789",
+      "magento_reward_general_is_enabled_on_front": "xyz789",
       "magento_reward_general_min_points_balance": "xyz789",
-      "magento_reward_general_publish_history": "abc123",
-      "magento_reward_points_invitation_customer": "xyz789",
-      "magento_reward_points_invitation_customer_limit": "xyz789",
+      "magento_reward_general_publish_history": "xyz789",
+      "magento_reward_points_invitation_customer": "abc123",
+      "magento_reward_points_invitation_customer_limit": "abc123",
       "magento_reward_points_invitation_order": "abc123",
       "magento_reward_points_invitation_order_limit": "abc123",
       "magento_reward_points_newsletter": "xyz789",
-      "magento_reward_points_order": "xyz789",
-      "magento_reward_points_register": "abc123",
-      "magento_reward_points_review": "abc123",
+      "magento_reward_points_order": "abc123",
+      "magento_reward_points_register": "xyz789",
+      "magento_reward_points_review": "xyz789",
       "magento_reward_points_review_limit": "abc123",
       "magento_wishlist_general_is_enabled": "xyz789",
       "max_items_in_order_summary": 987,
       "maximum_number_of_wishlists": "abc123",
-      "minicart_display": true,
+      "minicart_display": false,
       "minicart_max_items": 123,
-      "minimum_password_length": "abc123",
+      "minimum_password_length": "xyz789",
       "newsletter_enabled": false,
-      "optional_zip_countries": "xyz789",
+      "optional_zip_countries": "abc123",
       "order_cancellation_enabled": true,
       "order_cancellation_reasons": [CancellationReason],
       "orders_invoices_credit_memos_display_full_summary": false,
       "orders_invoices_credit_memos_display_grandtotal": true,
       "orders_invoices_credit_memos_display_price": 987,
       "orders_invoices_credit_memos_display_shipping_amount": 123,
-      "orders_invoices_credit_memos_display_subtotal": 123,
+      "orders_invoices_credit_memos_display_subtotal": 987,
       "orders_invoices_credit_memos_display_zero_tax": true,
       "printed_card_priceV2": Money,
       "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
       "product_url_suffix": "xyz789",
       "quickorder_active": true,
       "quote_minimum_amount": 987.65,
-      "quote_minimum_amount_message": "abc123",
-      "required_character_classes_number": "abc123",
-      "returns_enabled": "xyz789",
-      "root_category_uid": "4",
+      "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": "abc123",
-      "sales_printed_card": "xyz789",
-      "secure_base_link_url": "abc123",
-      "secure_base_media_url": "xyz789",
-      "secure_base_static_url": "abc123",
-      "secure_base_url": "xyz789",
-      "share_active_segments": true,
+      "sales_gift_wrapping": "xyz789",
+      "sales_printed_card": "abc123",
+      "secure_base_link_url": "xyz789",
+      "secure_base_media_url": "abc123",
+      "secure_base_static_url": "xyz789",
+      "secure_base_url": "abc123",
+      "share_active_segments": false,
       "share_applied_cart_rule": true,
-      "shopping_cart_display_full_summary": false,
+      "shopping_cart_display_full_summary": true,
       "shopping_cart_display_grand_total": true,
-      "shopping_cart_display_price": 123,
+      "shopping_cart_display_price": 987,
       "shopping_cart_display_shipping": 123,
-      "shopping_cart_display_subtotal": 987,
+      "shopping_cart_display_subtotal": 123,
       "shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
-      "shopping_cart_display_zero_tax": true,
+      "shopping_cart_display_zero_tax": false,
       "store_code": "4",
       "store_group_code": "4",
       "store_group_name": "xyz789",
       "store_name": "xyz789",
       "store_sort_order": 987,
-      "timezone": "xyz789",
-      "title_separator": "xyz789",
+      "timezone": "abc123",
+      "title_separator": "abc123",
       "use_store_in_url": true,
       "website_code": 4,
       "website_name": "abc123",
-      "weight_unit": "abc123",
-      "zero_subtotal_enable_for_specific_countries": false,
+      "weight_unit": "xyz789",
+      "zero_subtotal_enable_for_specific_countries": true,
       "zero_subtotal_enabled": false,
-      "zero_subtotal_new_order_status": "abc123",
+      "zero_subtotal_new_order_status": "xyz789",
       "zero_subtotal_payment_action": "xyz789",
-      "zero_subtotal_payment_from_specific_countries": "abc123",
+      "zero_subtotal_payment_from_specific_countries": "xyz789",
       "zero_subtotal_sort_order": 987,
       "zero_subtotal_title": "abc123"
     }
@@ -6672,9 +6673,9 @@ 
Query
Variables
{
   "sku": "xyz789",
-  "optionIds": ["xyz789"],
+  "optionIds": ["abc123"],
   "pageSize": 987,
-  "cursor": "xyz789"
+  "cursor": "abc123"
 }
 
@@ -6864,15 +6865,15 @@
Response
"acceptNegotiableQuoteTemplate": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", + "created_at": "xyz789", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": true, "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 123, + "max_order_commitment": 987, + "min_order_commitment": 987, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, @@ -6884,8 +6885,8 @@
Response
NegotiableQuoteShippingAddress ], "status": "xyz789", - "template_id": "4", - "total_quantity": 123.45, + "template_id": 4, + "total_quantity": 987.65, "uid": "4", "updated_at": "abc123" } @@ -7040,7 +7041,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "registrants": [AddGiftRegistryRegistrantInput]
 }
 
@@ -7133,7 +7134,7 @@
Query
Variables
{
-  "cartId": "xyz789",
+  "cartId": "abc123",
   "cartItems": [CartItemInput]
 }
 
@@ -7478,10 +7479,7 @@
Query
Variables
-
{
-  "wishlistId": "4",
-  "wishlistItems": [WishlistItemInput]
-}
+                  
{"wishlistId": 4, "wishlistItems": [WishlistItemInput]}
 
@@ -7729,7 +7727,10 @@
Query
Variables
-
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
+                  
{
+  "requisitionListUid": 4,
+  "requisitionListItemUids": ["4"]
+}
 
@@ -7741,7 +7742,7 @@
Response
AddRequisitionListItemToCartUserError ], "cart": Cart, - "status": true + "status": false } } } @@ -8478,7 +8479,7 @@
Query
Variables
-
{"uid": 4}
+                  
{"uid": "4"}
 
@@ -8623,7 +8624,7 @@
Response
"custom_attributes": [CustomAttribute], "email": "xyz789", "gift_message": GiftMessage, - "gift_receipt_included": false, + "gift_receipt_included": true, "gift_wrapping": GiftWrapping, "id": "4", "is_virtual": false, @@ -8748,29 +8749,29 @@
Response
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "abc123", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": false, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 123, - "name": "xyz789", + "max_order_commitment": 987, + "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", + "status": "abc123", + "template_id": 4, "total_quantity": 987.65, "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -8850,7 +8851,7 @@
Response
{
   "data": {
     "cancelOrder": {
-      "error": "xyz789",
+      "error": "abc123",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -9104,7 +9105,7 @@ 
Query
Variables
{
   "currentPassword": "abc123",
-  "newPassword": "abc123"
+  "newPassword": "xyz789"
 }
 
@@ -9115,25 +9116,25 @@
Response
"changeCustomerPassword": { "addresses": [CustomerAddress], "addressesV2": CustomerAddresses, - "allow_remote_shopping_assistance": false, + "allow_remote_shopping_assistance": true, "companies": UserCompaniesOutput, "compare_list": CompareList, "confirmation_status": "ACCOUNT_CONFIRMED", - "created_at": "xyz789", + "created_at": "abc123", "custom_attributes": [AttributeValueInterface], - "date_of_birth": "abc123", + "date_of_birth": "xyz789", "default_billing": "xyz789", - "default_shipping": "abc123", - "email": "xyz789", + "default_shipping": "xyz789", + "email": "abc123", "firstname": "abc123", - "gender": 123, + "gender": 987, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, "id": "4", "is_subscribed": false, "job_title": "xyz789", - "lastname": "abc123", + "lastname": "xyz789", "middlename": "xyz789", "orders": CustomerOrders, "prefix": "xyz789", @@ -9142,7 +9143,7 @@
Response
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": true, + "purchase_orders_enabled": false, "quote_enabled": false, "requisition_lists": RequisitionLists, "return": Return, @@ -9153,7 +9154,7 @@
Response
"status": "ACTIVE", "store_credit": CustomerStoreCredit, "structure_id": 4, - "suffix": "xyz789", + "suffix": "abc123", "taxvat": "abc123", "team": CompanyTeam, "telephone": "xyz789", @@ -9226,7 +9227,7 @@
Query
Variables
-
{"cartUid": "abc123"}
+                  
{"cartUid": "xyz789"}
 
@@ -9864,7 +9865,7 @@
Query
Variables
{
-  "sourceRequisitionListUid": "4",
+  "sourceRequisitionListUid": 4,
   "destinationRequisitionListUid": 4,
   "requisitionListItem": CopyItemsBetweenRequisitionListsInput
 }
@@ -10346,7 +10347,7 @@ 
Response
"attributes": [ComparableAttribute], "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 } } } @@ -10446,27 +10447,27 @@
Response
{
   "data": {
     "createCustomerAddress": {
-      "city": "xyz789",
+      "city": "abc123",
       "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
       "default_billing": false,
-      "default_shipping": true,
+      "default_shipping": false,
       "extension_attributes": [CustomerAddressAttribute],
       "fax": "abc123",
       "firstname": "xyz789",
       "id": 123,
       "lastname": "xyz789",
       "middlename": "xyz789",
-      "postcode": "abc123",
+      "postcode": "xyz789",
       "prefix": "abc123",
       "region": CustomerAddressRegion,
-      "region_id": 987,
+      "region_id": 123,
       "street": ["xyz789"],
       "suffix": "abc123",
       "telephone": "abc123",
-      "uid": 4,
-      "vat_id": "xyz789"
+      "uid": "4",
+      "vat_id": "abc123"
     }
   }
 }
@@ -10757,8 +10758,8 @@ 
Response
"createPaymentOrder": { "amount": 123.45, "currency_code": "abc123", - "id": "xyz789", - "mp_order_id": "abc123", + "id": "abc123", + "mp_order_id": "xyz789", "status": "abc123" } } @@ -10853,11 +10854,11 @@
Response
"condition": PurchaseOrderApprovalRuleConditionInterface, "created_at": "xyz789", "created_by": "xyz789", - "description": "abc123", + "description": "xyz789", "name": "xyz789", "status": "ENABLED", "uid": "4", - "updated_at": "xyz789" + "updated_at": "abc123" } } } @@ -11010,7 +11011,7 @@
Response
"data": { "createVaultCardPaymentToken": { "payment_source": PaymentSourceOutput, - "vault_token_id": "xyz789" + "vault_token_id": "abc123" } } } @@ -11218,12 +11219,12 @@
Query
Variables
-
{"id": "4"}
+                  
{"id": 4}
 
Response
-
{"data": {"deleteCompanyRole": {"success": false}}}
+                  
{"data": {"deleteCompanyRole": {"success": true}}}
 
@@ -11286,7 +11287,7 @@
Query
Variables
-
{"id": "4"}
+                  
{"id": 4}
 
@@ -11354,12 +11355,12 @@
Query
Variables
-
{"id": "4"}
+                  
{"id": 4}
 
Response
-
{"data": {"deleteCompanyUserV2": {"success": true}}}
+                  
{"data": {"deleteCompanyUserV2": {"success": false}}}
 
@@ -11421,12 +11422,12 @@
Query
Variables
-
{"uid": "4"}
+                  
{"uid": 4}
 
Response
-
{"data": {"deleteCompareList": {"result": false}}}
+                  
{"data": {"deleteCompareList": {"result": true}}}
 
@@ -11534,12 +11535,12 @@
Query
Variables
-
{"id": 123}
+                  
{"id": 987}
 
Response
-
{"data": {"deleteCustomerAddress": false}}
+                  
{"data": {"deleteCustomerAddress": true}}
 
@@ -11604,7 +11605,7 @@
Variables
Response
-
{"data": {"deleteCustomerAddressV2": false}}
+                  
{"data": {"deleteCustomerAddressV2": true}}
 
@@ -11822,7 +11823,7 @@
Query
Variables
-
{"public_hash": "xyz789"}
+                  
{"public_hash": "abc123"}
 
@@ -12142,7 +12143,7 @@
Query
Variables
-
{"wishlistId": "4"}
+                  
{"wishlistId": 4}
 
@@ -12150,7 +12151,7 @@
Response
{
   "data": {
     "deleteWishlist": {
-      "status": true,
+      "status": false,
       "wishlists": [Wishlist]
     }
   }
@@ -12320,9 +12321,9 @@ 
Response
"available": true, "carrier_code": "abc123", "carrier_title": "abc123", - "error_message": "abc123", + "error_message": "xyz789", "method_code": "abc123", - "method_title": "xyz789", + "method_title": "abc123", "price_excl_tax": Money, "price_incl_tax": Money } @@ -12471,7 +12472,7 @@
Response
"data": { "exchangeExternalCustomerToken": { "customer": Customer, - "token": "xyz789" + "token": "abc123" } } } @@ -12627,7 +12628,7 @@
Response
{
   "data": {
     "finishUpload": {
-      "key": "abc123",
+      "key": "xyz789",
       "message": "abc123",
       "success": true
     }
@@ -12707,8 +12708,8 @@ 
Query
Variables
{
-  "email": "abc123",
-  "password": "xyz789"
+  "email": "xyz789",
+  "password": "abc123"
 }
 
@@ -12717,7 +12718,7 @@
Response
{
   "data": {
     "generateCustomerToken": {
-      "token": "xyz789"
+      "token": "abc123"
     }
   }
 }
@@ -12790,7 +12791,7 @@ 
Response
{
   "data": {
     "generateCustomerTokenAsAdmin": {
-      "customer_token": "abc123"
+      "customer_token": "xyz789"
     }
   }
 }
@@ -12860,7 +12861,13 @@ 
Variables
Response
-
{"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
+                  
{
+  "data": {
+    "generateNegotiableQuoteFromTemplate": {
+      "negotiable_quote_uid": "4"
+    }
+  }
+}
 
@@ -12925,8 +12932,8 @@
Response
{
   "data": {
     "initiateUpload": {
-      "expires_at": "abc123",
-      "key": "abc123",
+      "expires_at": "xyz789",
+      "key": "xyz789",
       "upload_url": "abc123"
     }
   }
@@ -13055,8 +13062,8 @@ 
Query
Variables
{
-  "source_cart_id": "abc123",
-  "destination_cart_id": "xyz789"
+  "source_cart_id": "xyz789",
+  "destination_cart_id": "abc123"
 }
 
@@ -13075,7 +13082,7 @@
Response
], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": false, "gift_wrapping": GiftWrapping, @@ -13083,7 +13090,7 @@
Response
"is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": true, + "printed_card_included": false, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -13170,10 +13177,7 @@
Query
Variables
-
{
-  "cartUid": "4",
-  "giftRegistryUid": "4"
-}
+                  
{"cartUid": 4, "giftRegistryUid": 4}
 
@@ -13456,7 +13460,7 @@
Query
Variables
{
   "sourceWishlistUid": 4,
-  "destinationWishlistUid": "4",
+  "destinationWishlistUid": 4,
   "wishlistItems": [WishlistItemMoveInput]
 }
 
@@ -13582,30 +13586,30 @@
Response
"openNegotiableQuoteTemplate": { "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": true, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 987, + "max_order_commitment": 987, + "min_order_commitment": 123, "name": "xyz789", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "abc123", + "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" + "updated_at": "abc123" } } } @@ -14067,8 +14071,8 @@
Response
"data": { "redeemGiftCardBalanceAsStoreCredit": { "balance": Money, - "code": "xyz789", - "expiration_date": "xyz789" + "code": "abc123", + "expiration_date": "abc123" } } } @@ -14420,7 +14424,7 @@
Query
Variables
-
{"giftRegistryUid": "4"}
+                  
{"giftRegistryUid": 4}
 
@@ -14501,7 +14505,7 @@
Query
Variables
-
{"giftRegistryUid": 4, "itemsUid": ["4"]}
+                  
{"giftRegistryUid": "4", "itemsUid": [4]}
 
@@ -14862,25 +14866,25 @@
Response
"history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], "is_min_max_qty_used": true, - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], - "max_order_commitment": 123, - "min_order_commitment": 987, - "name": "xyz789", + "max_order_commitment": 987, + "min_order_commitment": 123, + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ 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, - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -14961,9 +14965,9 @@
Response
"data": { "removeProductsFromCompareList": { "attributes": [ComparableAttribute], - "item_count": 123, + "item_count": 987, "items": [ComparableItem], - "uid": 4 + "uid": "4" } } } @@ -15045,10 +15049,7 @@
Query
Variables
-
{
-  "wishlistId": "4",
-  "wishlistItemsIds": ["4"]
-}
+                  
{"wishlistId": 4, "wishlistItemsIds": ["4"]}
 
@@ -15498,7 +15499,7 @@
Response
{
   "data": {
     "requestGuestOrderCancel": {
-      "error": "abc123",
+      "error": "xyz789",
       "errorV2": CancelOrderError,
       "order": CustomerOrder
     }
@@ -15758,29 +15759,29 @@ 
Response
"requestNegotiableQuoteTemplateFromQuote": { "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": true, - "is_virtual": false, + "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, - "uid": 4, + "uid": "4", "updated_at": "xyz789" } } @@ -15844,12 +15845,12 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
Response
-
{"data": {"requestPasswordResetEmail": false}}
+                  
{"data": {"requestPasswordResetEmail": true}}
 
@@ -15988,12 +15989,12 @@
Query
Variables
-
{"email": "abc123"}
+                  
{"email": "xyz789"}
 
Response
-
{"data": {"resendConfirmationEmail": false}}
+                  
{"data": {"resendConfirmationEmail": true}}
 
@@ -16074,15 +16075,15 @@
Query
Variables
{
-  "email": "abc123",
-  "resetPasswordToken": "xyz789",
-  "newPassword": "abc123"
+  "email": "xyz789",
+  "resetPasswordToken": "abc123",
+  "newPassword": "xyz789"
 }
 
Response
-
{"data": {"resetPassword": false}}
+                  
{"data": {"resetPassword": true}}
 
@@ -16332,7 +16333,7 @@
Query
Variables
-
{"cartId": "xyz789"}
+                  
{"cartId": "abc123"}
 
@@ -16340,8 +16341,8 @@
Response
{
   "data": {
     "setCartAsInactive": {
-      "error": "abc123",
-      "success": false
+      "error": "xyz789",
+      "success": true
     }
   }
 }
@@ -17556,30 +17557,30 @@ 
Response
"setNegotiableQuoteTemplateShippingAddress": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "abc123", + "created_at": "xyz789", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, + "is_min_max_qty_used": false, "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 987, - "min_order_commitment": 987, - "name": "xyz789", + "min_order_commitment": 123, + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "xyz789", + "sales_rep_name": "abc123", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", + "template_id": 4, "total_quantity": 123.45, "uid": 4, - "updated_at": "xyz789" + "updated_at": "abc123" } } } @@ -17762,12 +17763,12 @@
Response
"setQuoteTemplateExpirationDate": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": true, - "is_virtual": true, + "is_min_max_qty_used": false, + "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 987, "min_order_commitment": 123, @@ -17777,14 +17778,14 @@
Response
"reference_document_links": [ NegotiableQuoteReferenceDocumentLink ], - "sales_rep_name": "abc123", + "sales_rep_name": "xyz789", "shipping_addresses": [ NegotiableQuoteShippingAddress ], "status": "abc123", - "template_id": "4", - "total_quantity": 987.65, - "uid": "4", + "template_id": 4, + "total_quantity": 123.45, + "uid": 4, "updated_at": "xyz789" } } @@ -17899,16 +17900,16 @@
Response
"setQuoteTemplateLineItemNote": { "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": true, - "is_virtual": false, + "is_min_max_qty_used": false, + "is_virtual": true, "items": [CartItemInterface], "max_order_commitment": 987, "min_order_commitment": 987, - "name": "xyz789", + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -17921,8 +17922,8 @@
Response
"status": "xyz789", "template_id": 4, "total_quantity": 987.65, - "uid": 4, - "updated_at": "xyz789" + "uid": "4", + "updated_at": "abc123" } } } @@ -18146,7 +18147,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "sender": ShareGiftRegistrySenderInput,
   "invitees": [ShareGiftRegistryInviteeInput]
 }
@@ -18265,30 +18266,30 @@ 
Response
"submitNegotiableQuoteTemplateForReview": { "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", - "expiration_date": "xyz789", + "created_at": "abc123", + "expiration_date": "abc123", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, + "is_min_max_qty_used": true, "is_virtual": false, "items": [CartItemInterface], "max_order_commitment": 123, "min_order_commitment": 987, - "name": "xyz789", + "name": "abc123", "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, - "uid": "4", - "updated_at": "abc123" + "template_id": "4", + "total_quantity": 987.65, + "uid": 4, + "updated_at": "xyz789" } } } @@ -18353,7 +18354,7 @@
Query
Variables
-
{"email": "xyz789"}
+                  
{"email": "abc123"}
 
@@ -18959,7 +18960,7 @@
Query
Variables
-
{"id": 123, "input": CustomerAddressInput}
+                  
{"id": 987, "input": CustomerAddressInput}
 
@@ -18967,24 +18968,24 @@
Response
{
   "data": {
     "updateCustomerAddress": {
-      "city": "xyz789",
-      "company": "abc123",
+      "city": "abc123",
+      "company": "xyz789",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
       "default_billing": false,
       "default_shipping": true,
       "extension_attributes": [CustomerAddressAttribute],
-      "fax": "xyz789",
-      "firstname": "xyz789",
-      "id": 123,
-      "lastname": "xyz789",
+      "fax": "abc123",
+      "firstname": "abc123",
+      "id": 987,
+      "lastname": "abc123",
       "middlename": "abc123",
       "postcode": "xyz789",
       "prefix": "xyz789",
       "region": CustomerAddressRegion,
       "region_id": 123,
       "street": ["xyz789"],
-      "suffix": "abc123",
+      "suffix": "xyz789",
       "telephone": "xyz789",
       "uid": "4",
       "vat_id": "xyz789"
@@ -19101,8 +19102,8 @@ 
Response
{
   "data": {
     "updateCustomerAddressV2": {
-      "city": "xyz789",
-      "company": "xyz789",
+      "city": "abc123",
+      "company": "abc123",
       "country_code": "AF",
       "custom_attributesV2": [AttributeValueInterface],
       "default_billing": true,
@@ -19113,15 +19114,15 @@ 
Response
"id": 123, "lastname": "xyz789", "middlename": "xyz789", - "postcode": "abc123", - "prefix": "xyz789", + "postcode": "xyz789", + "prefix": "abc123", "region": CustomerAddressRegion, - "region_id": 123, + "region_id": 987, "street": ["abc123"], "suffix": "xyz789", - "telephone": "xyz789", + "telephone": "abc123", "uid": 4, - "vat_id": "xyz789" + "vat_id": "abc123" } } } @@ -19354,7 +19355,7 @@
Query
Variables
{
-  "giftRegistryUid": 4,
+  "giftRegistryUid": "4",
   "giftRegistry": UpdateGiftRegistryInput
 }
 
@@ -19532,7 +19533,7 @@
Query
Variables
{
-  "giftRegistryUid": "4",
+  "giftRegistryUid": 4,
   "registrants": [UpdateGiftRegistryRegistrantInput]
 }
 
@@ -19881,10 +19882,10 @@
Response
"created_at": "xyz789", "created_by": "abc123", "description": "abc123", - "name": "abc123", + "name": "xyz789", "status": "ENABLED", "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" } } } @@ -19965,7 +19966,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "input": UpdateRequisitionListInput
 }
 
@@ -20055,7 +20056,7 @@
Query
Variables
{
-  "requisitionListUid": "4",
+  "requisitionListUid": 4,
   "requisitionListItems": [
     UpdateRequisitionListItemsInput
   ]
@@ -20166,8 +20167,8 @@ 
Response
{
   "data": {
     "updateWishlist": {
-      "name": "abc123",
-      "uid": "4",
+      "name": "xyz789",
+      "uid": 4,
       "visibility": "PUBLIC"
     }
   }
@@ -20290,7 +20291,7 @@ 
Fields
Example
-
{"template_id": 4}
+                  
{"template_id": "4"}
 
@@ -20480,8 +20481,8 @@
Example
GiftRegistryDynamicAttributeInput ], "email": "abc123", - "firstname": "xyz789", - "lastname": "xyz789" + "firstname": "abc123", + "lastname": "abc123" }
@@ -20617,7 +20618,10 @@
Fields
Example
-
{"products": [4], "uid": "4"}
+                  
{
+  "products": ["4"],
+  "uid": "4"
+}
 
@@ -20897,9 +20901,9 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "purchase_order_uid": 4,
-  "replace_existing_cart_items": true
+  "replace_existing_cart_items": false
 }
 
@@ -21110,10 +21114,7 @@
Fields
Example
-
{
-  "comment_text": "abc123",
-  "return_uid": "4"
-}
+                  
{"comment_text": "abc123", "return_uid": 4}
 
@@ -21207,8 +21208,8 @@
Fields
Example
{
-  "carrier_uid": 4,
-  "return_uid": "4",
+  "carrier_uid": "4",
+  "return_uid": 4,
   "tracking_number": "abc123"
 }
 
@@ -21312,7 +21313,7 @@
Example
"add_wishlist_items_to_cart_user_errors": [ WishlistCartUserInputError ], - "status": true, + "status": false, "wishlist": Wishlist }
@@ -21370,9 +21371,9 @@
Fields
Example
{
-  "attribute": "abc123",
+  "attribute": "xyz789",
   "buckets": [Bucket],
-  "title": "xyz789",
+  "title": "abc123",
   "type": "INTELLIGENT"
 }
 
@@ -21503,13 +21504,13 @@
Fields
Example
{
   "button_styles": ButtonStyles,
-  "code": "xyz789",
+  "code": "abc123",
   "is_visible": true,
   "payment_intent": "abc123",
-  "payment_source": "xyz789",
+  "payment_source": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "abc123",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -21565,8 +21566,8 @@
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "abc123",
-  "paypal_order_id": "abc123"
+  "payments_order_id": "xyz789",
+  "paypal_order_id": "xyz789"
 }
 
@@ -21720,7 +21721,7 @@
Example
{
   "action_type": "BOOST",
   "rule_id": "abc123",
-  "rule_name": "abc123"
+  "rule_name": "xyz789"
 }
 
@@ -21879,7 +21880,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "coupon_code": "abc123"
 }
 
@@ -22024,7 +22025,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "coupon_codes": ["abc123"],
   "type": "APPEND"
 }
@@ -22164,7 +22165,7 @@ 
Fields
Example
{
   "applied_balance": Money,
-  "code": "xyz789"
+  "code": "abc123"
 }
 
@@ -22246,7 +22247,7 @@
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -22395,9 +22396,9 @@
Fields
Example
{
   "asset_image": ProductMediaGalleryEntriesAssetImage,
-  "disabled": false,
+  "disabled": true,
   "label": "xyz789",
-  "position": 987,
+  "position": 123,
   "url": "xyz789"
 }
 
@@ -22461,9 +22462,9 @@
Fields
Example
{
   "asset_video": ProductMediaGalleryEntriesAssetVideo,
-  "disabled": false,
-  "label": "abc123",
-  "position": 123,
+  "disabled": true,
+  "label": "xyz789",
+  "position": 987,
   "url": "abc123"
 }
 
@@ -22510,7 +22511,7 @@
Fields
Example
-
{"compare_list": CompareList, "result": true}
+                  
{"compare_list": CompareList, "result": false}
 
@@ -22633,9 +22634,9 @@
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": "4",
-  "url": "abc123",
-  "value": "xyz789"
+  "code": 4,
+  "url": "xyz789",
+  "value": "abc123"
 }
 
@@ -22745,15 +22746,15 @@
Fields
Example
{
   "is_comparable": false,
-  "is_filterable": true,
+  "is_filterable": false,
   "is_filterable_in_search": true,
   "is_html_allowed_on_front": true,
-  "is_searchable": true,
+  "is_searchable": false,
   "is_used_for_customer_segment": false,
-  "is_used_for_price_rules": false,
+  "is_used_for_price_rules": true,
   "is_used_for_promo_rules": true,
-  "is_visible_in_advanced_search": false,
-  "is_visible_on_front": true,
+  "is_visible_in_advanced_search": true,
+  "is_visible_on_front": false,
   "is_wysiwyg_enabled": false,
   "used_in_product_listing": true
 }
@@ -22956,9 +22957,9 @@ 
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": 4,
-  "url": "xyz789",
-  "value": "abc123"
+  "code": "4",
+  "url": "abc123",
+  "value": "xyz789"
 }
 
@@ -23008,7 +23009,7 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "entity_type": "xyz789"
+  "entity_type": "abc123"
 }
 
@@ -23131,12 +23132,12 @@
Fields
Example
{
-  "code": 4,
-  "default_value": "xyz789",
+  "code": "4",
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
   "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
-  "is_required": true,
+  "is_required": false,
   "is_unique": false,
   "label": "xyz789",
   "options": [CustomAttributeOptionInterface]
@@ -23186,7 +23187,7 @@ 
Fields
Example
{
-  "message": "abc123",
+  "message": "xyz789",
   "type": "ENTITY_NOT_FOUND"
 }
 
@@ -23347,7 +23348,7 @@
Fields
Example
{
   "is_default": true,
-  "label": "abc123",
+  "label": "xyz789",
   "value": "abc123"
 }
 
@@ -23391,7 +23392,7 @@
Fields
Example
{
-  "label": "xyz789",
+  "label": "abc123",
   "value": "abc123"
 }
 
@@ -23452,8 +23453,8 @@
Possible Types
Example
{
-  "label": "abc123",
-  "value": "xyz789"
+  "label": "xyz789",
+  "value": "abc123"
 }
 
@@ -23503,7 +23504,7 @@
Fields
Example
{
   "attribute_type": "xyz789",
-  "code": 4,
+  "code": "4",
   "selected_options": [AttributeSelectedOptionInterface]
 }
 
@@ -23552,8 +23553,8 @@
Fields
Example
{
-  "attribute_type": "abc123",
-  "code": "4",
+  "attribute_type": "xyz789",
+  "code": 4,
   "value": "xyz789"
 }
 
@@ -23609,9 +23610,9 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "selected_options": [AttributeInputSelectedOption],
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -23685,10 +23686,7 @@
Possible Types
Example
-
{
-  "attribute_type": "xyz789",
-  "code": "4"
-}
+                  
{"attribute_type": "xyz789", "code": 4}
 
@@ -23885,7 +23883,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "is_deferred": true,
   "oope_payment_method_config": OopePaymentMethodConfig,
   "title": "xyz789"
@@ -23977,12 +23975,12 @@ 
Example
{
   "additional_data": [ShippingAdditionalData],
   "amount": Money,
-  "available": true,
-  "carrier_code": "abc123",
+  "available": false,
+  "carrier_code": "xyz789",
   "carrier_title": "xyz789",
-  "error_message": "abc123",
-  "method_code": "abc123",
-  "method_title": "abc123",
+  "error_message": "xyz789",
+  "method_code": "xyz789",
+  "method_title": "xyz789",
   "price_excl_tax": Money,
   "price_incl_tax": Money
 }
@@ -24107,7 +24105,7 @@ 
Example
"customer_address_id": 123, "customer_address_uid": "4", "same_as_shipping": false, - "use_for_shipping": false + "use_for_shipping": true }
@@ -24183,8 +24181,8 @@
Example
"address_line_1": "abc123", "address_line_2": "xyz789", "city": "abc123", - "country_code": "abc123", - "postal_code": "xyz789", + "country_code": "xyz789", + "postal_code": "abc123", "region": "xyz789" }
@@ -24313,23 +24311,23 @@
Fields
Example
{
-  "city": "abc123",
-  "company": "abc123",
+  "city": "xyz789",
+  "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": 4,
+  "customer_address_uid": "4",
   "fax": "abc123",
-  "firstname": "xyz789",
+  "firstname": "abc123",
   "id": 123,
   "lastname": "xyz789",
-  "middlename": "abc123",
-  "postcode": "xyz789",
-  "prefix": "abc123",
+  "middlename": "xyz789",
+  "postcode": "abc123",
+  "prefix": "xyz789",
   "region": CartAddressRegion,
-  "street": ["abc123"],
+  "street": ["xyz789"],
   "suffix": "xyz789",
-  "telephone": "xyz789",
-  "uid": 4,
+  "telephone": "abc123",
+  "uid": "4",
   "vat_id": "xyz789"
 }
 
@@ -24351,6 +24349,11 @@
Description
+
+
Example
+
true
+
+
back to top @@ -24409,10 +24412,10 @@
Fields
Example
{
-  "category_level": 123,
+  "category_level": 987,
   "category_name": "xyz789",
-  "category_uid": "4",
-  "category_url_key": "abc123",
+  "category_uid": 4,
+  "category_url_key": "xyz789",
   "category_url_path": "xyz789"
 }
 
@@ -24491,7 +24494,7 @@
Possible Types
Example
-
{"title": "abc123"}
+                  
{"title": "xyz789"}
 
@@ -24626,16 +24629,16 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": true, + "is_available": false, "max_qty": 123.45, "min_qty": 987.65, - "not_available_message": "abc123", + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, - "quantity": 123.45, - "uid": 4 + "quantity": 987.65, + "uid": "4" }
@@ -24722,10 +24725,10 @@
Example
"discounts": [Discount], "id": "4", "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", - "quantity_refunded": 987.65 + "product_sku": "abc123", + "quantity_refunded": 123.45 }
@@ -24810,12 +24813,12 @@
Example
"bundle_options": [ItemSelectedBundleOption], "custom_attributes": [CustomAttribute], "discounts": [Discount], - "id": "4", + "id": 4, "order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", - "quantity_invoiced": 987.65 + "quantity_invoiced": 123.45 }
@@ -24896,10 +24899,10 @@
Example
"position": 123, "price_range": PriceRange, "required": true, - "sku": "abc123", - "title": "xyz789", + "sku": "xyz789", + "title": "abc123", "type": "abc123", - "uid": 4 + "uid": "4" }
@@ -24981,9 +24984,9 @@
Fields
Example
{
-  "can_change_quantity": true,
-  "is_default": false,
-  "label": "abc123",
+  "can_change_quantity": false,
+  "is_default": true,
+  "label": "xyz789",
   "position": 987,
   "price": 123.45,
   "price_type": "FIXED",
@@ -25166,17 +25169,17 @@ 
Example
"product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", - "product_type": "abc123", - "product_url_key": "xyz789", + "product_type": "xyz789", + "product_url_key": "abc123", "quantity_canceled": 123.45, "quantity_invoiced": 123.45, - "quantity_ordered": 987.65, - "quantity_refunded": 987.65, - "quantity_return_requested": 987.65, - "quantity_returned": 123.45, - "quantity_shipped": 987.65, + "quantity_ordered": 123.45, + "quantity_refunded": 123.45, + "quantity_return_requested": 123.45, + "quantity_returned": 987.65, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -25466,32 +25469,32 @@
filters
Example
{
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
-  "dynamic_price": false,
+  "dynamic_price": true,
   "dynamic_sku": true,
-  "dynamic_weight": true,
-  "gift_message_available": true,
+  "dynamic_weight": false,
+  "gift_message_available": false,
   "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
   "image": ProductImage,
   "is_returnable": "xyz789",
   "items": [BundleItem],
-  "manufacturer": 987,
+  "manufacturer": 123,
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "abc123",
   "meta_keyword": "xyz789",
   "meta_title": "xyz789",
-  "min_sale_qty": 987.65,
-  "name": "abc123",
+  "min_sale_qty": 123.45,
+  "name": "xyz789",
   "new_from_date": "abc123",
-  "new_to_date": "xyz789",
-  "only_x_left_in_stock": 987.65,
+  "new_to_date": "abc123",
+  "only_x_left_in_stock": 123.45,
   "options": [CustomizableOptionInterface],
   "options_container": "abc123",
   "price_details": PriceDetails,
@@ -25503,17 +25506,17 @@ 
Example
"related_products": [ProductInterface], "ship_bundle_items": "TOGETHER", "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, - "special_price": 987.65, - "special_to_date": "abc123", + "special_price": 123.45, + "special_to_date": "xyz789", "stock_status": "IN_STOCK", - "swatch_image": "xyz789", + "swatch_image": "abc123", "thumbnail": ProductImage, "uid": 4, "upsell_products": [ProductInterface], "url_key": "abc123", - "weight": 123.45 + "weight": 987.65 }
@@ -25654,10 +25657,10 @@
Example
"bundle_options": [ItemSelectedBundleOption], "id": "4", "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, - "product_sku": "xyz789", - "quantity_shipped": 123.45 + "product_sku": "abc123", + "quantity_shipped": 987.65 }
@@ -25733,10 +25736,10 @@
Example
"added_at": "abc123", "bundle_options": [SelectedBundleOption], "customizable_options": [SelectedCustomizableOption], - "description": "xyz789", + "description": "abc123", "id": "4", "product": ProductInterface, - "quantity": 123.45 + "quantity": 987.65 }
@@ -25804,11 +25807,11 @@
Fields
Example
{
-  "color": "xyz789",
-  "height": 987,
+  "color": "abc123",
+  "height": 123,
   "label": "xyz789",
-  "layout": "abc123",
-  "shape": "xyz789",
+  "layout": "xyz789",
+  "shape": "abc123",
   "tagline": false,
   "use_default_height": false
 }
@@ -25859,8 +25862,8 @@ 
Fields
Example
{
-  "cancellation_comment": "abc123",
-  "template_id": 4
+  "cancellation_comment": "xyz789",
+  "template_id": "4"
 }
 
@@ -26080,7 +26083,7 @@
Fields
Example
{
-  "error": "abc123",
+  "error": "xyz789",
   "errorV2": CancelOrderError,
   "order": CustomerOrder
 }
@@ -26120,7 +26123,7 @@ 
Fields
Example
-
{"description": "abc123"}
+                  
{"description": "xyz789"}
 
@@ -26178,10 +26181,10 @@
Fields
Example
{
   "bin_details": CardBin,
-  "card_expiry_month": "xyz789",
+  "card_expiry_month": "abc123",
   "card_expiry_year": "xyz789",
   "last_digits": "abc123",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -26493,7 +26496,7 @@
Example
"available_payment_methods": [AvailablePaymentMethod], "billing_address": BillingCartAddress, "custom_attributes": [CustomAttribute], - "email": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, @@ -26501,7 +26504,7 @@
Example
"is_virtual": false, "itemsV2": CartItems, "prices": CartPrices, - "printed_card_included": true, + "printed_card_included": false, "rules": [CartRuleStorefront], "selected_payment_method": SelectedPaymentMethod, "shipping_addresses": [ShippingCartAddress], @@ -26553,7 +26556,7 @@
Fields
Example
{
   "code": "xyz789",
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -26694,17 +26697,17 @@
Example
{
   "city": "abc123",
   "company": "abc123",
-  "country_code": "abc123",
+  "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
-  "fax": "abc123",
+  "fax": "xyz789",
   "firstname": "abc123",
   "lastname": "abc123",
   "middlename": "abc123",
   "postcode": "abc123",
-  "prefix": "abc123",
+  "prefix": "xyz789",
   "region": "abc123",
-  "region_id": 123,
-  "save_in_address_book": true,
+  "region_id": 987,
+  "save_in_address_book": false,
   "street": ["abc123"],
   "suffix": "xyz789",
   "telephone": "xyz789",
@@ -26855,21 +26858,21 @@ 
Possible Types
Example
{
   "city": "xyz789",
-  "company": "abc123",
+  "company": "xyz789",
   "country": CartAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": "4",
-  "fax": "xyz789",
-  "firstname": "xyz789",
-  "id": 987,
-  "lastname": "xyz789",
+  "customer_address_uid": 4,
+  "fax": "abc123",
+  "firstname": "abc123",
+  "id": 123,
+  "lastname": "abc123",
   "middlename": "abc123",
   "postcode": "xyz789",
-  "prefix": "xyz789",
+  "prefix": "abc123",
   "region": CartAddressRegion,
-  "street": ["abc123"],
-  "suffix": "abc123",
-  "telephone": "abc123",
+  "street": ["xyz789"],
+  "suffix": "xyz789",
+  "telephone": "xyz789",
   "uid": "4",
   "vat_id": "xyz789"
 }
@@ -26923,9 +26926,9 @@ 
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "label": "abc123",
-  "region_id": 123
+  "region_id": 987
 }
 
@@ -26974,7 +26977,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -27076,7 +27079,7 @@
Fields
Example
{
   "cart_id": "abc123",
-  "cart_item_id": "xyz789",
+  "cart_item_id": "abc123",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -27119,7 +27122,7 @@
Fields
Example
-
{"code": "UNDEFINED", "message": "xyz789"}
+                  
{"code": "UNDEFINED", "message": "abc123"}
 
@@ -27238,8 +27241,8 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "xyz789",
-  "quantity": 123.45,
+  "parent_sku": "abc123",
+  "quantity": 987.65,
   "selected_options": [4],
   "sku": "xyz789"
 }
@@ -27553,7 +27556,7 @@ 
Fields
Example
{
   "type": "FIXED",
-  "units": "xyz789",
+  "units": "abc123",
   "value": 987.65
 }
 
@@ -27621,7 +27624,7 @@
Fields
Example
{
-  "cart_item_uid": 4,
+  "cart_item_uid": "4",
   "customizable_options": [CustomizableOptionInput],
   "gift_message": GiftMessageInput,
   "gift_wrapping_id": 4,
@@ -27843,7 +27846,7 @@ 
Fields
Example
{
   "amount": Money,
-  "label": "abc123"
+  "label": "xyz789"
 }
 
@@ -28212,29 +28215,29 @@
Fields
Example
{
   "apply_to": ["SIMPLE"],
-  "code": "4",
+  "code": 4,
   "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "abc123",
+  "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
-  "is_comparable": false,
-  "is_filterable": true,
+  "is_comparable": true,
+  "is_filterable": false,
   "is_filterable_in_search": false,
   "is_html_allowed_on_front": true,
-  "is_required": true,
+  "is_required": false,
   "is_searchable": false,
-  "is_unique": true,
+  "is_unique": false,
   "is_used_for_price_rules": false,
   "is_used_for_promo_rules": true,
   "is_visible_in_advanced_search": true,
   "is_visible_on_front": false,
-  "is_wysiwyg_enabled": true,
+  "is_wysiwyg_enabled": false,
   "label": "abc123",
   "options": [CustomAttributeOptionInterface],
   "swatch_input_type": "BOOLEAN",
   "update_product_preview_image": true,
-  "use_product_image_for_swatch": true,
-  "used_in_product_listing": false
+  "use_product_image_for_swatch": false,
+  "used_in_product_listing": true
 }
 
@@ -28295,9 +28298,9 @@
Fields
Example
{
-  "count": 123,
-  "id": "4",
-  "path": "xyz789",
+  "count": 987,
+  "id": 4,
+  "path": "abc123",
   "title": "xyz789"
 }
 
@@ -28353,7 +28356,7 @@
Possible Types
Example
-
{"id": "4"}
+                  
{"id": 4}
 
@@ -28550,24 +28553,24 @@
Example
"custom_layout_update_file": "xyz789", "default_sort_by": "abc123", "description": "xyz789", - "display_mode": "abc123", + "display_mode": "xyz789", "filter_price_range": 987.65, - "image": "xyz789", - "include_in_menu": 123, + "image": "abc123", + "include_in_menu": 987, "is_anchor": 123, - "landing_page": 987, - "level": 123, - "meta_description": "xyz789", + "landing_page": 123, + "level": 987, + "meta_description": "abc123", "meta_keywords": "abc123", "meta_title": "xyz789", - "name": "xyz789", + "name": "abc123", "path": "abc123", "path_in_store": "xyz789", "position": 987, "product_count": 987, - "uid": "4", - "url_key": "xyz789", - "url_path": "xyz789" + "uid": 4, + "url_key": "abc123", + "url_path": "abc123" }
@@ -28618,8 +28621,8 @@
Fields
Example
{
-  "slug": "abc123",
-  "name": "xyz789",
+  "slug": "xyz789",
+  "name": "abc123",
   "children": [CategoryNavigationView]
 }
 
@@ -28677,7 +28680,7 @@
Fields
Example
{
-  "name": "xyz789",
+  "name": "abc123",
   "slug": "abc123",
   "level": 987,
   "parents": [CategoryProductView]
@@ -28857,28 +28860,28 @@ 
Example
"available_sort_by": ["xyz789"], "breadcrumbs": [Breadcrumb], "canonical_url": "xyz789", - "children_count": "abc123", + "children_count": "xyz789", "custom_layout_update_file": "xyz789", - "default_sort_by": "xyz789", - "description": "xyz789", + "default_sort_by": "abc123", + "description": "abc123", "display_mode": "abc123", - "filter_price_range": 123.45, - "image": "abc123", - "include_in_menu": 987, + "filter_price_range": 987.65, + "image": "xyz789", + "include_in_menu": 123, "is_anchor": 123, "landing_page": 987, "level": 123, - "meta_description": "xyz789", + "meta_description": "abc123", "meta_keywords": "abc123", "meta_title": "xyz789", "name": "xyz789", - "path": "xyz789", - "path_in_store": "xyz789", - "position": 987, - "product_count": 123, + "path": "abc123", + "path_in_store": "abc123", + "position": 123, + "product_count": 987, "uid": 4, "url_key": "xyz789", - "url_path": "abc123" + "url_path": "xyz789" }
@@ -28942,10 +28945,10 @@
Fields
Example
{
   "slug": "xyz789",
-  "name": "xyz789",
-  "level": 123,
+  "name": "abc123",
+  "level": 987,
   "parentSlug": "abc123",
-  "childrenSlugs": ["xyz789"]
+  "childrenSlugs": ["abc123"]
 }
 
@@ -29065,18 +29068,18 @@
Fields
Example
{
   "availableSortBy": ["xyz789"],
-  "children": ["abc123"],
-  "defaultSortBy": "xyz789",
-  "id": 4,
-  "level": 987,
-  "name": "abc123",
-  "parentId": "abc123",
+  "children": ["xyz789"],
+  "defaultSortBy": "abc123",
+  "id": "4",
+  "level": 123,
+  "name": "xyz789",
+  "parentId": "xyz789",
   "path": "xyz789",
-  "roles": ["xyz789"],
+  "roles": ["abc123"],
   "urlKey": "xyz789",
-  "urlPath": "abc123",
-  "count": 987,
-  "title": "abc123"
+  "urlPath": "xyz789",
+  "count": 123,
+  "title": "xyz789"
 }
 
@@ -29182,14 +29185,14 @@
Possible Types
Example
{
   "availableSortBy": ["abc123"],
-  "defaultSortBy": "abc123",
+  "defaultSortBy": "xyz789",
   "id": 4,
   "level": 123,
-  "name": "abc123",
+  "name": "xyz789",
   "path": "abc123",
-  "roles": ["xyz789"],
+  "roles": ["abc123"],
   "urlKey": "xyz789",
-  "urlPath": "xyz789"
+  "urlPath": "abc123"
 }
 
@@ -29263,7 +29266,7 @@
Possible Types
Example
{
-  "slug": "xyz789",
+  "slug": "abc123",
   "name": "xyz789"
 }
 
@@ -29338,11 +29341,11 @@
Example
{
   "agreement_id": 987,
   "checkbox_text": "xyz789",
-  "content": "abc123",
-  "content_height": "xyz789",
+  "content": "xyz789",
+  "content_height": "abc123",
   "is_html": false,
   "mode": "AUTO",
-  "name": "xyz789"
+  "name": "abc123"
 }
 
@@ -29442,8 +29445,8 @@
Fields
Example
{
   "code": "REORDER_NOT_AVAILABLE",
-  "message": "xyz789",
-  "path": ["abc123"]
+  "message": "abc123",
+  "path": ["xyz789"]
 }
 
@@ -29555,7 +29558,7 @@
Fields
Example
-
{"cart": Cart, "status": false}
+                  
{"cart": Cart, "status": true}
 
@@ -29729,7 +29732,7 @@
Fields
Example
-
{"quote_uids": [4]}
+                  
{"quote_uids": ["4"]}
 
@@ -29850,7 +29853,7 @@
Fields
Example
-
{"value": "xyz789"}
+                  
{"value": "abc123"}
 
@@ -30260,13 +30263,13 @@
Example
"credit": CompanyCredit, "credit_history": CompanyCreditHistory, "custom_attributes": [CustomAttribute], - "email": "xyz789", - "id": 4, + "email": "abc123", + "id": "4", "legal_address": CompanyLegalAddress, - "legal_name": "xyz789", + "legal_name": "abc123", "name": "abc123", "payment_methods": ["xyz789"], - "reseller_id": "xyz789", + "reseller_id": "abc123", "role": CompanyRole, "roles": CompanyRoles, "sales_representative": CompanySalesRepresentative, @@ -30275,7 +30278,7 @@
Example
"team": CompanyTeam, "user": Customer, "users": CompanyUsers, - "vat_tax_id": "abc123" + "vat_tax_id": "xyz789" }
@@ -30333,9 +30336,9 @@
Fields
Example
{
   "children": [CompanyAclResource],
-  "id": 4,
+  "id": "4",
   "sort_order": 123,
-  "text": "xyz789"
+  "text": "abc123"
 }
 
@@ -30415,12 +30418,12 @@
Fields
Example
{
   "custom_attributes": [AttributeValueInput],
-  "email": "xyz789",
-  "firstname": "abc123",
+  "email": "abc123",
+  "firstname": "xyz789",
   "gender": 123,
-  "job_title": "abc123",
-  "lastname": "abc123",
-  "telephone": "abc123"
+  "job_title": "xyz789",
+  "lastname": "xyz789",
+  "telephone": "xyz789"
 }
 
@@ -30470,7 +30473,7 @@
Fields
Example
{
   "code": "xyz789",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -30527,8 +30530,8 @@
Fields
Example
{
-  "id": 4,
-  "legal_name": "xyz789",
+  "id": "4",
+  "legal_name": "abc123",
   "name": "xyz789",
   "status": "PENDING"
 }
@@ -30610,12 +30613,12 @@ 
Fields
Example
{
   "company_admin": CompanyAdminInput,
-  "company_email": "abc123",
-  "company_name": "abc123",
+  "company_email": "xyz789",
+  "company_name": "xyz789",
   "legal_address": CompanyLegalAddressCreateInput,
   "legal_name": "xyz789",
-  "reseller_id": "xyz789",
-  "vat_tax_id": "abc123"
+  "reseller_id": "abc123",
+  "vat_tax_id": "xyz789"
 }
 
@@ -30674,7 +30677,7 @@
Example
{
   "available_credit": Money,
   "credit_limit": Money,
-  "exceed_limit": false,
+  "exceed_limit": true,
   "outstanding_balance": Money
 }
 
@@ -30729,7 +30732,7 @@
Example
{
   "items": [CompanyCreditOperation],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -30784,7 +30787,7 @@
Fields
Example
{
-  "custom_reference_number": "xyz789",
+  "custom_reference_number": "abc123",
   "operation_type": "ALLOCATION",
   "updated_by": "xyz789"
 }
@@ -30856,7 +30859,7 @@ 
Example
"amount": Money, "balance": CompanyCredit, "custom_reference_number": "xyz789", - "date": "abc123", + "date": "xyz789", "type": "ALLOCATION", "updated_by": CompanyCreditOperationUser } @@ -31076,8 +31079,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "role_id": "4",
+  "code": "abc123",
+  "role_id": 4,
   "user": CompanyInvitationUserInput
 }
 
@@ -31186,7 +31189,7 @@
Fields
Example
{
   "company_id": "4",
-  "customer_id": 4,
+  "customer_id": "4",
   "job_title": "abc123",
   "status": "ACTIVE",
   "telephone": "xyz789"
@@ -31256,12 +31259,12 @@ 
Fields
Example
{
-  "city": "abc123",
+  "city": "xyz789",
   "country_code": "AF",
-  "postcode": "abc123",
+  "postcode": "xyz789",
   "region": CustomerAddressRegion,
   "street": ["abc123"],
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
@@ -31339,7 +31342,7 @@
Example
"postcode": "abc123", "region": CustomerAddressRegionInput, "street": ["abc123"], - "telephone": "abc123" + "telephone": "xyz789" }
@@ -31412,12 +31415,12 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "country_id": "AF",
   "postcode": "abc123",
   "region": CustomerAddressRegionInput,
   "street": ["xyz789"],
-  "telephone": "xyz789"
+  "telephone": "abc123"
 }
 
@@ -31526,8 +31529,8 @@
Fields
Example
{
-  "name": "xyz789",
-  "permissions": ["xyz789"]
+  "name": "abc123",
+  "permissions": ["abc123"]
 }
 
@@ -31582,7 +31585,7 @@
Fields
Example
{
-  "id": 4,
+  "id": "4",
   "name": "abc123",
   "permissions": ["abc123"]
 }
@@ -31692,7 +31695,7 @@ 
Example
{
   "email": "xyz789",
   "firstname": "xyz789",
-  "lastname": "abc123"
+  "lastname": "xyz789"
 }
 
@@ -31885,7 +31888,7 @@
Example
{
   "entity": CompanyTeam,
   "id": "4",
-  "parent_id": "4"
+  "parent_id": 4
 }
 
@@ -31993,8 +31996,8 @@
Fields
Example
{
   "description": "xyz789",
-  "id": "4",
-  "name": "abc123",
+  "id": 4,
+  "name": "xyz789",
   "structure_id": 4
 }
 
@@ -32050,8 +32053,8 @@
Fields
Example
{
-  "description": "xyz789",
-  "name": "xyz789",
+  "description": "abc123",
+  "name": "abc123",
   "target_id": "4"
 }
 
@@ -32109,7 +32112,7 @@
Example
{
   "description": "xyz789",
   "id": "4",
-  "name": "abc123"
+  "name": "xyz789"
 }
 
@@ -32183,7 +32186,7 @@
Fields
Example
{
   "company_email": "xyz789",
-  "company_name": "abc123",
+  "company_name": "xyz789",
   "legal_address": CompanyLegalAddressUpdateInput,
   "legal_name": "abc123",
   "reseller_id": "xyz789",
@@ -32273,13 +32276,13 @@ 
Fields
Example
{
   "email": "xyz789",
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "job_title": "abc123",
-  "lastname": "xyz789",
-  "role_id": "4",
+  "lastname": "abc123",
+  "role_id": 4,
   "status": "ACTIVE",
   "target_id": "4",
-  "telephone": "abc123"
+  "telephone": "xyz789"
 }
 
@@ -32560,7 +32563,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "label": "abc123"
 }
 
@@ -32676,7 +32679,7 @@
Example
"attributes": [ComparableAttribute], "item_count": 987, "items": [ComparableItem], - "uid": "4" + "uid": 4 }
@@ -32726,7 +32729,7 @@
Fields
Example
{
   "cartId": "abc123",
-  "id": "xyz789"
+  "id": "abc123"
 }
 
@@ -32951,16 +32954,16 @@
family<
Example
{
   "addToCartAllowed": false,
-  "inStock": false,
-  "lowStock": true,
+  "inStock": true,
+  "lowStock": false,
   "attributes": [ProductViewAttribute],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
   "lastModifiedAt": "2007-12-03T10:15:30Z",
-  "metaDescription": "abc123",
-  "metaKeyword": "xyz789",
+  "metaDescription": "xyz789",
+  "metaKeyword": "abc123",
   "metaTitle": "xyz789",
   "name": "xyz789",
   "inputOptions": [ProductViewInputOption],
@@ -32968,12 +32971,12 @@ 
Example
"priceRange": ProductViewPriceRange, "shortDescription": "xyz789", "sku": "xyz789", - "externalId": "xyz789", - "url": "abc123", - "urlKey": "xyz789", + "externalId": "abc123", + "url": "xyz789", + "urlKey": "abc123", "links": [ProductViewLink], "categories": [CategoryProductView], - "queryType": "abc123", + "queryType": "xyz789", "visibility": "abc123" }
@@ -33066,7 +33069,7 @@
Example
{
   "field": "UNKNOWN_FIELD",
   "operator": OperatorInput,
-  "enabled": false
+  "enabled": true
 }
 
@@ -33126,7 +33129,7 @@
Example
"code": "xyz789", "label": "xyz789", "uid": "4", - "value_index": 987 + "value_index": 123 }
@@ -33268,16 +33271,16 @@
Example
"errors": [CartItemError], "gift_message": GiftMessage, "gift_wrapping": GiftWrapping, - "is_available": true, - "max_qty": 123.45, - "min_qty": 987.65, + "is_available": false, + "max_qty": 987.65, + "min_qty": 123.45, "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, "quantity": 123.45, - "uid": "4" + "uid": 4 }
@@ -33325,7 +33328,7 @@
Fields
Example
{
   "attribute_code": "xyz789",
-  "option_value_uids": [4]
+  "option_value_uids": ["4"]
 }
 
@@ -33481,7 +33484,7 @@
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
@@ -33491,18 +33494,18 @@ 
Example
"product": ProductInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", + "product_sku": "xyz789", "product_type": "xyz789", - "product_url_key": "abc123", + "product_url_key": "xyz789", "quantity_canceled": 123.45, "quantity_invoiced": 123.45, "quantity_ordered": 123.45, - "quantity_refunded": 987.65, - "quantity_return_requested": 987.65, - "quantity_returned": 123.45, + "quantity_refunded": 123.45, + "quantity_return_requested": 123.45, + "quantity_returned": 987.65, "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "abc123" + "status": "xyz789" }
@@ -33785,11 +33788,11 @@
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,
@@ -33797,16 +33800,16 @@ 
Example
"gift_wrapping_available": true, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "abc123", + "is_returnable": "xyz789", "manufacturer": 987, "max_sale_qty": 987.65, "media_gallery": [MediaGalleryInterface], "meta_description": "xyz789", "meta_keyword": "abc123", - "meta_title": "xyz789", + "meta_title": "abc123", "min_sale_qty": 987.65, - "name": "xyz789", - "new_from_date": "abc123", + "name": "abc123", + "new_from_date": "xyz789", "new_to_date": "abc123", "only_x_left_in_stock": 123.45, "options": [CustomizableOptionInterface], @@ -33824,7 +33827,7 @@
Example
"stock_status": "IN_STOCK", "swatch_image": "abc123", "thumbnail": ProductImage, - "uid": "4", + "uid": 4, "upsell_products": [ProductInterface], "url_key": "abc123", "variants": [ConfigurableVariant], @@ -33885,8 +33888,8 @@
Fields
Example
{
-  "attribute_code": "abc123",
-  "label": "abc123",
+  "attribute_code": "xyz789",
+  "label": "xyz789",
   "uid": "4",
   "values": [ConfigurableProductOptionValue]
 }
@@ -33951,8 +33954,8 @@ 
Fields
Example
{
   "is_available": true,
-  "is_use_default": false,
-  "label": "abc123",
+  "is_use_default": true,
+  "label": "xyz789",
   "swatch": SwatchDataInterface,
   "uid": 4
 }
@@ -34027,11 +34030,11 @@ 
Fields
Example
{
   "attribute_code": "xyz789",
-  "attribute_uid": "4",
+  "attribute_uid": 4,
   "label": "abc123",
-  "position": 123,
+  "position": 987,
   "uid": 4,
-  "use_default": false,
+  "use_default": true,
   "values": [ConfigurableProductOptionsValues]
 }
 
@@ -34161,11 +34164,11 @@
Fields
Example
{
-  "default_label": "xyz789",
+  "default_label": "abc123",
   "label": "xyz789",
   "store_label": "xyz789",
   "swatch_data": SwatchDataInterface,
-  "uid": "4",
+  "uid": 4,
   "use_default_value": true
 }
 
@@ -34231,8 +34234,8 @@
Example
"configurable_options": [SelectedConfigurableOption], "customizable_options": [SelectedCustomizableOption], "product": ProductInterface, - "quantity": 987.65, - "uid": 4 + "quantity": 123.45, + "uid": "4" }
@@ -34362,10 +34365,10 @@
Example
"configurable_options": [SelectedConfigurableOption], "configured_variant": ProductInterface, "customizable_options": [SelectedCustomizableOption], - "description": "xyz789", - "id": "4", + "description": "abc123", + "id": 4, "product": ProductInterface, - "quantity": 123.45 + "quantity": 987.65 }
@@ -34411,7 +34414,7 @@
Fields
Example
{
   "confirmation_key": "abc123",
-  "order_id": 4
+  "order_id": "4"
 }
 
@@ -34460,8 +34463,8 @@
Fields
Example
{
-  "confirmation_key": "xyz789",
-  "email": "xyz789"
+  "confirmation_key": "abc123",
+  "email": "abc123"
 }
 
@@ -34506,7 +34509,7 @@
Fields
Example
{
-  "confirmation_key": "abc123",
+  "confirmation_key": "xyz789",
   "order_id": 4
 }
 
@@ -34655,7 +34658,7 @@
Fields
Example
-
{"status": false}
+                  
{"status": true}
 
@@ -34853,10 +34856,10 @@
Fields
Example
{
   "available_regions": [Region],
-  "full_name_english": "xyz789",
-  "full_name_locale": "abc123",
+  "full_name_english": "abc123",
+  "full_name_locale": "xyz789",
   "id": "xyz789",
-  "three_letter_abbreviation": "abc123",
+  "three_letter_abbreviation": "xyz789",
   "two_letter_abbreviation": "abc123"
 }
 
@@ -36564,7 +36567,7 @@
Fields
Example
-
{"products": ["4"]}
+                  
{"products": [4]}
 
@@ -36651,9 +36654,9 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "event_name": "abc123", + "event_name": "xyz789", "gift_registry_type_uid": 4, - "message": "abc123", + "message": "xyz789", "privacy_settings": "PRIVATE", "registrants": [AddGiftRegistryRegistrantInput], "shipping_address": GiftRegistryShippingAddressInput, @@ -36735,7 +36738,7 @@
Fields
Example
-
{"cart_uid": "4"}
+                  
{"cart_uid": 4}
 
@@ -36840,8 +36843,8 @@
Example
"cartId": "abc123", "location": "PRODUCT_DETAIL", "methodCode": "xyz789", - "paymentSource": "abc123", - "vaultIntent": false + "paymentSource": "xyz789", + "vaultIntent": true }
@@ -36903,11 +36906,11 @@
Fields
Example
{
-  "amount": 123.45,
+  "amount": 987.65,
   "currency_code": "xyz789",
-  "id": "abc123",
+  "id": "xyz789",
   "mp_order_id": "xyz789",
-  "status": "abc123"
+  "status": "xyz789"
 }
 
@@ -36955,7 +36958,7 @@
Fields
Example
-
{"currency": "AFN", "value": 123.45}
+                  
{"currency": "AFN", "value": 987.65}
 
@@ -37018,7 +37021,7 @@
Example
"amount": CreatePurchaseOrderApprovalRuleConditionAmountInput, "attribute": "GRAND_TOTAL", "operator": "MORE_THAN", - "quantity": 987 + "quantity": 123 }
@@ -37068,7 +37071,7 @@
Fields
Example
{
   "description": "xyz789",
-  "name": "xyz789"
+  "name": "abc123"
 }
 
@@ -37344,7 +37347,7 @@
Fields
Example
-
{"name": "abc123", "visibility": "PUBLIC"}
+                  
{"name": "xyz789", "visibility": "PUBLIC"}
 
@@ -37452,7 +37455,7 @@
Example
{
   "comments": [SalesCommentItem],
   "custom_attributes": [CustomAttribute],
-  "id": 4,
+  "id": "4",
   "items": [CreditMemoItemInterface],
   "number": "abc123",
   "total": CreditMemoTotal
@@ -37504,7 +37507,7 @@ 
Fields
Example
{
-  "credit_memo_id": "abc123",
+  "credit_memo_id": "xyz789",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -37584,8 +37587,8 @@
Example
"order_item": OrderItemInterface, "product_name": "abc123", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_refunded": 987.65 + "product_sku": "xyz789", + "quantity_refunded": 123.45 }
@@ -37640,8 +37643,8 @@
Fields
Example
{
-  "credit_memo_id": "xyz789",
-  "credit_memo_item_id": "xyz789",
+  "credit_memo_id": "abc123",
+  "credit_memo_item_id": "abc123",
   "custom_attributes": [CustomAttributeInput]
 }
 
@@ -37755,7 +37758,7 @@
Example
"discounts": [Discount], "id": 4, "order_item": OrderItemInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", "quantity_refunded": 987.65 @@ -37951,11 +37954,11 @@
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": "abc123",
-  "default_display_currency_symbol": "xyz789",
+  "default_display_currency_symbol": "abc123",
   "exchange_rates": [ExchangeRate]
 }
 
@@ -39221,7 +39224,7 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "value": "abc123"
 }
 
@@ -39271,7 +39274,7 @@
Fields
Example
{
-  "attribute_code": "xyz789",
+  "attribute_code": "abc123",
   "value": "abc123"
 }
 
@@ -39386,10 +39389,10 @@
Possible Types
Example
{
-  "code": 4,
+  "code": "4",
   "default_value": "xyz789",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "abc123",
+  "frontend_class": "xyz789",
   "frontend_input": "BOOLEAN",
   "is_required": false,
   "is_unique": false,
@@ -39460,7 +39463,7 @@ 
Possible Types
Example
{
   "is_default": false,
-  "label": "xyz789",
+  "label": "abc123",
   "value": "xyz789"
 }
 
@@ -40133,26 +40136,26 @@
Example
"date_of_birth": "xyz789", "default_billing": "abc123", "default_shipping": "abc123", - "email": "abc123", - "firstname": "abc123", - "gender": 987, + "email": "xyz789", + "firstname": "xyz789", + "gender": 123, "gift_registries": [GiftRegistry], "gift_registry": GiftRegistry, "group": CustomerGroupStorefront, "id": 4, "is_subscribed": true, - "job_title": "xyz789", + "job_title": "abc123", "lastname": "xyz789", - "middlename": "xyz789", + "middlename": "abc123", "orders": CustomerOrders, - "prefix": "abc123", + "prefix": "xyz789", "purchase_order": PurchaseOrder, "purchase_order_approval_rule": PurchaseOrderApprovalRule, "purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata, "purchase_order_approval_rules": PurchaseOrderApprovalRules, "purchase_orders": PurchaseOrders, - "purchase_orders_enabled": true, - "quote_enabled": false, + "purchase_orders_enabled": false, + "quote_enabled": true, "requisition_lists": RequisitionLists, "return": Return, "returns": Returns, @@ -40162,10 +40165,10 @@
Example
"status": "ACTIVE", "store_credit": CustomerStoreCredit, "structure_id": "4", - "suffix": "xyz789", - "taxvat": "abc123", + "suffix": "abc123", + "taxvat": "xyz789", "team": CompanyTeam, - "telephone": "xyz789", + "telephone": "abc123", "wishlist_v2": Wishlist, "wishlists": [Wishlist] } @@ -40323,25 +40326,25 @@
attributeCodes
Example
{
-  "city": "xyz789",
-  "company": "xyz789",
+  "city": "abc123",
+  "company": "abc123",
   "country_code": "AF",
   "custom_attributesV2": [AttributeValueInterface],
-  "default_billing": true,
+  "default_billing": false,
   "default_shipping": false,
   "extension_attributes": [CustomerAddressAttribute],
-  "fax": "abc123",
-  "firstname": "xyz789",
+  "fax": "xyz789",
+  "firstname": "abc123",
   "id": 123,
   "lastname": "abc123",
-  "middlename": "xyz789",
-  "postcode": "xyz789",
-  "prefix": "abc123",
+  "middlename": "abc123",
+  "postcode": "abc123",
+  "prefix": "xyz789",
   "region": CustomerAddressRegion,
-  "region_id": 987,
-  "street": ["abc123"],
-  "suffix": "abc123",
-  "telephone": "xyz789",
+  "region_id": 123,
+  "street": ["xyz789"],
+  "suffix": "xyz789",
+  "telephone": "abc123",
   "uid": "4",
   "vat_id": "xyz789"
 }
@@ -40534,17 +40537,17 @@ 
Example
"company": "abc123", "country_code": "AF", "custom_attributesV2": [AttributeValueInput], - "default_billing": false, + "default_billing": true, "default_shipping": true, "fax": "abc123", - "firstname": "abc123", + "firstname": "xyz789", "lastname": "abc123", - "middlename": "abc123", - "postcode": "xyz789", - "prefix": "abc123", + "middlename": "xyz789", + "postcode": "abc123", + "prefix": "xyz789", "region": CustomerAddressRegionInput, "street": ["abc123"], - "suffix": "abc123", + "suffix": "xyz789", "telephone": "abc123", "vat_id": "abc123" } @@ -40707,7 +40710,7 @@
Example
{
   "items": [CustomerAddress],
   "page_info": SearchResultPageInfo,
-  "total_count": 987
+  "total_count": 123
 }
 
@@ -40812,11 +40815,11 @@
Example
"code": "4", "default_value": "abc123", "entity_type": "CATALOG_PRODUCT", - "frontend_class": "abc123", + "frontend_class": "xyz789", "frontend_input": "BOOLEAN", "input_filter": "NONE", - "is_required": true, - "is_unique": true, + "is_required": false, + "is_unique": false, "label": "abc123", "multiline_count": 987, "options": [CustomAttributeOptionInterface], @@ -40941,11 +40944,11 @@
Example
"date_of_birth": "abc123", "email": "abc123", "firstname": "abc123", - "gender": 987, - "is_subscribed": true, - "lastname": "xyz789", + "gender": 123, + "is_subscribed": false, + "lastname": "abc123", "middlename": "xyz789", - "password": "abc123", + "password": "xyz789", "prefix": "xyz789", "suffix": "xyz789", "taxvat": "abc123" @@ -41010,9 +41013,9 @@
Fields
Example
{
-  "date": "abc123",
-  "download_url": "xyz789",
-  "order_increment_id": "xyz789",
+  "date": "xyz789",
+  "download_url": "abc123",
+  "order_increment_id": "abc123",
   "remaining_downloads": "abc123",
   "status": "abc123"
 }
@@ -41311,16 +41314,16 @@ 
Example
"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": "xyz789", + "email": "abc123", "gift_message": GiftMessage, "gift_receipt_included": true, "gift_wrapping": GiftWrapping, - "id": 4, + "id": "4", "invoices": [Invoice], "is_virtual": true, "items": [OrderItemInterface], @@ -41334,9 +41337,9 @@
Example
"returns": Returns, "shipments": [OrderShipment], "shipping_address": OrderAddress, - "shipping_method": "abc123", - "status": "xyz789", - "token": "xyz789", + "shipping_method": "xyz789", + "status": "abc123", + "token": "abc123", "total": OrderTotal }
@@ -41491,7 +41494,7 @@
Example
"date_of_first_order": "xyz789", "items": [CustomerOrder], "page_info": SearchResultPageInfo, - "total_count": 987 + "total_count": 123 }
@@ -41676,7 +41679,7 @@
Fields
Example
-
{"uid": "4"}
+                  
{"uid": 4}
 
@@ -41859,10 +41862,10 @@
Fields
Example
{
-  "action": "xyz789",
+  "action": "abc123",
   "actual_balance": Money,
   "balance_change": Money,
-  "date_time_changed": "abc123"
+  "date_time_changed": "xyz789"
 }
 
@@ -41903,7 +41906,7 @@
Fields
Example
-
{"token": "xyz789"}
+                  
{"token": "abc123"}
 
@@ -42007,15 +42010,15 @@
Example
{
   "allow_remote_shopping_assistance": true,
   "custom_attributes": [AttributeValueInput],
-  "date_of_birth": "xyz789",
-  "firstname": "abc123",
+  "date_of_birth": "abc123",
+  "firstname": "xyz789",
   "gender": 123,
-  "is_subscribed": false,
-  "lastname": "abc123",
-  "middlename": "xyz789",
+  "is_subscribed": true,
+  "lastname": "xyz789",
+  "middlename": "abc123",
   "prefix": "abc123",
   "suffix": "abc123",
-  "taxvat": "abc123"
+  "taxvat": "xyz789"
 }
 
@@ -42082,10 +42085,10 @@
Fields
Example
{
-  "product_sku": "xyz789",
-  "required": false,
-  "sort_order": 987,
-  "title": "abc123",
+  "product_sku": "abc123",
+  "required": true,
+  "sort_order": 123,
+  "title": "xyz789",
   "uid": "4",
   "value": CustomizableAreaValue
 }
@@ -42149,11 +42152,11 @@ 
Fields
Example
{
-  "max_characters": 987,
-  "price": 123.45,
+  "max_characters": 123,
+  "price": 987.65,
   "price_type": "FIXED",
-  "sku": "xyz789",
-  "uid": "4"
+  "sku": "abc123",
+  "uid": 4
 }
 
@@ -42216,9 +42219,9 @@
Fields
Example
{
   "required": true,
-  "sort_order": 123,
-  "title": "xyz789",
-  "uid": "4",
+  "sort_order": 987,
+  "title": "abc123",
+  "uid": 4,
   "value": [CustomizableCheckboxValue]
 }
 
@@ -42364,11 +42367,11 @@
Fields
Example
{
-  "product_sku": "abc123",
+  "product_sku": "xyz789",
   "required": true,
-  "sort_order": 123,
-  "title": "abc123",
-  "uid": 4,
+  "sort_order": 987,
+  "title": "xyz789",
+  "uid": "4",
   "value": CustomizableDateValue
 }
 
@@ -42487,11 +42490,11 @@
Fields
Example
{
-  "price": 123.45,
+  "price": 987.65,
   "price_type": "FIXED",
   "sku": "abc123",
   "type": "DATE",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -42553,10 +42556,10 @@
Fields
Example
{
-  "required": false,
-  "sort_order": 987,
+  "required": true,
+  "sort_order": 123,
   "title": "xyz789",
-  "uid": "4",
+  "uid": 4,
   "value": [CustomizableDropDownValue]
 }
 
@@ -42629,13 +42632,13 @@
Fields
Example
{
-  "option_type_id": 123,
+  "option_type_id": 987,
   "price": 123.45,
   "price_type": "FIXED",
-  "sku": "abc123",
-  "sort_order": 987,
-  "title": "xyz789",
-  "uid": "4"
+  "sku": "xyz789",
+  "sort_order": 123,
+  "title": "abc123",
+  "uid": 4
 }
 
@@ -42704,9 +42707,9 @@
Example
{
   "product_sku": "abc123",
   "required": false,
-  "sort_order": 987,
+  "sort_order": 123,
   "title": "abc123",
-  "uid": 4,
+  "uid": "4",
   "value": CustomizableFieldValue
 }
 
@@ -42769,11 +42772,11 @@
Fields
Example
{
-  "max_characters": 987,
+  "max_characters": 123,
   "price": 123.45,
   "price_type": "FIXED",
   "sku": "abc123",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -42840,10 +42843,10 @@
Fields
Example
{
-  "product_sku": "xyz789",
-  "required": true,
-  "sort_order": 987,
-  "title": "abc123",
+  "product_sku": "abc123",
+  "required": false,
+  "sort_order": 123,
+  "title": "xyz789",
   "uid": 4,
   "value": CustomizableFileValue
 }
@@ -42918,9 +42921,9 @@ 
Fields
Example
{
   "file_extension": "xyz789",
-  "image_size_x": 987,
-  "image_size_y": 987,
-  "price": 987.65,
+  "image_size_x": 123,
+  "image_size_y": 123,
+  "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
   "uid": 4
@@ -42985,9 +42988,9 @@ 
Fields
Example
{
-  "required": false,
-  "sort_order": 123,
-  "title": "xyz789",
+  "required": true,
+  "sort_order": 987,
+  "title": "abc123",
   "uid": "4",
   "value": [CustomizableMultipleValue]
 }
@@ -43061,12 +43064,12 @@ 
Fields
Example
{
-  "option_type_id": 987,
+  "option_type_id": 123,
   "price": 123.45,
   "price_type": "FIXED",
   "sku": "xyz789",
-  "sort_order": 123,
-  "title": "abc123",
+  "sort_order": 987,
+  "title": "xyz789",
   "uid": 4
 }
 
@@ -43226,9 +43229,9 @@
Possible Types
Example
{
-  "required": true,
-  "sort_order": 123,
-  "title": "abc123",
+  "required": false,
+  "sort_order": 987,
+  "title": "xyz789",
   "uid": 4
 }
 
@@ -43376,7 +43379,7 @@
Example
"required": true, "sort_order": 123, "title": "abc123", - "uid": "4", + "uid": 4, "value": [CustomizableRadioValue] }
@@ -43449,13 +43452,13 @@
Fields
Example
{
-  "option_type_id": 123,
+  "option_type_id": 987,
   "price": 987.65,
   "price_type": "FIXED",
-  "sku": "abc123",
+  "sku": "xyz789",
   "sort_order": 987,
-  "title": "abc123",
-  "uid": 4
+  "title": "xyz789",
+  "uid": "4"
 }
 
@@ -43518,7 +43521,7 @@
Fields
Example
-
{"success": true}
+                  
{"success": false}
 
@@ -43731,7 +43734,7 @@
Fields
Example
{
   "errors": [NegotiableQuoteInvalidStateError],
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -43813,7 +43816,7 @@
Fields
Example
-
{"template_id": "4"}
+                  
{"template_id": 4}
 
@@ -43850,7 +43853,7 @@
Fields
Example
-
{"quote_uids": [4]}
+                  
{"quote_uids": ["4"]}
 
@@ -43982,7 +43985,7 @@
Fields
Example
{
   "customerPaymentTokens": CustomerPaymentTokens,
-  "result": true
+  "result": false
 }
 
@@ -44028,7 +44031,7 @@
Fields
Example
-
{"message": "abc123", "type": "UNDEFINED"}
+                  
{"message": "xyz789", "type": "UNDEFINED"}
 
@@ -44114,7 +44117,7 @@
Fields
Example
-
{"approval_rule_uids": [4]}
+                  
{"approval_rule_uids": ["4"]}
 
@@ -44239,7 +44242,7 @@
Fields
Example
-
{"requisition_lists": RequisitionLists, "status": false}
+                  
{"requisition_lists": RequisitionLists, "status": true}
 
@@ -44360,8 +44363,8 @@
Example
"coupon": AppliedCoupon, "is_discounting_locked": false, "label": "xyz789", - "type": "abc123", - "value": 987.65 + "type": "xyz789", + "value": 123.45 }
@@ -44485,9 +44488,9 @@
Example
"errors": [CartItemError], "is_available": true, "links": [DownloadableProductLinks], - "max_qty": 987.65, - "min_qty": 123.45, - "not_available_message": "abc123", + "max_qty": 123.45, + "min_qty": 987.65, + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, @@ -44579,12 +44582,12 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "downloadable_links": [DownloadableItemsLinks], - "id": 4, + "id": "4", "order_item": OrderItemInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "abc123", - "quantity_refunded": 987.65 + "product_sku": "xyz789", + "quantity_refunded": 123.45 }
@@ -44669,12 +44672,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 + "quantity_invoiced": 987.65 }
@@ -44726,9 +44729,9 @@
Fields
Example
{
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "xyz789",
-  "uid": "4"
+  "uid": 4
 }
 
@@ -44900,14 +44903,14 @@
Example
"product_sale_price": Money, "product_sku": "abc123", "product_type": "abc123", - "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": 123.45, - "quantity_return_requested": 123.45, - "quantity_returned": 987.65, - "quantity_shipped": 987.65, + "quantity_return_requested": 987.65, + "quantity_returned": 123.45, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], "status": "abc123" } @@ -45179,9 +45182,9 @@
filters
Example
{
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
@@ -45192,39 +45195,39 @@ 
Example
DownloadableProductSamples ], "gift_message_available": true, - "gift_wrapping_available": false, + "gift_wrapping_available": true, "gift_wrapping_price": Money, "image": ProductImage, "is_returnable": "xyz789", - "links_purchased_separately": 123, - "links_title": "xyz789", + "links_purchased_separately": 987, + "links_title": "abc123", "manufacturer": 123, "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], - "meta_description": "abc123", - "meta_keyword": "abc123", + "meta_description": "xyz789", + "meta_keyword": "xyz789", "meta_title": "abc123", "min_sale_qty": 987.65, "name": "xyz789", - "new_from_date": "xyz789", + "new_from_date": "abc123", "new_to_date": "abc123", - "only_x_left_in_stock": 123.45, + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "options_container": "xyz789", + "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 987.65, + "quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, - "special_price": 987.65, - "special_to_date": "abc123", + "special_price": 123.45, + "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "xyz789", "thumbnail": ProductImage, - "uid": "4", + "uid": 4, "upsell_products": [ProductInterface], "url_key": "abc123" } @@ -45347,11 +45350,11 @@
Fields
Example
{
-  "price": 123.45,
+  "price": 987.65,
   "sample_url": "xyz789",
-  "sort_order": 123,
+  "sort_order": 987,
   "title": "xyz789",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -45393,7 +45396,7 @@
Fields
Example
-
{"link_id": 987}
+                  
{"link_id": 123}
 
@@ -45446,7 +45449,7 @@
Example
{
   "sample_url": "abc123",
   "sort_order": 123,
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -45516,9 +45519,9 @@
Example
"customizable_options": [SelectedCustomizableOption], "links": [DownloadableProductLinks], "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "samples": [DownloadableProductSamples], - "uid": 4 + "uid": "4" }
@@ -45596,10 +45599,10 @@
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "abc123",
-  "id": 4,
+  "description": "xyz789",
+  "id": "4",
   "links_v2": [DownloadableProductLinks],
   "product": ProductInterface,
   "quantity": 123.45,
@@ -45651,7 +45654,10 @@ 
Fields
Example
-
{"duplicated_quote_uid": 4, "quote_uid": 4}
+                  
{
+  "duplicated_quote_uid": "4",
+  "quote_uid": 4
+}
 
@@ -45860,7 +45866,7 @@
Possible Types
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "abc123"
+  "message": "xyz789"
 }
 
@@ -45979,7 +45985,7 @@
Fields
Example
{
   "country_code": "AF",
-  "postcode": "xyz789",
+  "postcode": "abc123",
   "region": CustomerAddressRegionInput
 }
 
@@ -46282,12 +46288,12 @@
Example
{
   "code": "abc123",
   "is_visible": false,
-  "payment_intent": "abc123",
+  "payment_intent": "xyz789",
   "payment_source": "abc123",
   "sdk_params": [SDKParams],
   "sort_order": "xyz789",
   "three_ds_mode": "OFF",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -46336,8 +46342,8 @@
Fields
Example
{
-  "payment_source": "xyz789",
-  "paypal_fastlane_token": "xyz789"
+  "payment_source": "abc123",
+  "paypal_fastlane_token": "abc123"
 }
 
@@ -46473,7 +46479,7 @@
Fields
Example
{
-  "eq": "xyz789",
+  "eq": "abc123",
   "in": ["abc123"]
 }
 
@@ -46567,7 +46573,7 @@
Fields
Example
-
{"match": "abc123", "match_type": "FULL"}
+                  
{"match": "xyz789", "match_type": "FULL"}
 
@@ -46616,7 +46622,7 @@
Fields
Example
{
   "from": "xyz789",
-  "to": "xyz789"
+  "to": "abc123"
 }
 
@@ -46779,9 +46785,9 @@
Fields
Example
{
-  "eq": "xyz789",
+  "eq": "abc123",
   "in": ["abc123"],
-  "match": "xyz789"
+  "match": "abc123"
 }
 
@@ -46904,12 +46910,12 @@
Example
{
   "eq": "abc123",
   "from": "xyz789",
-  "gt": "xyz789",
+  "gt": "abc123",
   "gteq": "abc123",
   "in": ["xyz789"],
   "like": "abc123",
   "lt": "abc123",
-  "lteq": "abc123",
+  "lteq": "xyz789",
   "moreq": "abc123",
   "neq": "xyz789",
   "nin": ["xyz789"],
@@ -46972,9 +46978,9 @@ 
Fields
Example
{
-  "attribute": "xyz789",
-  "frontendInput": "abc123",
-  "label": "xyz789",
+  "attribute": "abc123",
+  "frontendInput": "xyz789",
+  "label": "abc123",
   "numeric": true
 }
 
@@ -47023,7 +47029,7 @@
Fields
Example
{
   "amount": Money,
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -47111,7 +47117,7 @@
Description
Example
-
123.45
+                  
987.65
 
@@ -47152,7 +47158,7 @@
Fields
Example
-
{"customer_email": "xyz789"}
+                  
{"customer_email": "abc123"}
 
@@ -47233,7 +47239,7 @@
Fields
Example
-
{"template_id": "4"}
+                  
{"template_id": 4}
 
@@ -47366,7 +47372,7 @@
Example
{
   "balance": Money,
   "code": "xyz789",
-  "expiration_date": "abc123"
+  "expiration_date": "xyz789"
 }
 
@@ -47470,10 +47476,10 @@
Fields
Example
{
   "attribute_id": 987,
-  "uid": "4",
+  "uid": 4,
   "value": 987.65,
-  "website_id": 987,
-  "website_value": 123.45
+  "website_id": 123,
+  "website_value": 987.65
 }
 
@@ -47635,20 +47641,20 @@
Example
"gift_message": GiftMessage, "gift_wrapping": GiftWrapping, "is_available": false, - "max_qty": 987.65, + "max_qty": 123.45, "message": "abc123", - "min_qty": 123.45, - "not_available_message": "abc123", + "min_qty": 987.65, + "not_available_message": "xyz789", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], "prices": CartItemPrices, "product": ProductInterface, "quantity": 123.45, - "recipient_email": "xyz789", - "recipient_name": "xyz789", - "sender_email": "xyz789", - "sender_name": "xyz789", - "uid": 4 + "recipient_email": "abc123", + "recipient_name": "abc123", + "sender_email": "abc123", + "sender_name": "abc123", + "uid": "4" }
@@ -47729,12 +47735,12 @@
Example
"custom_attributes": [CustomAttribute], "discounts": [Discount], "gift_card": GiftCardItem, - "id": 4, + "id": "4", "order_item": OrderItemInterface, - "product_name": "xyz789", + "product_name": "abc123", "product_sale_price": Money, "product_sku": "abc123", - "quantity_refunded": 123.45 + "quantity_refunded": 987.65 }
@@ -47815,11 +47821,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": "xyz789", + "product_sku": "abc123", "quantity_invoiced": 123.45 }
@@ -47882,10 +47888,10 @@
Fields
Example
{
-  "message": "xyz789",
-  "recipient_email": "xyz789",
-  "recipient_name": "abc123",
-  "sender_email": "abc123",
+  "message": "abc123",
+  "recipient_email": "abc123",
+  "recipient_name": "xyz789",
+  "sender_email": "xyz789",
   "sender_name": "abc123"
 }
 
@@ -47960,11 +47966,11 @@
Example
{
   "amount": Money,
   "custom_giftcard_amount": Money,
-  "message": "xyz789",
-  "recipient_email": "abc123",
+  "message": "abc123",
+  "recipient_email": "xyz789",
   "recipient_name": "abc123",
-  "sender_email": "xyz789",
-  "sender_name": "abc123"
+  "sender_email": "abc123",
+  "sender_name": "xyz789"
 }
 
@@ -48128,20 +48134,20 @@
Example
"id": 4, "prices": OrderItemPrices, "product": ProductInterface, - "product_name": "abc123", + "product_name": "xyz789", "product_sale_price": Money, "product_sku": "xyz789", - "product_type": "abc123", - "product_url_key": "xyz789", + "product_type": "xyz789", + "product_url_key": "abc123", "quantity_canceled": 987.65, "quantity_invoiced": 987.65, "quantity_ordered": 987.65, "quantity_refunded": 123.45, - "quantity_return_requested": 123.45, - "quantity_returned": 123.45, - "quantity_shipped": 123.45, + "quantity_return_requested": 987.65, + "quantity_returned": 987.65, + "quantity_shipped": 987.65, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
@@ -48447,56 +48453,56 @@
filters
Example
{
   "allow_message": true,
-  "allow_open_amount": true,
-  "canonical_url": "xyz789",
+  "allow_open_amount": false,
+  "canonical_url": "abc123",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "gift_card_options": [CustomizableOptionInterface],
-  "gift_message_available": false,
-  "gift_wrapping_available": false,
+  "gift_message_available": true,
+  "gift_wrapping_available": true,
   "gift_wrapping_price": Money,
   "giftcard_amounts": [GiftCardAmounts],
   "giftcard_type": "VIRTUAL",
   "image": ProductImage,
   "is_redeemable": false,
-  "is_returnable": "abc123",
-  "lifetime": 987,
+  "is_returnable": "xyz789",
+  "lifetime": 123,
   "manufacturer": 123,
-  "max_sale_qty": 987.65,
+  "max_sale_qty": 123.45,
   "media_gallery": [MediaGalleryInterface],
-  "message_max_length": 987,
-  "meta_description": "xyz789",
+  "message_max_length": 123,
+  "meta_description": "abc123",
   "meta_keyword": "xyz789",
   "meta_title": "xyz789",
   "min_sale_qty": 987.65,
   "name": "xyz789",
   "new_from_date": "xyz789",
-  "new_to_date": "xyz789",
+  "new_to_date": "abc123",
   "only_x_left_in_stock": 987.65,
   "open_amount_max": 123.45,
-  "open_amount_min": 123.45,
+  "open_amount_min": 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": "abc123",
   "small_image": ProductImage,
-  "special_price": 987.65,
-  "special_to_date": "abc123",
+  "special_price": 123.45,
+  "special_to_date": "xyz789",
   "stock_status": "IN_STOCK",
   "swatch_image": "xyz789",
   "thumbnail": ProductImage,
-  "uid": 4,
+  "uid": "4",
   "upsell_products": [ProductInterface],
   "url_key": "xyz789",
-  "weight": 987.65
+  "weight": 123.45
 }
 
@@ -48562,7 +48568,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "gift_card_options": GiftCardOptions, "product": ProductInterface, - "quantity": 987.65, + "quantity": 123.45, "uid": "4" } @@ -48632,7 +48638,7 @@
Fields
Example
{
   "gift_card": GiftCardItem,
-  "id": "4",
+  "id": 4,
   "order_item": OrderItemInterface,
   "product_name": "xyz789",
   "product_sale_price": Money,
@@ -48766,11 +48772,11 @@ 
Fields
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
   "gift_card_options": GiftCardOptions,
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
   "quantity": 123.45
 }
@@ -48825,8 +48831,8 @@ 
Fields
Example
{
   "from": "abc123",
-  "message": "abc123",
-  "to": "abc123"
+  "message": "xyz789",
+  "to": "xyz789"
 }
 
@@ -48882,7 +48888,7 @@
Fields
Example
{
   "from": "abc123",
-  "message": "abc123",
+  "message": "xyz789",
   "to": "abc123"
 }
 
@@ -49052,7 +49058,7 @@
Fields
Example
{
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "dynamic_attributes": [GiftRegistryDynamicAttribute],
   "event_name": "abc123",
   "items": [GiftRegistryItemInterface],
@@ -49063,7 +49069,7 @@ 
Example
"shipping_address": CustomerAddress, "status": "ACTIVE", "type": GiftRegistryType, - "uid": "4" + "uid": 4 }
@@ -49116,10 +49122,10 @@
Fields
Example
{
-  "code": 4,
+  "code": "4",
   "group": "EVENT_INFORMATION",
-  "label": "abc123",
-  "value": "abc123"
+  "label": "xyz789",
+  "value": "xyz789"
 }
 
@@ -49317,8 +49323,8 @@
Possible Types
Example
{
   "code": 4,
-  "label": "abc123",
-  "value": "abc123"
+  "label": "xyz789",
+  "value": "xyz789"
 }
 
@@ -49382,11 +49388,11 @@
Fields
Example
{
   "attribute_group": "abc123",
-  "code": "4",
-  "input_type": "abc123",
-  "is_required": true,
+  "code": 4,
+  "input_type": "xyz789",
+  "is_required": false,
   "label": "abc123",
-  "sort_order": 987
+  "sort_order": 123
 }
 
@@ -49467,8 +49473,8 @@
Possible Types
Example
{
   "attribute_group": "abc123",
-  "code": 4,
-  "input_type": "xyz789",
+  "code": "4",
+  "input_type": "abc123",
   "is_required": true,
   "label": "xyz789",
   "sort_order": 123
@@ -49536,10 +49542,10 @@ 
Fields
Example
{
   "created_at": "xyz789",
-  "note": "abc123",
+  "note": "xyz789",
   "product": ProductInterface,
   "quantity": 123.45,
-  "quantity_fulfilled": 123.45,
+  "quantity_fulfilled": 987.65,
   "uid": 4
 }
 
@@ -49621,12 +49627,12 @@
Possible Types
Example
{
-  "created_at": "xyz789",
-  "note": "xyz789",
+  "created_at": "abc123",
+  "note": "abc123",
   "product": ProductInterface,
   "quantity": 987.65,
-  "quantity_fulfilled": 987.65,
-  "uid": 4
+  "quantity_fulfilled": 123.45,
+  "uid": "4"
 }
 
@@ -49754,7 +49760,7 @@
Fields
Example
{
   "code": "OUT_OF_STOCK",
-  "gift_registry_item_uid": 4,
+  "gift_registry_item_uid": "4",
   "gift_registry_uid": "4",
   "message": "xyz789",
   "product_uid": "4"
@@ -49983,7 +49989,7 @@ 
Example
], "email": "xyz789", "firstname": "abc123", - "lastname": "xyz789", + "lastname": "abc123", "uid": "4" }
@@ -50032,9 +50038,9 @@
Fields
Example
{
-  "code": 4,
-  "label": "abc123",
-  "value": "xyz789"
+  "code": "4",
+  "label": "xyz789",
+  "value": "abc123"
 }
 
@@ -50101,12 +50107,12 @@
Fields
Example
{
-  "event_date": "xyz789",
-  "event_title": "xyz789",
-  "gift_registry_uid": "4",
-  "location": "xyz789",
+  "event_date": "abc123",
+  "event_title": "abc123",
+  "gift_registry_uid": 4,
+  "location": "abc123",
   "name": "abc123",
-  "type": "xyz789"
+  "type": "abc123"
 }
 
@@ -50163,7 +50169,7 @@
Example
{
   "address_data": CustomerAddressInput,
   "address_id": 4,
-  "customer_address_uid": 4
+  "customer_address_uid": "4"
 }
 
@@ -50325,7 +50331,7 @@
Fields
Example
{
-  "design": "abc123",
+  "design": "xyz789",
   "image": GiftWrappingImage,
   "price": Money,
   "uid": "4"
@@ -50375,8 +50381,8 @@ 
Fields
Example
{
-  "label": "abc123",
-  "url": "abc123"
+  "label": "xyz789",
+  "url": "xyz789"
 }
 
@@ -50426,7 +50432,7 @@
Example
{
   "color": "abc123",
   "height": 123,
-  "type": "xyz789"
+  "type": "abc123"
 }
 
@@ -50505,8 +50511,8 @@
Fields
Example
{
   "button_styles": GooglePayButtonStyles,
-  "code": "xyz789",
-  "is_visible": true,
+  "code": "abc123",
+  "is_visible": false,
   "payment_intent": "abc123",
   "payment_source": "xyz789",
   "sdk_params": [SDKParams],
@@ -50568,8 +50574,8 @@ 
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
-  "paypal_order_id": "abc123"
+  "payments_order_id": "abc123",
+  "paypal_order_id": "xyz789"
 }
 
@@ -50824,47 +50830,47 @@
filters
Example
{
-  "canonical_url": "abc123",
+  "canonical_url": "xyz789",
   "categories": [CategoryInterface],
-  "country_of_manufacture": "xyz789",
+  "country_of_manufacture": "abc123",
   "crosssell_products": [ProductInterface],
   "custom_attributesV2": ProductCustomAttributes,
   "description": ComplexTextValue,
   "gift_message_available": true,
-  "gift_wrapping_available": true,
+  "gift_wrapping_available": false,
   "gift_wrapping_price": Money,
   "image": ProductImage,
-  "is_returnable": "abc123",
+  "is_returnable": "xyz789",
   "items": [GroupedProductItem],
   "manufacturer": 987,
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "abc123",
-  "meta_keyword": "abc123",
+  "meta_keyword": "xyz789",
   "meta_title": "xyz789",
   "min_sale_qty": 123.45,
   "name": "xyz789",
   "new_from_date": "xyz789",
   "new_to_date": "abc123",
   "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,
   "related_products": [ProductInterface],
   "short_description": ComplexTextValue,
-  "sku": "xyz789",
+  "sku": "abc123",
   "small_image": ProductImage,
   "special_price": 987.65,
-  "special_to_date": "xyz789",
+  "special_to_date": "abc123",
   "stock_status": "IN_STOCK",
-  "swatch_image": "abc123",
+  "swatch_image": "xyz789",
   "thumbnail": ProductImage,
-  "uid": 4,
+  "uid": "4",
   "upsell_products": [ProductInterface],
-  "url_key": "xyz789",
-  "weight": 987.65
+  "url_key": "abc123",
+  "weight": 123.45
 }
 
@@ -50917,7 +50923,7 @@
Fields
Example
{
-  "position": 123,
+  "position": 987,
   "product": ProductInterface,
   "qty": 987.65
 }
@@ -51041,8 +51047,8 @@ 
Fields
Example
{
-  "reason": "xyz789",
-  "token": "abc123"
+  "reason": "abc123",
+  "token": "xyz789"
 }
 
@@ -51099,7 +51105,7 @@
Example
{
   "email": "xyz789",
   "lastname": "xyz789",
-  "number": "xyz789"
+  "number": "abc123"
 }
 
@@ -51152,8 +51158,8 @@
Fields
Example
{
   "attribute": "xyz789",
-  "matched_words": ["abc123"],
-  "value": "xyz789"
+  "matched_words": ["xyz789"],
+  "value": "abc123"
 }
 
@@ -51221,11 +51227,11 @@
Fields
Example
{
   "created_at": "abc123",
-  "creator_name": "abc123",
+  "creator_name": "xyz789",
   "creator_type": "xyz789",
   "item_id": 123,
-  "note": "abc123",
-  "product_name": "xyz789"
+  "note": "xyz789",
+  "product_name": "abc123"
 }
 
@@ -51313,15 +51319,15 @@
Fields
Example
{
-  "cc_vault_code": "xyz789",
+  "cc_vault_code": "abc123",
   "code": "xyz789",
   "is_vault_enabled": false,
-  "is_visible": false,
+  "is_visible": true,
   "payment_intent": "abc123",
-  "payment_source": "xyz789",
+  "payment_source": "abc123",
   "requires_card_details": true,
   "sdk_params": [SDKParams],
-  "sort_order": "xyz789",
+  "sort_order": "abc123",
   "three_ds_mode": "OFF",
   "title": "abc123"
 }
@@ -51414,14 +51420,14 @@ 
Fields
Example
{
-  "cardBin": "abc123",
+  "cardBin": "xyz789",
   "cardExpiryMonth": "abc123",
-  "cardExpiryYear": "abc123",
+  "cardExpiryYear": "xyz789",
   "cardLast4": "abc123",
   "holderName": "abc123",
   "is_active_payment_token_enabler": false,
-  "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
+  "payment_source": "abc123",
+  "payments_order_id": "abc123",
   "paypal_order_id": "abc123"
 }
 
@@ -51488,7 +51494,7 @@
Fields
Example
{
   "thumbnail": "xyz789",
-  "value": "abc123"
+  "value": "xyz789"
 }
 
@@ -51602,7 +51608,7 @@
Fields
Example
{
   "code": "PRODUCT_NOT_FOUND",
-  "message": "xyz789",
+  "message": "abc123",
   "quantity": 987.65
 }
 
@@ -51626,7 +51632,7 @@
Description
Example
-
987
+                  
123
 
@@ -51867,7 +51873,7 @@
Example
"product_name": "xyz789", "product_sale_price": Money, "product_sku": "abc123", - "quantity_invoiced": 123.45 + "quantity_invoiced": 987.65 }
@@ -52035,12 +52041,12 @@
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "id": 4,
+  "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
   "product_sku": "abc123",
-  "quantity_invoiced": 987.65
+  "quantity_invoiced": 123.45
 }
 
@@ -52245,7 +52251,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -52365,7 +52371,7 @@
Fields
Example
-
{"is_email_available": true}
+                  
{"is_email_available": false}
 
@@ -52410,7 +52416,7 @@
Fields
Example
-
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": false}
+                  
{"type": "UNKNOWN_ISOPERATOR_TYPE", "value": true}
 
@@ -52527,11 +52533,11 @@
Fields
Example
{
   "created_at": "xyz789",
-  "creator_id": 987,
+  "creator_id": 123,
   "creator_name": "xyz789",
-  "creator_type": 123,
+  "creator_type": 987,
   "negotiable_quote_item_uid": 4,
-  "note": "xyz789",
+  "note": "abc123",
   "note_uid": 4
 }
 
@@ -52585,7 +52591,7 @@
Fields
Example
{
   "label": "abc123",
-  "uid": 4,
+  "uid": "4",
   "values": [ItemSelectedBundleOptionValue]
 }
 
@@ -52721,8 +52727,8 @@
Fields
Example
{
-  "name": "abc123",
-  "value": "xyz789"
+  "name": "xyz789",
+  "value": "abc123"
 }
 
@@ -52777,9 +52783,9 @@
Fields
Example
{
-  "note": "xyz789",
+  "note": "abc123",
   "quote_item_uid": "4",
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -52868,8 +52874,8 @@
Possible Types
Example
{
-  "disabled": false,
-  "label": "abc123",
+  "disabled": true,
+  "label": "xyz789",
   "position": 987,
   "url": "abc123"
 }
@@ -53114,7 +53120,7 @@ 
Fields
Example
{
   "gift_registry": GiftRegistry,
-  "status": false,
+  "status": true,
   "user_errors": [GiftRegistryItemsUserError]
 }
 
@@ -53261,7 +53267,7 @@
Example
{
   "quote_item_uid": "4",
   "quote_uid": "4",
-  "requisition_list_uid": "4"
+  "requisition_list_uid": 4
 }
 
@@ -53511,24 +53517,24 @@
Example
"billing_address": NegotiableQuoteBillingAddress, "buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], - "created_at": "xyz789", + "created_at": "abc123", "custom_attributes": [CustomAttribute], - "email": "xyz789", - "expiration_date": "abc123", + "email": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], - "is_virtual": true, + "is_virtual": false, "items": [CartItemInterface], "name": "abc123", "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_name": "xyz789", + "template_id": "4", + "template_name": "abc123", "total_quantity": 987.65, - "uid": 4, + "uid": "4", "updated_at": "xyz789" }
@@ -53577,7 +53583,7 @@
Fields
Example
{
   "code": "abc123",
-  "label": "xyz789"
+  "label": "abc123"
 }
 
@@ -53716,18 +53722,18 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "xyz789",
   "country_code": "xyz789",
   "custom_attributes": [AttributeValueInput],
-  "fax": "xyz789",
+  "fax": "abc123",
   "firstname": "xyz789",
-  "lastname": "xyz789",
-  "middlename": "abc123",
+  "lastname": "abc123",
+  "middlename": "xyz789",
   "postcode": "xyz789",
-  "prefix": "abc123",
+  "prefix": "xyz789",
   "region": "abc123",
-  "region_id": 123,
+  "region_id": 987,
   "save_in_address_book": false,
   "street": ["xyz789"],
   "suffix": "xyz789",
@@ -53872,21 +53878,21 @@ 
Possible Types
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "xyz789",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
-  "customer_address_uid": "4",
-  "fax": "abc123",
-  "firstname": "abc123",
-  "lastname": "xyz789",
-  "middlename": "xyz789",
+  "customer_address_uid": 4,
+  "fax": "xyz789",
+  "firstname": "xyz789",
+  "lastname": "abc123",
+  "middlename": "abc123",
   "postcode": "xyz789",
-  "prefix": "xyz789",
+  "prefix": "abc123",
   "region": NegotiableQuoteAddressRegion,
   "street": ["xyz789"],
   "suffix": "abc123",
-  "telephone": "xyz789",
+  "telephone": "abc123",
   "uid": "4",
   "vat_id": "xyz789"
 }
@@ -53941,7 +53947,7 @@ 
Fields
Example
{
   "code": "xyz789",
-  "label": "abc123",
+  "label": "xyz789",
   "region_id": 123
 }
 
@@ -54060,23 +54066,23 @@
Fields
Example
{
-  "city": "xyz789",
+  "city": "abc123",
   "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": 4,
-  "fax": "xyz789",
-  "firstname": "abc123",
-  "lastname": "xyz789",
+  "fax": "abc123",
+  "firstname": "xyz789",
+  "lastname": "abc123",
   "middlename": "abc123",
   "postcode": "xyz789",
   "prefix": "xyz789",
   "region": NegotiableQuoteAddressRegion,
   "street": ["xyz789"],
-  "suffix": "abc123",
+  "suffix": "xyz789",
   "telephone": "abc123",
-  "uid": 4,
-  "vat_id": "xyz789"
+  "uid": "4",
+  "vat_id": "abc123"
 }
 
@@ -54138,9 +54144,9 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": 4,
-  "same_as_shipping": false,
-  "use_for_shipping": true
+  "customer_address_uid": "4",
+  "same_as_shipping": true,
+  "use_for_shipping": false
 }
 
@@ -54209,7 +54215,7 @@
Example
{
   "attachments": [NegotiableQuoteCommentAttachment],
   "author": NegotiableQuoteUser,
-  "created_at": "xyz789",
+  "created_at": "abc123",
   "creator_type": "BUYER",
   "text": "xyz789",
   "uid": 4
@@ -54259,8 +54265,8 @@ 
Fields
Example
{
-  "name": "abc123",
-  "url": "xyz789"
+  "name": "xyz789",
+  "url": "abc123"
 }
 
@@ -54302,7 +54308,7 @@
Fields
Example
-
{"key": "xyz789"}
+                  
{"key": "abc123"}
 
@@ -54450,7 +54456,7 @@
Example
{
   "new_value": "xyz789",
   "old_value": "abc123",
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -54613,7 +54619,7 @@
Fields
Example
-
{"comment": "abc123"}
+                  
{"comment": "xyz789"}
 
@@ -54682,7 +54688,7 @@
Example
"author": NegotiableQuoteUser, "change_type": "CREATED", "changes": NegotiableQuoteHistoryChanges, - "created_at": "abc123", + "created_at": "xyz789", "item_note": HistoryItemNoteData, "uid": "4" } @@ -54790,7 +54796,7 @@
Fields
Example
{
-  "new_expiration": "abc123",
+  "new_expiration": "xyz789",
   "old_expiration": "abc123"
 }
 
@@ -55109,7 +55115,7 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "purchase_order_number": "abc123"
 }
 
@@ -55167,10 +55173,10 @@
Fields
Example
{
-  "document_identifier": "abc123",
+  "document_identifier": "xyz789",
   "document_name": "xyz789",
-  "link_id": "4",
-  "reference_document_url": "xyz789"
+  "link_id": 4,
+  "reference_document_url": "abc123"
 }
 
@@ -55299,24 +55305,24 @@
Fields
Example
{
   "available_shipping_methods": [AvailableShippingMethod],
-  "city": "xyz789",
-  "company": "xyz789",
+  "city": "abc123",
+  "company": "abc123",
   "country": NegotiableQuoteAddressCountry,
   "custom_attributes": [AttributeValueInterface],
   "customer_address_uid": "4",
   "fax": "xyz789",
   "firstname": "abc123",
-  "lastname": "abc123",
+  "lastname": "xyz789",
   "middlename": "xyz789",
   "postcode": "abc123",
-  "prefix": "abc123",
+  "prefix": "xyz789",
   "region": NegotiableQuoteAddressRegion,
   "selected_shipping_method": SelectedShippingMethod,
-  "street": ["xyz789"],
-  "suffix": "abc123",
+  "street": ["abc123"],
+  "suffix": "xyz789",
   "telephone": "abc123",
   "uid": "4",
-  "vat_id": "abc123"
+  "vat_id": "xyz789"
 }
 
@@ -55372,7 +55378,7 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": "4",
+  "customer_address_uid": 4,
   "customer_notes": "xyz789"
 }
 
@@ -55714,15 +55720,15 @@
Example
"buyer": NegotiableQuoteUser, "comments": [NegotiableQuoteComment], "created_at": "xyz789", - "expiration_date": "abc123", + "expiration_date": "xyz789", "history": [NegotiableQuoteHistoryEntry], "historyV2": [NegotiableQuoteTemplateHistoryEntry], - "is_min_max_qty_used": false, - "is_virtual": false, + "is_min_max_qty_used": true, + "is_virtual": true, "items": [CartItemInterface], - "max_order_commitment": 123, + "max_order_commitment": 987, "min_order_commitment": 987, - "name": "xyz789", + "name": "abc123", "notifications": [QuoteTemplateNotificationMessage], "prices": CartPrices, "reference_document_links": [ @@ -55731,9 +55737,9 @@
Example
"sales_rep_name": "xyz789", "shipping_addresses": [NegotiableQuoteShippingAddress], "status": "abc123", - "template_id": 4, + "template_id": "4", "total_quantity": 987.65, - "uid": 4, + "uid": "4", "updated_at": "xyz789" }
@@ -55927,19 +55933,19 @@
Example
"expiration_date": "xyz789", "is_min_max_qty_used": false, "last_ordered_at": "xyz789", - "last_shared_at": "xyz789", + "last_shared_at": "abc123", "max_order_commitment": 123, "min_negotiated_grand_total": 123.45, "min_order_commitment": 123, "name": "xyz789", - "orders_placed": 123, + "orders_placed": 987, "prices": CartPrices, "sales_rep_name": "xyz789", - "state": "abc123", - "status": "xyz789", + "state": "xyz789", + "status": "abc123", "submitted_by": "xyz789", - "template_id": "4", - "uid": 4, + "template_id": 4, + "uid": "4", "updated_at": "xyz789" }
@@ -56126,7 +56132,7 @@
Fields
Example
{
   "new_status": "xyz789",
-  "old_status": "abc123"
+  "old_status": "xyz789"
 }
 
@@ -56226,12 +56232,7 @@
Fields
Example
-
{
-  "item_id": "4",
-  "max_qty": 123.45,
-  "min_qty": 987.65,
-  "quantity": 123.45
-}
+                  
{"item_id": 4, "max_qty": 123.45, "min_qty": 123.45, "quantity": 987.65}
 
@@ -56291,10 +56292,10 @@
Fields
Example
{
-  "document_identifier": "abc123",
+  "document_identifier": "xyz789",
   "document_name": "abc123",
-  "link_id": 4,
-  "reference_document_url": "xyz789"
+  "link_id": "4",
+  "reference_document_url": "abc123"
 }
 
@@ -56350,7 +56351,7 @@
Fields
Example
{
   "address": NegotiableQuoteAddressInput,
-  "customer_address_uid": "4",
+  "customer_address_uid": 4,
   "customer_notes": "abc123"
 }
 
@@ -56555,7 +56556,7 @@
Possible Types
Example
-
{"quote_uid": 4}
+                  
{"quote_uid": "4"}
 
@@ -56595,7 +56596,7 @@
Fields
Example
-
{"quote_uid": 4}
+                  
{"quote_uid": "4"}
 
@@ -56641,7 +56642,7 @@
Fields
Example
{
-  "firstname": "abc123",
+  "firstname": "xyz789",
   "lastname": "abc123"
 }
 
@@ -56702,7 +56703,7 @@
Example
"items": [NegotiableQuote], "page_info": SearchResultPageInfo, "sort_fields": SortFields, - "total_count": 987 + "total_count": 123 }
@@ -56748,7 +56749,7 @@
Fields
Example
-
{"message": "abc123", "uid": 4}
+                  
{"message": "xyz789", "uid": 4}
 
@@ -56880,7 +56881,7 @@
Fields
Example
{
-  "backend_integration_url": "abc123",
+  "backend_integration_url": "xyz789",
   "custom_config": [CustomConfigKeyValue]
 }
 
@@ -56923,7 +56924,7 @@
Fields
Example
-
{"template_id": "4"}
+                  
{"template_id": 4}
 
@@ -57224,17 +57225,17 @@
Example
"company": "xyz789", "country_code": "AF", "custom_attributesV2": [AttributeValueInterface], - "fax": "abc123", + "fax": "xyz789", "firstname": "abc123", "lastname": "abc123", - "middlename": "xyz789", - "postcode": "abc123", - "prefix": "abc123", - "region": "xyz789", + "middlename": "abc123", + "postcode": "xyz789", + "prefix": "xyz789", + "region": "abc123", "region_id": "4", - "street": ["abc123"], + "street": ["xyz789"], "suffix": "abc123", - "telephone": "abc123", + "telephone": "xyz789", "vat_id": "xyz789" }
@@ -57294,8 +57295,8 @@
Fields
Example
{
   "firstname": "xyz789",
-  "lastname": "xyz789",
-  "middlename": "abc123",
+  "lastname": "abc123",
+  "middlename": "xyz789",
   "prefix": "abc123",
   "suffix": "xyz789"
 }
@@ -57448,25 +57449,25 @@ 
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "eligible_for_return": true,
+  "eligible_for_return": false,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
-  "id": 4,
+  "id": "4",
   "prices": OrderItemPrices,
   "product": ProductInterface,
   "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "product_type": "xyz789",
+  "product_sku": "xyz789",
+  "product_type": "abc123",
   "product_url_key": "xyz789",
-  "quantity_canceled": 123.45,
+  "quantity_canceled": 987.65,
   "quantity_invoiced": 123.45,
-  "quantity_ordered": 987.65,
-  "quantity_refunded": 987.65,
-  "quantity_return_requested": 123.45,
+  "quantity_ordered": 123.45,
+  "quantity_refunded": 123.45,
+  "quantity_return_requested": 987.65,
   "quantity_returned": 987.65,
-  "quantity_shipped": 123.45,
+  "quantity_shipped": 987.65,
   "selected_options": [OrderItemOption],
   "status": "xyz789"
 }
@@ -57660,7 +57661,7 @@ 
Example
{
   "custom_attributes": [CustomAttribute],
   "discounts": [Discount],
-  "eligible_for_return": false,
+  "eligible_for_return": true,
   "entered_options": [OrderItemOption],
   "gift_message": GiftMessage,
   "gift_wrapping": GiftWrapping,
@@ -57669,18 +57670,18 @@ 
Example
"product": ProductInterface, "product_name": "xyz789", "product_sale_price": Money, - "product_sku": "xyz789", - "product_type": "xyz789", - "product_url_key": "xyz789", + "product_sku": "abc123", + "product_type": "abc123", + "product_url_key": "abc123", "quantity_canceled": 987.65, "quantity_invoiced": 987.65, - "quantity_ordered": 987.65, + "quantity_ordered": 123.45, "quantity_refunded": 123.45, "quantity_return_requested": 123.45, - "quantity_returned": 987.65, - "quantity_shipped": 987.65, + "quantity_returned": 123.45, + "quantity_shipped": 123.45, "selected_options": [OrderItemOption], - "status": "xyz789" + "status": "abc123" }
@@ -57728,7 +57729,7 @@
Fields
Example
{
   "label": "abc123",
-  "value": "xyz789"
+  "value": "abc123"
 }
 
@@ -58341,11 +58342,11 @@
Possible Types
Example
{
-  "code": "xyz789",
-  "is_visible": true,
+  "code": "abc123",
+  "is_visible": false,
   "payment_intent": "xyz789",
   "sdk_params": [SDKParams],
-  "sort_order": "abc123",
+  "sort_order": "xyz789",
   "title": "xyz789"
 }
 
@@ -58638,8 +58639,8 @@
Fields
Example
{
-  "id": "abc123",
-  "mp_order_id": "abc123",
+  "id": "xyz789",
+  "mp_order_id": "xyz789",
   "payment_source_details": PaymentSourceDetails,
   "status": "abc123"
 }
@@ -58860,8 +58861,8 @@ 
Fields
Example
{
   "details": "xyz789",
-  "payment_method_code": "xyz789",
-  "public_hash": "xyz789",
+  "payment_method_code": "abc123",
+  "public_hash": "abc123",
   "type": "card"
 }
 
@@ -59115,18 +59116,18 @@
Example
{
   "city": "abc123",
   "contact_name": "abc123",
-  "country_id": "abc123",
+  "country_id": "xyz789",
   "description": "xyz789",
   "email": "abc123",
   "fax": "xyz789",
   "latitude": 123.45,
-  "longitude": 123.45,
-  "name": "xyz789",
-  "phone": "xyz789",
+  "longitude": 987.65,
+  "name": "abc123",
+  "phone": "abc123",
   "pickup_location_code": "xyz789",
-  "postcode": "xyz789",
-  "region": "xyz789",
-  "region_id": 987,
+  "postcode": "abc123",
+  "region": "abc123",
+  "region_id": 123,
   "street": "abc123"
 }
 
@@ -59463,7 +59464,7 @@
Fields
Example
-
{"quote_uid": "4"}
+                  
{"quote_uid": 4}
 
@@ -59706,7 +59707,7 @@
Fields
Example
-
{"purchase_order_uid": 4}
+                  
{"purchase_order_uid": "4"}
 
@@ -59787,7 +59788,7 @@
Fields
Example
-
{"cart_id": "xyz789"}
+                  
{"cart_id": "abc123"}
 
@@ -60061,8 +60062,8 @@
Fields
Example
{
   "discount_percentage": 123.45,
-  "main_final_price": 987.65,
-  "main_price": 987.65
+  "main_final_price": 123.45,
+  "main_price": 123.45
 }
 
@@ -60262,8 +60263,8 @@
Fields
Example
{
-  "code": "xyz789",
-  "value": "abc123"
+  "code": "abc123",
+  "value": "xyz789"
 }
 
@@ -60357,7 +60358,7 @@
Fields
Example
-
{"amount_off": 123.45, "percent_off": 987.65}
+                  
{"amount_off": 987.65, "percent_off": 123.45}
 
@@ -60413,10 +60414,10 @@
Fields
Example
{
-  "disabled": true,
-  "label": "abc123",
+  "disabled": false,
+  "label": "xyz789",
   "position": 987,
-  "url": "xyz789"
+  "url": "abc123"
 }
 
@@ -60501,7 +60502,7 @@
Fields
Example
-
{"sku": "abc123"}
+                  
{"sku": "xyz789"}
 
@@ -60792,28 +60793,28 @@
Possible Types
Example
{
-  "canonical_url": "abc123",
+  "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_wrapping_available": true,
   "gift_wrapping_price": Money,
   "image": ProductImage,
-  "is_returnable": "xyz789",
-  "manufacturer": 123,
+  "is_returnable": "abc123",
+  "manufacturer": 987,
   "max_sale_qty": 987.65,
   "media_gallery": [MediaGalleryInterface],
   "meta_description": "abc123",
   "meta_keyword": "xyz789",
   "meta_title": "abc123",
   "min_sale_qty": 987.65,
-  "name": "xyz789",
+  "name": "abc123",
   "new_from_date": "abc123",
   "new_to_date": "abc123",
-  "only_x_left_in_stock": 987.65,
+  "only_x_left_in_stock": 123.45,
   "options_container": "xyz789",
   "price_range": PriceRange,
   "price_tiers": [TierPrice],
@@ -60821,16 +60822,16 @@ 
Example
"quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, - "special_price": 123.45, + "special_price": 987.65, "special_to_date": "xyz789", "stock_status": "IN_STOCK", "swatch_image": "xyz789", "thumbnail": ProductImage, "uid": 4, "upsell_products": [ProductInterface], - "url_key": "abc123" + "url_key": "xyz789" }
@@ -60975,11 +60976,11 @@
Possible Types
Example
{
-  "link_type": "xyz789",
+  "link_type": "abc123",
   "linked_product_sku": "xyz789",
-  "linked_product_type": "xyz789",
-  "position": 123,
-  "sku": "abc123"
+  "linked_product_type": "abc123",
+  "position": 987,
+  "sku": "xyz789"
 }
 
@@ -61033,7 +61034,7 @@
Example
{
   "asset_id": "xyz789",
   "media_type": "xyz789",
-  "media_url": "abc123"
+  "media_url": "xyz789"
 }
 
@@ -61086,7 +61087,7 @@
Fields
Example
{
   "media_type": "xyz789",
-  "video_asset_id": "xyz789",
+  "video_asset_id": "abc123",
   "video_media_url": "abc123"
 }
 
@@ -61155,10 +61156,10 @@
Fields
Example
{
   "media_type": "abc123",
-  "video_description": "abc123",
+  "video_description": "xyz789",
   "video_metadata": "abc123",
-  "video_provider": "abc123",
-  "video_title": "xyz789",
+  "video_provider": "xyz789",
+  "video_title": "abc123",
   "video_url": "abc123"
 }
 
@@ -61348,9 +61349,9 @@
Example
"facets": [Aggregation], "items": [ProductSearchItem], "page_info": SearchResultPageInfo, - "related_terms": ["xyz789"], + "related_terms": ["abc123"], "suggestions": ["xyz789"], - "total_count": 123, + "total_count": 987, "warnings": [ProductSearchWarning] }
@@ -61445,7 +61446,7 @@
Fields
Example
{
-  "code": "abc123",
+  "code": "xyz789",
   "message": "xyz789"
 }
 
@@ -61558,7 +61559,7 @@
Fields
Example
{
   "disabled": false,
-  "label": "xyz789",
+  "label": "abc123",
   "position": 123,
   "url": "xyz789",
   "video_content": ProductMediaGalleryEntriesVideoContent
@@ -61799,27 +61800,27 @@ 
Example
{
   "addToCartAllowed": true,
   "inStock": true,
-  "lowStock": false,
+  "lowStock": true,
   "attributes": [ProductViewAttribute],
   "description": "xyz789",
   "id": 4,
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
   "lastModifiedAt": "2007-12-03T10:15:30Z",
-  "metaDescription": "abc123",
+  "metaDescription": "xyz789",
   "metaKeyword": "xyz789",
   "metaTitle": "abc123",
   "name": "xyz789",
   "shortDescription": "xyz789",
   "inputOptions": [ProductViewInputOption],
   "sku": "xyz789",
-  "externalId": "abc123",
-  "url": "abc123",
+  "externalId": "xyz789",
+  "url": "xyz789",
   "urlKey": "xyz789",
   "links": [ProductViewLink],
   "categories": [CategoryProductView],
   "queryType": "xyz789",
-  "visibility": "abc123"
+  "visibility": "xyz789"
 }
 
@@ -61876,9 +61877,9 @@
Fields
Example
{
-  "label": "abc123",
-  "name": "xyz789",
-  "roles": ["xyz789"],
+  "label": "xyz789",
+  "name": "abc123",
+  "roles": ["abc123"],
   "value": {}
 }
 
@@ -63156,8 +63157,8 @@
Fields
Example
{
-  "label": "abc123",
-  "roles": ["abc123"],
+  "label": "xyz789",
+  "roles": ["xyz789"],
   "url": "xyz789"
 }
 
@@ -63249,15 +63250,15 @@
Fields
Example
{
   "id": "4",
-  "title": "abc123",
-  "required": false,
+  "title": "xyz789",
+  "required": true,
   "type": "abc123",
   "markupAmount": 123.45,
-  "suffix": "abc123",
+  "suffix": "xyz789",
   "sortOrder": 123,
   "range": ProductViewInputOptionRange,
   "imageSize": ProductViewInputOptionImageSize,
-  "fileExtensions": "xyz789"
+  "fileExtensions": "abc123"
 }
 
@@ -63301,7 +63302,7 @@
Fields
Example
-
{"width": 123, "height": 123}
+                  
{"width": 123, "height": 987}
 
@@ -63344,7 +63345,7 @@
Fields
Example
-
{"from": 123.45, "to": 987.65}
+                  
{"from": 987.65, "to": 987.65}
 
@@ -63391,7 +63392,7 @@
Fields
Example
{
   "product": ProductView,
-  "linkTypes": ["abc123"]
+  "linkTypes": ["xyz789"]
 }
 
@@ -63499,9 +63500,9 @@
Fields
Example
{
   "id": "4",
-  "multi": false,
-  "required": false,
-  "title": "xyz789",
+  "multi": true,
+  "required": true,
+  "title": "abc123",
   "values": [ProductViewOptionValue]
 }
 
@@ -63581,9 +63582,9 @@
Possible Types
Example
{
-  "id": 4,
-  "title": "xyz789",
-  "inStock": true
+  "id": "4",
+  "title": "abc123",
+  "inStock": false
 }
 
@@ -63635,9 +63636,9 @@
Fields
Example
{
-  "id": 4,
-  "title": "xyz789",
-  "inStock": false
+  "id": "4",
+  "title": "abc123",
+  "inStock": true
 }
 
@@ -63705,10 +63706,10 @@
Fields
Example
{
   "id": 4,
-  "isDefault": true,
+  "isDefault": false,
   "product": SimpleProductView,
-  "quantity": 123.45,
-  "title": "abc123",
+  "quantity": 987.65,
+  "title": "xyz789",
   "inStock": false
 }
 
@@ -63775,7 +63776,7 @@
Example
"title": "abc123", "type": "TEXT", "value": "xyz789", - "inStock": false + "inStock": true }
@@ -63961,7 +63962,7 @@
Fields
Example
-
{"in": [123.45]}
+                  
{"in": [987.65]}
 
@@ -64048,7 +64049,7 @@
Fields
Example
-
{"gte": 987.65, "lt": 987.65}
+                  
{"gte": 123.45, "lt": 987.65}
 
@@ -64194,8 +64195,8 @@
Example
{
   "preview": ProductViewImage,
   "url": "xyz789",
-  "description": "abc123",
-  "title": "abc123"
+  "description": "xyz789",
+  "title": "xyz789"
 }
 
@@ -64247,7 +64248,7 @@
Fields
Example
{
   "date": "2007-12-03T10:15:30Z",
-  "items": ["xyz789"]
+  "items": ["abc123"]
 }
 
@@ -64347,14 +64348,14 @@
Example
"approval_flow": [PurchaseOrderRuleApprovalFlow], "available_actions": ["REJECT"], "comments": [PurchaseOrderComment], - "created_at": "abc123", + "created_at": "xyz789", "created_by": Customer, "history_log": [PurchaseOrderHistoryItem], "number": "abc123", "order": CustomerOrder, "quote": Cart, "status": "PENDING", - "uid": "4", + "uid": 4, "updated_at": "xyz789" }
@@ -64529,8 +64530,8 @@
Fields
Example
{
   "message": "abc123",
-  "name": "xyz789",
-  "role": "abc123",
+  "name": "abc123",
+  "role": "xyz789",
   "status": "PENDING",
   "updated_at": "xyz789"
 }
@@ -64677,10 +64678,10 @@ 
Example
"created_at": "xyz789", "created_by": "xyz789", "description": "abc123", - "name": "xyz789", + "name": "abc123", "status": "ENABLED", "uid": "4", - "updated_at": "abc123" + "updated_at": "xyz789" }
@@ -64984,7 +64985,7 @@
Fields
Example
{
   "applies_to": [4],
-  "approvers": ["4"],
+  "approvers": [4],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
   "description": "abc123",
   "name": "abc123",
@@ -65378,7 +65379,7 @@ 
Example
{
   "activity": "abc123",
   "created_at": "xyz789",
-  "message": "abc123",
+  "message": "xyz789",
   "uid": "4"
 }
 
@@ -65427,7 +65428,7 @@
Fields
Example
{
   "events": [PurchaseOrderApprovalFlowEvent],
-  "rule_name": "xyz789"
+  "rule_name": "abc123"
 }
 
@@ -65617,7 +65618,7 @@
Fields
Example
-
{"purchase_order_uids": [4]}
+                  
{"purchase_order_uids": ["4"]}
 
@@ -65734,7 +65735,7 @@
Example
"company_purchase_orders": true, "created_date": FilterRangeTypeInput, "my_approvals": true, - "require_my_approval": true, + "require_my_approval": false, "status": "PENDING" }
@@ -65780,7 +65781,7 @@
Fields
Example
{
-  "customerGroup": "xyz789",
+  "customerGroup": "abc123",
   "userViewHistory": [ViewHistoryInput]
 }
 
@@ -65878,7 +65879,7 @@
Fields
Example
{
   "expiration_date": "abc123",
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -65939,10 +65940,10 @@
Fields
Example
{
-  "item_id": "4",
+  "item_id": 4,
   "item_uid": 4,
   "note": "abc123",
-  "templateId": 4
+  "templateId": "4"
 }
 
@@ -65989,8 +65990,8 @@
Fields
Example
{
-  "message": "xyz789",
-  "type": "abc123"
+  "message": "abc123",
+  "type": "xyz789"
 }
 
@@ -66049,8 +66050,8 @@
Example
{
   "count": 123,
   "from": 123.45,
-  "title": "abc123",
-  "to": 987.65
+  "title": "xyz789",
+  "to": 123.45
 }
 
@@ -66243,7 +66244,7 @@
Fields
Example
{
   "configurations": ReCaptchaConfiguration,
-  "is_enabled": true
+  "is_enabled": false
 }
 
@@ -66322,12 +66323,12 @@
Fields
Example
{
   "badge_position": "abc123",
-  "language_code": "abc123",
-  "minimum_score": 987.65,
+  "language_code": "xyz789",
+  "minimum_score": 123.45,
   "re_captcha_type": "INVISIBLE",
-  "technical_failure_message": "xyz789",
+  "technical_failure_message": "abc123",
   "theme": "abc123",
-  "validation_failure_message": "xyz789",
+  "validation_failure_message": "abc123",
   "website_key": "abc123"
 }
 
@@ -66408,11 +66409,11 @@
Example
"badge_position": "abc123", "failure_message": "abc123", "forms": ["PLACE_ORDER"], - "is_enabled": true, + "is_enabled": false, "language_code": "abc123", - "minimum_score": 123.45, - "theme": "abc123", - "website_key": "abc123" + "minimum_score": 987.65, + "theme": "xyz789", + "website_key": "xyz789" }
@@ -66662,8 +66663,8 @@
Example
"storefrontLabel": "abc123", "totalProducts": 987, "typeId": "abc123", - "unitId": "abc123", - "unitName": "xyz789" + "unitId": "xyz789", + "unitName": "abc123" }
@@ -67147,10 +67148,7 @@
Fields
Example
-
{
-  "cart_id": "xyz789",
-  "cart_item_uid": "4"
-}
+                  
{"cart_id": "abc123", "cart_item_uid": 4}
 
@@ -67237,7 +67235,7 @@
Fields
Example
-
{"quote_item_uids": [4], "quote_uid": 4}
+                  
{"quote_item_uids": ["4"], "quote_uid": 4}
 
@@ -67680,7 +67678,7 @@
Example
{
   "quote_comment": "xyz789",
   "quote_name": "abc123",
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -67832,7 +67830,7 @@
Example
"comment_text": "abc123", "contact_email": "abc123", "items": [RequestReturnItemInput], - "token": "abc123" + "token": "xyz789" }
@@ -67893,7 +67891,7 @@
Fields
Example
{
-  "cart_id": "4",
+  "cart_id": 4,
   "comment": NegotiableQuoteCommentInput,
   "is_draft": false,
   "quote_name": "xyz789"
@@ -67978,7 +67976,7 @@ 
Fields
Example
-
{"cart_id": 4}
+                  
{"cart_id": "4"}
 
@@ -68038,8 +68036,8 @@
Fields
Example
{
-  "comment_text": "xyz789",
-  "contact_email": "xyz789",
+  "comment_text": "abc123",
+  "contact_email": "abc123",
   "items": [RequestReturnItemInput],
   "order_uid": "4"
 }
@@ -68105,8 +68103,8 @@ 
Example
"entered_custom_attributes": [ EnteredCustomAttributeInput ], - "order_item_uid": "4", - "quantity_to_return": 123.45, + "order_item_uid": 4, + "quantity_to_return": 987.65, "selected_custom_attributes": [ SelectedCustomAttributeInput ] @@ -68420,7 +68418,7 @@
Example
"customizable_options": [SelectedCustomizableOption], "product": ProductInterface, "quantity": 987.65, - "uid": "4" + "uid": 4 }
@@ -68488,10 +68486,10 @@
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "parent_sku": "abc123",
+  "parent_sku": "xyz789",
   "quantity": 123.45,
   "selected_options": ["abc123"],
-  "sku": "xyz789"
+  "sku": "abc123"
 }
 
@@ -68695,7 +68693,7 @@
Example
{
   "items": [RequisitionListItemInterface],
   "page_info": SearchResultPageInfo,
-  "total_pages": 987
+  "total_pages": 123
 }
 
@@ -68784,14 +68782,14 @@
Example
{
   "available_shipping_carriers": [ReturnShippingCarrier],
   "comments": [ReturnComment],
-  "created_at": "abc123",
+  "created_at": "xyz789",
   "customer": ReturnCustomer,
   "items": [ReturnItem],
   "number": "xyz789",
   "order": CustomerOrder,
   "shipping": ReturnShipping,
   "status": "PENDING",
-  "uid": 4
+  "uid": "4"
 }
 
@@ -68849,8 +68847,8 @@
Fields
Example
{
   "author_name": "xyz789",
-  "created_at": "xyz789",
-  "text": "xyz789",
+  "created_at": "abc123",
+  "text": "abc123",
   "uid": 4
 }
 
@@ -68975,9 +68973,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 }
@@ -69080,17 +69078,17 @@
Fields
Example
{
   "code": 4,
-  "default_value": "xyz789",
+  "default_value": "abc123",
   "entity_type": "CATALOG_PRODUCT",
-  "frontend_class": "xyz789",
+  "frontend_class": "abc123",
   "frontend_input": "BOOLEAN",
   "input_filter": "NONE",
-  "is_required": false,
+  "is_required": true,
   "is_unique": false,
   "label": "xyz789",
-  "multiline_count": 123,
+  "multiline_count": 987,
   "options": [CustomAttributeOptionInterface],
-  "sort_order": 987,
+  "sort_order": 123,
   "validate_rules": [ValidationRule]
 }
 
@@ -69298,7 +69296,7 @@
Fields
Example
{
   "city": "xyz789",
-  "contact_name": "xyz789",
+  "contact_name": "abc123",
   "country": Country,
   "postcode": "xyz789",
   "region": Region,
@@ -69349,10 +69347,7 @@ 
Fields
Example
-
{
-  "label": "xyz789",
-  "uid": "4"
-}
+                  
{"label": "abc123", "uid": 4}
 
@@ -69410,7 +69405,7 @@
Example
{
   "carrier": ReturnShippingCarrier,
   "status": ReturnShippingTrackingStatus,
-  "tracking_number": "xyz789",
+  "tracking_number": "abc123",
   "uid": 4
 }
 
@@ -69677,7 +69672,7 @@
Example
{
   "items": [Return],
   "page_info": SearchResultPageInfo,
-  "total_count": 123
+  "total_count": 987
 }
 
@@ -69972,7 +69967,7 @@
Fields
Example
-
{"currency_amount": 987.65, "points": 987.65}
+                  
{"currency_amount": 987.65, "points": 123.45}
 
@@ -70111,8 +70106,8 @@
Fields
Example
{
-  "name": "abc123",
-  "value": "abc123"
+  "name": "xyz789",
+  "value": "xyz789"
 }
 
@@ -70160,7 +70155,7 @@
Fields
Example
{
   "message": "xyz789",
-  "timestamp": "xyz789"
+  "timestamp": "abc123"
 }
 
@@ -70211,7 +70206,11 @@
Fields
Example
-
{"count": 987, "id": 4, "title": "abc123"}
+                  
{
+  "count": 123,
+  "id": "4",
+  "title": "abc123"
+}
 
@@ -70339,10 +70338,10 @@
Fields
Example
{
-  "attribute": "abc123",
+  "attribute": "xyz789",
   "contains": "abc123",
   "eq": "xyz789",
-  "in": ["abc123"],
+  "in": ["xyz789"],
   "range": SearchRangeInput,
   "startsWith": "xyz789"
 }
@@ -70392,7 +70391,7 @@ 
Fields
Example
-
{"from": 987.65, "to": 987.65}
+                  
{"from": 987.65, "to": 123.45}
 
@@ -70442,7 +70441,7 @@
Fields
Example
-
{"current_page": 123, "page_size": 123, "total_pages": 987}
+                  
{"current_page": 123, "page_size": 987, "total_pages": 123}
 
@@ -70498,9 +70497,9 @@
Fields
Example
{
-  "label": "xyz789",
+  "label": "abc123",
   "type": "abc123",
-  "uid": "4",
+  "uid": 4,
   "values": [SelectedBundleOptionValue]
 }
 
@@ -70563,10 +70562,10 @@
Fields
Example
{
-  "label": "xyz789",
+  "label": "abc123",
   "original_price": Money,
   "priceV2": Money,
-  "quantity": 987.65,
+  "quantity": 123.45,
   "uid": "4"
 }
 
@@ -70626,8 +70625,8 @@
Example
{
   "configurable_product_option_uid": 4,
   "configurable_product_option_value_uid": 4,
-  "option_label": "xyz789",
-  "value_label": "abc123"
+  "option_label": "abc123",
+  "value_label": "xyz789"
 }
 
@@ -70676,8 +70675,8 @@
Fields
Example
{
-  "attribute_code": "abc123",
-  "value": "abc123"
+  "attribute_code": "xyz789",
+  "value": "xyz789"
 }
 
@@ -70745,9 +70744,9 @@
Fields
Example
{
   "customizable_option_uid": 4,
-  "is_required": true,
+  "is_required": false,
   "label": "xyz789",
-  "sort_order": 987,
+  "sort_order": 123,
   "type": "abc123",
   "values": [SelectedCustomizableOptionValue]
 }
@@ -70809,7 +70808,7 @@ 
Example
"customizable_option_value_uid": 4, "label": "abc123", "price": CartItemSelectedOptionValuePrice, - "value": "abc123" + "value": "xyz789" }
@@ -70866,7 +70865,7 @@
Fields
Example
{
-  "code": "xyz789",
+  "code": "abc123",
   "oope_payment_method_config": OopePaymentMethodConfig,
   "purchase_order_number": "xyz789",
   "title": "xyz789"
@@ -70949,9 +70948,9 @@ 
Example
"additional_data": [ShippingAdditionalData], "amount": Money, "carrier_code": "abc123", - "carrier_title": "xyz789", - "method_code": "xyz789", - "method_title": "xyz789", + "carrier_title": "abc123", + "method_code": "abc123", + "method_title": "abc123", "price_excl_tax": Money, "price_incl_tax": Money } @@ -71090,7 +71089,7 @@
Fields
Example
{
   "billing_address": BillingAddressInput,
-  "cart_id": "xyz789"
+  "cart_id": "abc123"
 }
 
@@ -71176,7 +71175,7 @@
Fields
Example
-
{"error": "abc123", "success": false}
+                  
{"error": "abc123", "success": true}
 
@@ -71223,7 +71222,10 @@
Fields
Example
-
{"custom_attributes": [CustomAttributeInput], "id": 4}
+                  
{
+  "custom_attributes": [CustomAttributeInput],
+  "id": "4"
+}
 
@@ -71312,7 +71314,7 @@
Fields
Example
{
   "custom_attributes": [CustomAttributeInput],
-  "quote_uid": 4
+  "quote_uid": "4"
 }
 
@@ -71421,9 +71423,9 @@
Example
{
   "cart_id": "abc123",
   "gift_message": GiftMessageInput,
-  "gift_receipt_included": false,
+  "gift_receipt_included": true,
   "gift_wrapping_id": "4",
-  "printed_card_included": false
+  "printed_card_included": true
 }
 
@@ -71512,8 +71514,8 @@
Fields
Example
{
-  "cart_id": "abc123",
-  "email": "xyz789"
+  "cart_id": "xyz789",
+  "email": "abc123"
 }
 
@@ -71733,7 +71735,7 @@
Fields
Example
{
   "payment_method": NegotiableQuotePaymentMethodInput,
-  "quote_uid": "4"
+  "quote_uid": 4
 }
 
@@ -72144,7 +72146,7 @@
Fields
Example
{
-  "cart_id": "abc123",
+  "cart_id": "xyz789",
   "shipping_addresses": [ShippingAddressInput]
 }
 
@@ -72324,7 +72326,7 @@
Fields
Example
{
-  "email": "abc123",
+  "email": "xyz789",
   "name": "abc123"
 }
 
@@ -72366,7 +72368,7 @@
Fields
Example
-
{"is_shared": false}
+                  
{"is_shared": true}
 
@@ -72529,10 +72531,10 @@
Example
{
   "id": "4",
   "order_item": OrderItemInterface,
-  "product_name": "xyz789",
+  "product_name": "abc123",
   "product_sale_price": Money,
-  "product_sku": "abc123",
-  "quantity_shipped": 987.65
+  "product_sku": "xyz789",
+  "quantity_shipped": 123.45
 }
 
@@ -72628,9 +72630,9 @@
Example
{
   "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
 }
 
@@ -72684,8 +72686,8 @@
Fields
Example
{
   "carrier": "xyz789",
-  "number": "abc123",
-  "title": "xyz789"
+  "number": "xyz789",
+  "title": "abc123"
 }
 
@@ -72734,7 +72736,7 @@
Fields
Example
{
-  "key": "abc123",
+  "key": "xyz789",
   "value": "xyz789"
 }
 
@@ -72805,7 +72807,7 @@
Example
"address": CartAddressInput, "customer_address_id": 987, "customer_address_uid": 4, - "customer_notes": "xyz789", + "customer_notes": "abc123", "pickup_location_code": "abc123" }
@@ -72972,22 +72974,22 @@
Example
"country": CartAddressCountry, "custom_attributes": [AttributeValueInterface], "customer_address_uid": "4", - "customer_notes": "abc123", + "customer_notes": "xyz789", "fax": "abc123", "firstname": "xyz789", "id": 987, - "lastname": "xyz789", - "middlename": "abc123", + "lastname": "abc123", + "middlename": "xyz789", "pickup_location_code": "abc123", - "postcode": "xyz789", + "postcode": "abc123", "prefix": "xyz789", "region": CartAddressRegion, - "same_as_billing": false, + "same_as_billing": true, "selected_shipping_method": SelectedShippingMethod, - "street": ["abc123"], - "suffix": "abc123", + "street": ["xyz789"], + "suffix": "xyz789", "telephone": "abc123", - "uid": 4, + "uid": "4", "vat_id": "abc123" }
@@ -73144,7 +73146,7 @@
Fields
Example
{
   "carrier_code": "abc123",
-  "method_code": "xyz789"
+  "method_code": "abc123"
 }
 
@@ -73548,37 +73550,37 @@
Example
"gift_wrapping_available": false, "gift_wrapping_price": Money, "image": ProductImage, - "is_returnable": "abc123", + "is_returnable": "xyz789", "manufacturer": 123, - "max_sale_qty": 987.65, + "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "meta_description": "xyz789", "meta_keyword": "abc123", - "meta_title": "abc123", - "min_sale_qty": 123.45, + "meta_title": "xyz789", + "min_sale_qty": 987.65, "name": "xyz789", - "new_from_date": "abc123", + "new_from_date": "xyz789", "new_to_date": "xyz789", - "only_x_left_in_stock": 123.45, + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "options_container": "xyz789", + "options_container": "abc123", "price_range": PriceRange, "price_tiers": [TierPrice], "product_links": [ProductLinksInterface], - "quantity": 987.65, + "quantity": 123.45, "related_products": [ProductInterface], "short_description": ComplexTextValue, - "sku": "abc123", + "sku": "xyz789", "small_image": ProductImage, - "special_price": 987.65, - "special_to_date": "xyz789", + "special_price": 123.45, + "special_to_date": "abc123", "stock_status": "IN_STOCK", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, "uid": "4", "upsell_products": [ProductInterface], "url_key": "abc123", - "weight": 987.65 + "weight": 123.45 }
@@ -73798,10 +73800,10 @@
family<
Example
{
   "addToCartAllowed": true,
-  "inStock": true,
+  "inStock": false,
   "lowStock": true,
   "attributes": [ProductViewAttribute],
-  "description": "abc123",
+  "description": "xyz789",
   "id": "4",
   "images": [ProductViewImage],
   "videos": [ProductViewVideo],
@@ -73809,18 +73811,18 @@ 
Example
"lastModifiedAt": "2007-12-03T10:15:30Z", "metaDescription": "xyz789", "metaKeyword": "abc123", - "metaTitle": "xyz789", - "name": "xyz789", + "metaTitle": "abc123", + "name": "abc123", "price": ProductViewPrice, "shortDescription": "abc123", "sku": "abc123", - "externalId": "xyz789", - "url": "abc123", - "urlKey": "abc123", + "externalId": "abc123", + "url": "xyz789", + "urlKey": "xyz789", "links": [ProductViewLink], "categories": [CategoryProductView], - "queryType": "abc123", - "visibility": "xyz789" + "queryType": "xyz789", + "visibility": "abc123" }
@@ -73880,7 +73882,7 @@
Example
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 123.45,
+  "quantity": 987.65,
   "uid": "4"
 }
 
@@ -73952,7 +73954,7 @@
Example
"added_at": "xyz789", "customizable_options": [SelectedCustomizableOption], "description": "xyz789", - "id": "4", + "id": 4, "product": ProductInterface, "quantity": 987.65 } @@ -74009,8 +74011,8 @@
Fields
Example
{
-  "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
+  "payment_source": "abc123",
+  "payments_order_id": "abc123",
   "paypal_order_id": "abc123"
 }
 
@@ -74104,12 +74106,12 @@
Example
"code": "xyz789", "display_message": false, "display_venmo": false, - "is_visible": false, + "is_visible": true, "message_styles": MessageStyles, "payment_intent": "xyz789", "sdk_params": [SDKParams], "sort_order": "xyz789", - "title": "xyz789" + "title": "abc123" }
@@ -74205,7 +74207,7 @@
Fields
Example
{
-  "label": "abc123",
+  "label": "xyz789",
   "value": "abc123"
 }
 
@@ -74577,10 +74579,10 @@
Fields
Example
{
-  "attribute": "abc123",
-  "frontendInput": "abc123",
+  "attribute": "xyz789",
+  "frontendInput": "xyz789",
   "label": "xyz789",
-  "numeric": true
+  "numeric": false
 }
 
@@ -74634,7 +74636,7 @@
Example
{
   "max": 987.65,
   "min": 987.65,
-  "title": "abc123"
+  "title": "xyz789"
 }
 
@@ -75366,56 +75368,56 @@
Fields
Example
{
-  "allow_company_registration": false,
+  "allow_company_registration": true,
   "allow_gift_receipt": "xyz789",
   "allow_gift_wrapping_on_order": "abc123",
   "allow_gift_wrapping_on_order_items": "abc123",
-  "allow_items": "abc123",
+  "allow_items": "xyz789",
   "allow_order": "xyz789",
-  "allow_printed_card": "abc123",
-  "autocomplete_on_storefront": false,
-  "base_currency_code": "xyz789",
+  "allow_printed_card": "xyz789",
+  "autocomplete_on_storefront": true,
+  "base_currency_code": "abc123",
   "base_link_url": "xyz789",
   "base_media_url": "xyz789",
-  "base_static_url": "abc123",
-  "base_url": "abc123",
+  "base_static_url": "xyz789",
+  "base_url": "xyz789",
   "cart_expires_in_days": 987,
-  "cart_gift_wrapping": "abc123",
+  "cart_gift_wrapping": "xyz789",
   "cart_merge_preference": "xyz789",
   "cart_printed_card": "xyz789",
-  "cart_summary_display_quantity": 123,
-  "catalog_default_sort_by": "abc123",
+  "cart_summary_display_quantity": 987,
+  "catalog_default_sort_by": "xyz789",
   "category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
   "category_url_suffix": "abc123",
-  "check_money_order_enable_for_specific_countries": true,
-  "check_money_order_enabled": false,
-  "check_money_order_make_check_payable_to": "xyz789",
+  "check_money_order_enable_for_specific_countries": false,
+  "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": "abc123",
   "check_money_order_new_order_status": "abc123",
-  "check_money_order_payment_from_specific_countries": "abc123",
+  "check_money_order_payment_from_specific_countries": "xyz789",
   "check_money_order_send_check_to": "abc123",
-  "check_money_order_sort_order": 987,
-  "check_money_order_title": "abc123",
-  "company_credit_enabled": false,
-  "company_enabled": true,
+  "check_money_order_sort_order": 123,
+  "check_money_order_title": "xyz789",
+  "company_credit_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": false,
   "customer_access_token_lifetime": 123.45,
-  "default_country": "xyz789",
+  "default_country": "abc123",
   "default_display_currency_code": "abc123",
   "display_product_prices_in_catalog": 987,
-  "display_shipping_prices": 987,
+  "display_shipping_prices": 123,
   "display_state_if_optional": true,
   "enable_multiple_wishlists": "xyz789",
-  "fixed_product_taxes_apply_tax_to_fpt": false,
+  "fixed_product_taxes_apply_tax_to_fpt": true,
   "fixed_product_taxes_display_prices_in_emails": 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,
+  "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": true,
   "graphql_share_customer_group": false,
@@ -75423,88 +75425,88 @@ 
Example
"grid_per_page_values": "abc123", "grouped_product_image": "ITSELF", "is_checkout_agreements_enabled": false, - "is_default_store": true, + "is_default_store": false, "is_default_store_group": true, - "is_guest_checkout_enabled": true, + "is_guest_checkout_enabled": false, "is_negotiable_quote_active": true, "is_one_page_checkout_enabled": true, "is_requisition_list_active": "xyz789", "list_mode": "xyz789", "list_per_page": 987, "list_per_page_values": "xyz789", - "locale": "xyz789", + "locale": "abc123", "magento_reward_general_is_enabled": "xyz789", "magento_reward_general_is_enabled_on_front": "xyz789", - "magento_reward_general_min_points_balance": "abc123", + "magento_reward_general_min_points_balance": "xyz789", "magento_reward_general_publish_history": "xyz789", "magento_reward_points_invitation_customer": "abc123", "magento_reward_points_invitation_customer_limit": "xyz789", - "magento_reward_points_invitation_order": "xyz789", - "magento_reward_points_invitation_order_limit": "xyz789", - "magento_reward_points_newsletter": "xyz789", - "magento_reward_points_order": "abc123", - "magento_reward_points_register": "abc123", + "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": 123, + "max_items_in_order_summary": 987, "maximum_number_of_wishlists": "xyz789", "minicart_display": false, "minicart_max_items": 123, "minimum_password_length": "xyz789", - "newsletter_enabled": true, - "optional_zip_countries": "abc123", - "order_cancellation_enabled": true, + "newsletter_enabled": false, + "optional_zip_countries": "xyz789", + "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": 987, "orders_invoices_credit_memos_display_shipping_amount": 123, - "orders_invoices_credit_memos_display_subtotal": 123, + "orders_invoices_credit_memos_display_subtotal": 987, "orders_invoices_credit_memos_display_zero_tax": false, "printed_card_priceV2": Money, "product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "product_url_suffix": "xyz789", "quickorder_active": true, "quote_minimum_amount": 987.65, - "quote_minimum_amount_message": "xyz789", - "required_character_classes_number": "xyz789", + "quote_minimum_amount_message": "abc123", + "required_character_classes_number": "abc123", "returns_enabled": "abc123", "root_category_uid": 4, "sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS", "sales_gift_wrapping": "abc123", "sales_printed_card": "xyz789", - "secure_base_link_url": "abc123", + "secure_base_link_url": "xyz789", "secure_base_media_url": "xyz789", "secure_base_static_url": "xyz789", "secure_base_url": "xyz789", - "share_active_segments": true, + "share_active_segments": false, "share_applied_cart_rule": false, "shopping_cart_display_full_summary": true, - "shopping_cart_display_grand_total": true, + "shopping_cart_display_grand_total": false, "shopping_cart_display_price": 987, "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": true, "store_code": 4, "store_group_code": "4", - "store_group_name": "abc123", + "store_group_name": "xyz789", "store_name": "abc123", "store_sort_order": 987, - "timezone": "abc123", - "title_separator": "abc123", + "timezone": "xyz789", + "title_separator": "xyz789", "use_store_in_url": false, "website_code": 4, "website_name": "xyz789", "weight_unit": "abc123", "zero_subtotal_enable_for_specific_countries": false, - "zero_subtotal_enabled": true, - "zero_subtotal_new_order_status": "xyz789", + "zero_subtotal_enabled": false, + "zero_subtotal_new_order_status": "abc123", "zero_subtotal_payment_action": "abc123", "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" }
@@ -75527,7 +75529,7 @@
Description
Example
-
"abc123"
+                  
"xyz789"
 
@@ -75697,8 +75699,8 @@
Example
{
   "attachments": [NegotiableQuoteCommentAttachmentInput],
   "comment": "abc123",
-  "max_order_commitment": 987,
-  "min_order_commitment": 987,
+  "max_order_commitment": 123,
+  "min_order_commitment": 123,
   "name": "abc123",
   "reference_document_links": [
     NegotiableQuoteTemplateReferenceDocumentLinkInput
@@ -75852,7 +75854,7 @@ 
Fields
Example
-
{"depth": 123, "startLevel": 123}
+                  
{"depth": 987, "startLevel": 987}
 
@@ -76184,7 +76186,7 @@
Fields
Example
{
   "cartId": "xyz789",
-  "id": "abc123"
+  "id": "xyz789"
 }
 
@@ -76237,8 +76239,8 @@
Fields
Example
{
   "amount": Money,
-  "rate": 123.45,
-  "title": "abc123"
+  "rate": 987.65,
+  "title": "xyz789"
 }
 
@@ -76327,7 +76329,7 @@
Fields
Example
-
{"value": "abc123"}
+                  
{"value": "xyz789"}
 
@@ -76436,7 +76438,7 @@
Example
{
   "discount": ProductDiscount,
   "final_price": Money,
-  "quantity": 123.45
+  "quantity": 987.65
 }
 
@@ -76526,12 +76528,12 @@
Fields
Example
{
   "unitName": "abc123",
-  "storefrontLabel": "xyz789",
+  "storefrontLabel": "abc123",
   "pagePlacement": "abc123",
-  "displayNumber": 123,
+  "displayNumber": 987,
   "pageType": "xyz789",
-  "unitStatus": "xyz789",
-  "typeId": "abc123",
+  "unitStatus": "abc123",
+  "typeId": "xyz789",
   "filterRules": [FilterRuleInput]
 }
 
@@ -76581,7 +76583,7 @@
Fields
Example
{
-  "cart_id": "xyz789",
+  "cart_id": "abc123",
   "cart_items": [CartItemUpdateInput]
 }
 
@@ -76906,7 +76908,7 @@
Example
"dynamic_attributes": [ GiftRegistryDynamicAttributeInput ], - "event_name": "abc123", + "event_name": "xyz789", "message": "abc123", "privacy_settings": "PRIVATE", "shipping_address": GiftRegistryShippingAddressInput, @@ -76966,7 +76968,7 @@
Fields
Example
{
   "gift_registry_item_uid": "4",
-  "note": "abc123",
+  "note": "xyz789",
   "quantity": 123.45
 }
 
@@ -77118,9 +77120,9 @@
Example
GiftRegistryDynamicAttributeInput ], "email": "xyz789", - "firstname": "abc123", - "gift_registry_registrant_uid": 4, - "lastname": "abc123" + "firstname": "xyz789", + "gift_registry_registrant_uid": "4", + "lastname": "xyz789" }
@@ -77340,7 +77342,7 @@
Fields
Example
{
   "items": [NegotiableQuoteTemplateItemQuantityInput],
-  "template_id": 4
+  "template_id": "4"
 }
 
@@ -77467,7 +77469,7 @@
Fields
Example
{
-  "applies_to": [4],
+  "applies_to": ["4"],
   "approvers": ["4"],
   "condition": CreatePurchaseOrderApprovalRuleConditionInput,
   "description": "abc123",
@@ -77585,7 +77587,7 @@ 
Fields
Example
{
   "entered_options": [EnteredOptionInput],
-  "item_id": "4",
+  "item_id": 4,
   "quantity": 987.65,
   "selected_options": ["xyz789"]
 }
@@ -77720,7 +77722,7 @@ 
Fields
Example
{
   "name": "abc123",
-  "uid": 4,
+  "uid": "4",
   "visibility": "PUBLIC"
 }
 
@@ -77776,8 +77778,8 @@
Fields
Example
{
-  "currentPage": 123,
-  "pageSize": 987,
+  "currentPage": 987,
+  "pageSize": 123,
   "sort": [CompaniesSortInput]
 }
 
@@ -78260,7 +78262,7 @@
Fields
Example
{
-  "is_vault_enabled": true,
+  "is_vault_enabled": false,
   "sdk_params": [SDKParams],
   "three_ds_mode": "OFF"
 }
@@ -78324,8 +78326,8 @@ 
Fields
Example
{
   "payment_source": "xyz789",
-  "payments_order_id": "xyz789",
-  "paypal_order_id": "xyz789",
+  "payments_order_id": "abc123",
+  "paypal_order_id": "abc123",
   "public_hash": "abc123"
 }
 
@@ -78419,7 +78421,7 @@
Fields
Example
{
   "date": "2007-12-03T10:15:30Z",
-  "sku": "abc123"
+  "sku": "xyz789"
 }
 
@@ -78471,7 +78473,7 @@
Fields
Example
{
   "dateTime": "2007-12-03T10:15:30Z",
-  "sku": "xyz789"
+  "sku": "abc123"
 }
 
@@ -78585,7 +78587,7 @@
Example
"errors": [CartItemError], "is_available": true, "max_qty": 123.45, - "min_qty": 987.65, + "min_qty": 123.45, "not_available_message": "abc123", "note_from_buyer": [ItemNote], "note_from_seller": [ItemNote], @@ -78848,40 +78850,40 @@
Example
"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", + "is_returnable": "abc123", "manufacturer": 123, "max_sale_qty": 123.45, "media_gallery": [MediaGalleryInterface], "meta_description": "xyz789", - "meta_keyword": "abc123", - "meta_title": "xyz789", - "min_sale_qty": 987.65, - "name": "abc123", - "new_from_date": "xyz789", - "new_to_date": "xyz789", - "only_x_left_in_stock": 123.45, + "meta_keyword": "xyz789", + "meta_title": "abc123", + "min_sale_qty": 123.45, + "name": "xyz789", + "new_from_date": "abc123", + "new_to_date": "abc123", + "only_x_left_in_stock": 987.65, "options": [CustomizableOptionInterface], - "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_to_date": "xyz789", + "special_price": 987.65, + "special_to_date": "abc123", "stock_status": "IN_STOCK", - "swatch_image": "abc123", + "swatch_image": "xyz789", "thumbnail": ProductImage, - "uid": 4, + "uid": "4", "upsell_products": [ProductInterface], - "url_key": "xyz789" + "url_key": "abc123" }
@@ -78941,8 +78943,8 @@
Example
{
   "customizable_options": [SelectedCustomizableOption],
   "product": ProductInterface,
-  "quantity": 987.65,
-  "uid": 4
+  "quantity": 123.45,
+  "uid": "4"
 }
 
@@ -79010,12 +79012,12 @@
Fields
Example
{
-  "added_at": "abc123",
+  "added_at": "xyz789",
   "customizable_options": [SelectedCustomizableOption],
   "description": "xyz789",
-  "id": 4,
+  "id": "4",
   "product": ProductInterface,
-  "quantity": 987.65
+  "quantity": 123.45
 }
 
@@ -79201,11 +79203,11 @@
pageSize
Example
{
-  "id": 4,
+  "id": "4",
   "items_count": 987,
   "items_v2": WishlistItems,
   "name": "xyz789",
-  "sharing_code": "xyz789",
+  "sharing_code": "abc123",
   "updated_at": "xyz789",
   "visibility": "PUBLIC"
 }
@@ -79266,7 +79268,7 @@ 
Example
{
   "code": "PRODUCT_NOT_FOUND",
   "message": "xyz789",
-  "wishlistId": 4,
+  "wishlistId": "4",
   "wishlistItemId": "4"
 }
 
@@ -79385,10 +79387,7 @@
Fields
Example
-
{
-  "quantity": 987.65,
-  "wishlist_item_id": "4"
-}
+                  
{"quantity": 123.45, "wishlist_item_id": 4}
 
@@ -79456,8 +79455,8 @@
Example
{
   "entered_options": [EnteredOptionInput],
   "parent_sku": "xyz789",
-  "quantity": 987.65,
-  "selected_options": [4],
+  "quantity": 123.45,
+  "selected_options": ["4"],
   "sku": "xyz789"
 }
 
@@ -79573,9 +79572,9 @@
Possible Types
Example
{
-  "added_at": "xyz789",
+  "added_at": "abc123",
   "customizable_options": [SelectedCustomizableOption],
-  "description": "xyz789",
+  "description": "abc123",
   "id": "4",
   "product": ProductInterface,
   "quantity": 987.65
@@ -79697,7 +79696,7 @@ 
Example
{
   "description": "xyz789",
   "entered_options": [EnteredOptionInput],
-  "quantity": 987.65,
+  "quantity": 123.45,
   "selected_options": ["4"],
   "wishlist_item_id": "4"
 }
@@ -79986,8 +79985,8 @@ 
Fields
Example
{
-  "expires_at": "xyz789",
-  "key": "abc123",
+  "expires_at": "abc123",
+  "key": "xyz789",
   "upload_url": "xyz789"
 }