diff --git a/spectaql/schema.json b/spectaql/schema.json index 77179b8ee..2afcfb97c 100644 --- a/spectaql/schema.json +++ b/spectaql/schema.json @@ -13,70 +13,6 @@ "name": "Query", "description": "", "fields": [ - { - "name": "allCartRules", - "description": "Provides all active cart rules in the store.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CartRule", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCatalogRules", - "description": "Provides all active catalog rules in the store.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CatalogRule", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCustomerGroups", - "description": "An array containing a list of all Customer Groups available.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerGroup", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, - { - "name": "allCustomerSegments", - "description": "List of all active customer segments.", - "args": [], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerSegment", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "attributesForm", "description": "Retrieve EAV attributes associated to a frontend form. Use countries query provided by DirectoryGraphQl module to retrieve region_id and country_id attribute options.", @@ -588,22 +524,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "customerGroup", - "description": "Provides name of the Customer Group assigned to the Customer or Guest.", - "args": [], - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerGroup", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "customerOrders", "description": null, @@ -628,37 +548,6 @@ "isDeprecated": false, "deprecationReason": null }, - { - "name": "customerSegments", - "description": "Customer segments associated with the current customer or guest/visitor.", - "args": [ - { - "name": "cartId", - "description": "The unique ID of the cart to query.", - "type": { - "kind": "NON_NULL", - "name": null, - "ofType": { - "kind": "SCALAR", - "name": "String", - "ofType": null - } - }, - "defaultValue": null - } - ], - "type": { - "kind": "LIST", - "name": null, - "ofType": { - "kind": "OBJECT", - "name": "CustomerSegment", - "ofType": null - } - }, - "isDeprecated": false, - "deprecationReason": null - }, { "name": "dynamicBlocks", "description": "Return a list of dynamic blocks filtered by type, location, or UIDs.", diff --git a/static/graphql-api/index.html b/static/graphql-api/index.html index b5697ae56..c1f13b2fd 100644 --- a/static/graphql-api/index.html +++ b/static/graphql-api/index.html @@ -38,10 +38,6 @@
allCartRules
- Provides all active cart rules in the store.
- Returns [CartRule]
-
query allCartRules {
- allCartRules {
- name
- }
-}
-
-
-
- {
- "data": {
- "allCartRules": [{"name": "abc123"}]
- }
-}
-
-
-
- allCatalogRules
- Provides all active catalog rules in the store.
- Returns [CatalogRule]
-
query allCatalogRules {
- allCatalogRules {
- name
- }
-}
-
-
-
- {
- "data": {
- "allCatalogRules": [{"name": "xyz789"}]
- }
-}
-
-
-
- allCustomerGroups
- An array containing a list of all Customer Groups available.
- Returns [CustomerGroup]
-
query allCustomerGroups {
- allCustomerGroups {
- name
- }
-}
-
-
-
- {
- "data": {
- "allCustomerGroups": [
- {"name": "xyz789"}
- ]
- }
-}
-
-
-
- allCustomerSegments
- List of all active customer segments.
- Returns [CustomerSegment]
-
query allCustomerSegments {
- allCustomerSegments {
- apply_to
- description
- name
- }
-}
-
-
-
- {
- "data": {
- "allCustomerSegments": [
- {
- "apply_to": "BOTH",
- "description": "abc123",
- "name": "xyz789"
- }
- ]
- }
-}
-
-
-
- attributesForm
{"formCode": "xyz789"}
+ {"formCode": "abc123"}
@@ -1867,7 +1631,7 @@ Query
Variables
- {"useCurrentGroup": false}
+ {"useCurrentGroup": true}
@@ -1880,56 +1644,56 @@ Response
"data": {
"availableStores": [
{
- "absolute_footer": "xyz789",
- "allow_gift_receipt": "xyz789",
- "allow_gift_wrapping_on_order": "abc123",
+ "absolute_footer": "abc123",
+ "allow_gift_receipt": "abc123",
+ "allow_gift_wrapping_on_order": "xyz789",
"allow_gift_wrapping_on_order_items": "abc123",
- "allow_guests_to_write_product_reviews": "xyz789",
- "allow_items": "xyz789",
- "allow_order": "abc123",
- "allow_printed_card": "xyz789",
+ "allow_guests_to_write_product_reviews": "abc123",
+ "allow_items": "abc123",
+ "allow_order": "xyz789",
+ "allow_printed_card": "abc123",
"autocomplete_on_storefront": true,
- "base_currency_code": "xyz789",
+ "base_currency_code": "abc123",
"base_link_url": "abc123",
- "base_media_url": "xyz789",
+ "base_media_url": "abc123",
"base_static_url": "abc123",
"base_url": "abc123",
"braintree_3dsecure_allowspecific": true,
- "braintree_3dsecure_always_request_3ds": true,
- "braintree_3dsecure_specificcountry": "abc123",
- "braintree_3dsecure_threshold_amount": "xyz789",
- "braintree_3dsecure_verify_3dsecure": true,
- "braintree_ach_direct_debit_vault_active": true,
+ "braintree_3dsecure_always_request_3ds": false,
+ "braintree_3dsecure_specificcountry": "xyz789",
+ "braintree_3dsecure_threshold_amount": "abc123",
+ "braintree_3dsecure_verify_3dsecure": false,
+ "braintree_ach_direct_debit_vault_active": false,
"braintree_applepay_merchant_name": "abc123",
- "braintree_applepay_vault_active": true,
+ "braintree_applepay_vault_active": false,
"braintree_cc_vault_active": "xyz789",
"braintree_cc_vault_cvv": false,
- "braintree_environment": "abc123",
- "braintree_googlepay_btn_color": "xyz789",
- "braintree_googlepay_cctypes": "abc123",
- "braintree_googlepay_merchant_id": "abc123",
+ "braintree_environment": "xyz789",
+ "braintree_googlepay_btn_color": "abc123",
+ "braintree_googlepay_cctypes": "xyz789",
+ "braintree_googlepay_merchant_id": "xyz789",
"braintree_googlepay_vault_active": true,
- "braintree_local_payment_allowed_methods": "xyz789",
+ "braintree_local_payment_allowed_methods": "abc123",
"braintree_local_payment_fallback_button_text": "xyz789",
"braintree_local_payment_redirect_on_fail": "xyz789",
"braintree_merchant_account_id": "xyz789",
- "braintree_paypal_button_location_cart_type_credit_color": "xyz789",
- "braintree_paypal_button_location_cart_type_credit_label": "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": 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_layout": "abc123",
+ "braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_cart_type_messaging_show": false,
"braintree_paypal_button_location_cart_type_messaging_text_color": "abc123",
- "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
- "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
- "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_show": true,
- "braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
- "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": false,
+ "braintree_paypal_button_location_cart_type_paypal_color": "abc123",
+ "braintree_paypal_button_location_cart_type_paypal_label": "abc123",
+ "braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
+ "braintree_paypal_button_location_cart_type_paypal_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",
@@ -1937,192 +1701,192 @@ Response
"braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
"braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
"braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
- "braintree_paypal_button_location_checkout_type_messaging_show": false,
- "braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
+ "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": "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": "abc123",
"braintree_paypal_button_location_checkout_type_paypal_label": "abc123",
"braintree_paypal_button_location_checkout_type_paypal_shape": "xyz789",
- "braintree_paypal_button_location_checkout_type_paypal_show": true,
- "braintree_paypal_button_location_productpage_type_credit_color": "abc123",
- "braintree_paypal_button_location_productpage_type_credit_label": "xyz789",
- "braintree_paypal_button_location_productpage_type_credit_shape": "xyz789",
- "braintree_paypal_button_location_productpage_type_credit_show": true,
- "braintree_paypal_button_location_productpage_type_messaging_layout": "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": "abc123",
+ "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
+ "braintree_paypal_button_location_productpage_type_credit_show": false,
+ "braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo": "abc123",
- "braintree_paypal_button_location_productpage_type_messaging_logo_position": "xyz789",
- "braintree_paypal_button_location_productpage_type_messaging_show": true,
- "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
+ "braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
+ "braintree_paypal_button_location_productpage_type_messaging_show": false,
+ "braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
- "braintree_paypal_button_location_productpage_type_paylater_label": "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": true,
+ "braintree_paypal_button_location_productpage_type_paylater_show": false,
"braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
- "braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
- "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
- "braintree_paypal_button_location_productpage_type_paypal_show": true,
+ "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
+ "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
+ "braintree_paypal_button_location_productpage_type_paypal_show": false,
"braintree_paypal_credit_uk_merchant_name": "xyz789",
"braintree_paypal_display_on_shopping_cart": false,
- "braintree_paypal_merchant_country": "abc123",
+ "braintree_paypal_merchant_country": "xyz789",
"braintree_paypal_merchant_name_override": "xyz789",
- "braintree_paypal_require_billing_address": true,
- "braintree_paypal_send_cart_line_items": true,
- "braintree_paypal_vault_active": false,
+ "braintree_paypal_require_billing_address": false,
+ "braintree_paypal_send_cart_line_items": false,
+ "braintree_paypal_vault_active": true,
"cart_expires_in_days": 987,
- "cart_gift_wrapping": "xyz789",
- "cart_printed_card": "xyz789",
- "cart_summary_display_quantity": 123,
- "catalog_default_sort_by": "abc123",
+ "cart_gift_wrapping": "abc123",
+ "cart_printed_card": "abc123",
+ "cart_summary_display_quantity": 987,
+ "catalog_default_sort_by": "xyz789",
"category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "category_url_suffix": "xyz789",
+ "category_url_suffix": "abc123",
"check_money_order_enable_for_specific_countries": true,
- "check_money_order_enabled": true,
- "check_money_order_make_check_payable_to": "abc123",
- "check_money_order_max_order_total": "abc123",
- "check_money_order_min_order_total": "xyz789",
+ "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": "abc123",
"check_money_order_new_order_status": "xyz789",
"check_money_order_payment_from_specific_countries": "xyz789",
"check_money_order_send_check_to": "xyz789",
- "check_money_order_sort_order": 123,
+ "check_money_order_sort_order": 987,
"check_money_order_title": "xyz789",
"cms_home_page": "abc123",
- "cms_no_cookies": "abc123",
- "cms_no_route": "abc123",
- "code": "xyz789",
+ "cms_no_cookies": "xyz789",
+ "cms_no_route": "xyz789",
+ "code": "abc123",
"configurable_product_image": "ITSELF",
"configurable_thumbnail_source": "abc123",
- "contact_enabled": false,
- "copyright": "xyz789",
+ "contact_enabled": true,
+ "copyright": "abc123",
"countries_with_required_region": "abc123",
- "create_account_confirmation": false,
- "customer_access_token_lifetime": 123.45,
- "default_country": "abc123",
+ "create_account_confirmation": true,
+ "customer_access_token_lifetime": 987.65,
+ "default_country": "xyz789",
"default_description": "abc123",
- "default_display_currency_code": "abc123",
- "default_keywords": "xyz789",
+ "default_display_currency_code": "xyz789",
+ "default_keywords": "abc123",
"default_title": "abc123",
"demonotice": 987,
- "display_product_prices_in_catalog": 123,
- "display_shipping_prices": 987,
+ "display_product_prices_in_catalog": 987,
+ "display_shipping_prices": 123,
"display_state_if_optional": true,
"enable_multiple_wishlists": "abc123",
- "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_product_lists": 123,
"fixed_product_taxes_display_prices_in_sales_modules": 123,
- "fixed_product_taxes_display_prices_on_product_view_page": 123,
- "fixed_product_taxes_enable": false,
- "fixed_product_taxes_include_fpt_in_subtotal": true,
- "front": "xyz789",
+ "fixed_product_taxes_display_prices_on_product_view_page": 987,
+ "fixed_product_taxes_enable": true,
+ "fixed_product_taxes_include_fpt_in_subtotal": false,
+ "front": "abc123",
"graphql_share_all_customer_groups": true,
"graphql_share_customer_group": true,
- "grid_per_page": 987,
+ "grid_per_page": 123,
"grid_per_page_values": "xyz789",
"grouped_product_image": "ITSELF",
"head_includes": "abc123",
"head_shortcut_icon": "xyz789",
- "header_logo_src": "xyz789",
- "id": 123,
+ "header_logo_src": "abc123",
+ "id": 987,
"is_checkout_agreements_enabled": true,
"is_default_store": false,
- "is_default_store_group": true,
+ "is_default_store_group": false,
"is_guest_checkout_enabled": true,
- "is_negotiable_quote_active": false,
- "is_one_page_checkout_enabled": false,
+ "is_negotiable_quote_active": true,
+ "is_one_page_checkout_enabled": true,
"is_requisition_list_active": "abc123",
"list_mode": "abc123",
"list_per_page": 123,
"list_per_page_values": "xyz789",
"locale": "abc123",
"logo_alt": "abc123",
- "logo_height": 123,
+ "logo_height": 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": "abc123",
- "magento_reward_points_invitation_customer": "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": "abc123",
- "magento_reward_points_invitation_order_limit": "xyz789",
+ "magento_reward_points_invitation_order": "xyz789",
+ "magento_reward_points_invitation_order_limit": "abc123",
"magento_reward_points_newsletter": "xyz789",
- "magento_reward_points_order": "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": "xyz789",
"magento_wishlist_general_is_enabled": "abc123",
"max_items_in_order_summary": 987,
"maximum_number_of_wishlists": "abc123",
- "minicart_display": true,
- "minicart_max_items": 123,
+ "minicart_display": false,
+ "minicart_max_items": 987,
"minimum_password_length": "abc123",
- "newsletter_enabled": true,
+ "newsletter_enabled": false,
"no_route": "xyz789",
- "optional_zip_countries": "abc123",
+ "optional_zip_countries": "xyz789",
"order_cancellation_enabled": false,
"order_cancellation_reasons": [
CancellationReason
],
- "orders_invoices_credit_memos_display_full_summary": false,
- "orders_invoices_credit_memos_display_grandtotal": true,
- "orders_invoices_credit_memos_display_price": 987,
+ "orders_invoices_credit_memos_display_full_summary": true,
+ "orders_invoices_credit_memos_display_grandtotal": false,
+ "orders_invoices_credit_memos_display_price": 123,
"orders_invoices_credit_memos_display_shipping_amount": 123,
- "orders_invoices_credit_memos_display_subtotal": 123,
+ "orders_invoices_credit_memos_display_subtotal": 987,
"orders_invoices_credit_memos_display_zero_tax": true,
- "payment_payflowpro_cc_vault_active": "xyz789",
+ "payment_payflowpro_cc_vault_active": "abc123",
"printed_card_price": "abc123",
"printed_card_priceV2": Money,
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "product_reviews_enabled": "xyz789",
+ "product_reviews_enabled": "abc123",
"product_url_suffix": "abc123",
"quickorder_active": false,
- "required_character_classes_number": "abc123",
- "returns_enabled": "abc123",
- "root_category_id": 123,
- "root_category_uid": "4",
+ "required_character_classes_number": "xyz789",
+ "returns_enabled": "xyz789",
+ "root_category_id": 987,
+ "root_category_uid": 4,
"sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "sales_gift_wrapping": "xyz789",
+ "sales_gift_wrapping": "abc123",
"sales_printed_card": "abc123",
- "secure_base_link_url": "xyz789",
+ "secure_base_link_url": "abc123",
"secure_base_media_url": "abc123",
- "secure_base_static_url": "xyz789",
- "secure_base_url": "abc123",
+ "secure_base_static_url": "abc123",
+ "secure_base_url": "xyz789",
"send_friend": SendFriendConfiguration,
"share_all_catalog_rules": false,
- "share_all_sales_rule": true,
+ "share_all_sales_rule": false,
"share_applied_catalog_rules": false,
- "share_applied_sales_rule": true,
+ "share_applied_sales_rule": false,
"shopping_cart_display_full_summary": true,
"shopping_cart_display_grand_total": false,
"shopping_cart_display_price": 123,
- "shopping_cart_display_shipping": 123,
- "shopping_cart_display_subtotal": 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_group_name": "xyz789",
+ "store_group_name": "abc123",
"store_name": "xyz789",
- "store_sort_order": 987,
- "timezone": "abc123",
+ "store_sort_order": 123,
+ "timezone": "xyz789",
"title_prefix": "xyz789",
- "title_separator": "xyz789",
- "title_suffix": "abc123",
+ "title_separator": "abc123",
+ "title_suffix": "xyz789",
"use_store_in_url": true,
- "website_code": "4",
- "website_id": 987,
- "website_name": "abc123",
+ "website_code": 4,
+ "website_id": 123,
+ "website_name": "xyz789",
"weight_unit": "abc123",
"welcome": "abc123",
"zero_subtotal_enable_for_specific_countries": true,
- "zero_subtotal_enabled": true,
- "zero_subtotal_new_order_status": "xyz789",
+ "zero_subtotal_enabled": false,
+ "zero_subtotal_new_order_status": "abc123",
"zero_subtotal_payment_action": "xyz789",
- "zero_subtotal_payment_from_specific_countries": "xyz789",
+ "zero_subtotal_payment_from_specific_countries": "abc123",
"zero_subtotal_sort_order": 123,
"zero_subtotal_title": "xyz789"
}
@@ -2273,16 +2037,16 @@ Response
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
- "email": "abc123",
+ "email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
- "id": "4",
- "is_virtual": false,
+ "id": 4,
+ "is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
- "printed_card_included": false,
+ "printed_card_included": true,
"rules": [CartRule],
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
@@ -2403,7 +2167,7 @@ Response
"categories": {
"items": [CategoryTree],
"page_info": SearchResultPageInfo,
- "total_count": 123
+ "total_count": 987
}
}
}
@@ -2540,42 +2304,42 @@ Response
"data": {
"category": {
"automatic_sorting": "xyz789",
- "available_sort_by": ["abc123"],
+ "available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
- "canonical_url": "abc123",
+ "canonical_url": "xyz789",
"children": [CategoryTree],
- "children_count": "xyz789",
+ "children_count": "abc123",
"cms_block": CmsBlock,
- "created_at": "xyz789",
- "custom_layout_update_file": "abc123",
- "default_sort_by": "xyz789",
+ "created_at": "abc123",
+ "custom_layout_update_file": "xyz789",
+ "default_sort_by": "abc123",
"description": "abc123",
- "display_mode": "abc123",
+ "display_mode": "xyz789",
"filter_price_range": 123.45,
- "id": 987,
- "image": "abc123",
+ "id": 123,
+ "image": "xyz789",
"include_in_menu": 123,
- "is_anchor": 123,
- "landing_page": 123,
- "level": 123,
- "meta_description": "abc123",
+ "is_anchor": 987,
+ "landing_page": 987,
+ "level": 987,
+ "meta_description": "xyz789",
"meta_keywords": "abc123",
"meta_title": "xyz789",
"name": "xyz789",
"path": "abc123",
- "path_in_store": "xyz789",
+ "path_in_store": "abc123",
"position": 987,
"product_count": 987,
"products": CategoryProducts,
"redirect_code": 987,
- "relative_url": "abc123",
+ "relative_url": "xyz789",
"staged": false,
"type": "CMS_PAGE",
"uid": "4",
"updated_at": "abc123",
"url_key": "abc123",
"url_path": "abc123",
- "url_suffix": "xyz789"
+ "url_suffix": "abc123"
}
}
}
@@ -2736,16 +2500,16 @@ Response
"data": {
"categoryList": [
{
- "automatic_sorting": "abc123",
+ "automatic_sorting": "xyz789",
"available_sort_by": ["abc123"],
"breadcrumbs": [Breadcrumb],
- "canonical_url": "abc123",
+ "canonical_url": "xyz789",
"children": [CategoryTree],
"children_count": "abc123",
"cms_block": CmsBlock,
- "created_at": "abc123",
+ "created_at": "xyz789",
"custom_layout_update_file": "xyz789",
- "default_sort_by": "abc123",
+ "default_sort_by": "xyz789",
"description": "xyz789",
"display_mode": "abc123",
"filter_price_range": 123.45,
@@ -2754,23 +2518,23 @@ Response
"include_in_menu": 987,
"is_anchor": 123,
"landing_page": 123,
- "level": 987,
+ "level": 123,
"meta_description": "xyz789",
"meta_keywords": "abc123",
- "meta_title": "xyz789",
+ "meta_title": "abc123",
"name": "abc123",
- "path": "xyz789",
+ "path": "abc123",
"path_in_store": "abc123",
- "position": 987,
+ "position": 123,
"product_count": 987,
"products": CategoryProducts,
- "redirect_code": 987,
+ "redirect_code": 123,
"relative_url": "abc123",
- "staged": false,
+ "staged": true,
"type": "CMS_PAGE",
"uid": 4,
- "updated_at": "abc123",
- "url_key": "abc123",
+ "updated_at": "xyz789",
+ "url_key": "xyz789",
"url_path": "abc123",
"url_suffix": "abc123"
}
@@ -2837,7 +2601,7 @@ Response
"data": {
"checkoutAgreements": [
{
- "agreement_id": 123,
+ "agreement_id": 987,
"checkbox_text": "abc123",
"content": "abc123",
"content_height": "xyz789",
@@ -3021,7 +2785,7 @@ Query
Variables
- {"id": 987, "identifier": "xyz789"}
+ {"id": 987, "identifier": "abc123"}
@@ -3033,18 +2797,18 @@ Response
{
"data": {
"cmsPage": {
- "content": "abc123",
- "content_heading": "xyz789",
+ "content": "xyz789",
+ "content_heading": "abc123",
"identifier": "xyz789",
- "meta_description": "xyz789",
+ "meta_description": "abc123",
"meta_keywords": "abc123",
- "meta_title": "abc123",
- "page_layout": "xyz789",
- "redirect_code": 123,
+ "meta_title": "xyz789",
+ "page_layout": "abc123",
+ "redirect_code": 987,
"relative_url": "xyz789",
"title": "xyz789",
"type": "CMS_PAGE",
- "url_key": "abc123"
+ "url_key": "xyz789"
}
}
}
@@ -3148,12 +2912,12 @@ Response
"credit": CompanyCredit,
"credit_history": CompanyCreditHistory,
"email": "abc123",
- "id": "4",
+ "id": 4,
"legal_address": CompanyLegalAddress,
- "legal_name": "xyz789",
- "name": "abc123",
+ "legal_name": "abc123",
+ "name": "xyz789",
"payment_methods": ["xyz789"],
- "reseller_id": "abc123",
+ "reseller_id": "xyz789",
"role": CompanyRole,
"roles": CompanyRoles,
"sales_representative": CompanySalesRepresentative,
@@ -3322,10 +3086,10 @@ Response
"countries": [
{
"available_regions": [Region],
- "full_name_english": "abc123",
- "full_name_locale": "abc123",
+ "full_name_english": "xyz789",
+ "full_name_locale": "xyz789",
"id": "xyz789",
- "three_letter_abbreviation": "xyz789",
+ "three_letter_abbreviation": "abc123",
"two_letter_abbreviation": "xyz789"
}
]
@@ -3408,7 +3172,7 @@ Query
Variables
- {"id": "xyz789"}
+ {"id": "abc123"}
@@ -3421,10 +3185,10 @@ Response
"data": {
"country": {
"available_regions": [Region],
- "full_name_english": "abc123",
+ "full_name_english": "xyz789",
"full_name_locale": "abc123",
"id": "xyz789",
- "three_letter_abbreviation": "abc123",
+ "three_letter_abbreviation": "xyz789",
"two_letter_abbreviation": "abc123"
}
}
@@ -3492,12 +3256,12 @@ Response
"data": {
"currency": {
"available_currency_codes": [
- "abc123"
+ "xyz789"
],
- "base_currency_code": "abc123",
- "base_currency_symbol": "abc123",
+ "base_currency_code": "xyz789",
+ "base_currency_symbol": "xyz789",
"default_display_currecy_code": "xyz789",
- "default_display_currecy_symbol": "abc123",
+ "default_display_currecy_symbol": "xyz789",
"default_display_currency_code": "abc123",
"default_display_currency_symbol": "xyz789",
"exchange_rates": [ExchangeRate]
@@ -3843,30 +3607,30 @@ Response
"customer": {
"addresses": [CustomerAddress],
"addressesV2": CustomerAddresses,
- "allow_remote_shopping_assistance": false,
+ "allow_remote_shopping_assistance": true,
"companies": UserCompaniesOutput,
"compare_list": CompareList,
"confirmation_status": "ACCOUNT_CONFIRMED",
- "created_at": "xyz789",
+ "created_at": "abc123",
"custom_attributes": [AttributeValueInterface],
"date_of_birth": "xyz789",
- "default_billing": "abc123",
+ "default_billing": "xyz789",
"default_shipping": "xyz789",
"dob": "abc123",
"email": "abc123",
"firstname": "xyz789",
- "gender": 123,
+ "gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group": CustomerGroup,
- "group_id": 987,
+ "group_id": 123,
"id": 123,
"is_subscribed": false,
- "job_title": "xyz789",
- "lastname": "abc123",
+ "job_title": "abc123",
+ "lastname": "xyz789",
"middlename": "abc123",
"orders": CustomerOrders,
- "prefix": "abc123",
+ "prefix": "xyz789",
"purchase_order": PurchaseOrder,
"purchase_order_approval_rule": PurchaseOrderApprovalRule,
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata,
@@ -3883,10 +3647,10 @@ Response
"status": "ACTIVE",
"store_credit": CustomerStoreCredit,
"structure_id": "4",
- "suffix": "xyz789",
+ "suffix": "abc123",
"taxvat": "xyz789",
"team": CompanyTeam,
- "telephone": "abc123",
+ "telephone": "xyz789",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
@@ -4011,18 +3775,18 @@ Response
"billing_address": BillingCartAddress,
"email": "abc123",
"gift_message": GiftMessage,
- "gift_receipt_included": true,
+ "gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
- "id": 4,
+ "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],
- "total_quantity": 987.65
+ "total_quantity": 123.45
}
}
}
@@ -4085,61 +3849,6 @@ Response
}
}
}
-
-
-
-
-
- back to top
-
-
customerGroup
- Provides name of the Customer Group assigned to the Customer or Guest.
- Returns a CustomerGroup!
-
query customerGroup {
- customerGroup {
- name
- }
-}
-
-
-
- {
- "data": {
- "customerGroup": {"name": "abc123"}
- }
-}
@@ -4202,7 +3911,7 @@ customerSegments
- Customer segments associated with the current customer or guest/visitor.
- Returns [CustomerSegment]
-
| Name | -Description | -
|---|---|
- cartId - String!
- |
- The unique ID of the cart to query. | -
query customerSegments($cartId: String!) {
- customerSegments(cartId: $cartId) {
- apply_to
- description
- name
- }
-}
-
-
-
- {"cartId": "xyz789"}
-
-
-
- {
- "data": {
- "customerSegments": [
- {
- "apply_to": "BOTH",
- "description": "xyz789",
- "name": "xyz789"
- }
- ]
- }
-}
@@ -4467,7 +4085,7 @@ {
"data": {
"getHostedProUrl": {
- "secure_form_url": "abc123"
+ "secure_form_url": "xyz789"
}
}
}
@@ -4641,8 +4259,8 @@ Response
"data": {
"getPayflowLinkToken": {
"mode": "TEST",
- "paypal_url": "abc123",
- "secure_token": "xyz789",
+ "paypal_url": "xyz789",
+ "secure_token": "abc123",
"secure_token_id": "abc123"
}
}
@@ -4848,7 +4466,7 @@ Response
"data": {
"getPaymentOrder": {
"id": "xyz789",
- "mp_order_id": "xyz789",
+ "mp_order_id": "abc123",
"payment_source_details": PaymentSourceDetails,
"status": "abc123"
}
@@ -5085,7 +4703,7 @@ Response
"giftCardAccount": {
"balance": Money,
"code": "xyz789",
- "expiration_date": "abc123"
+ "expiration_date": "xyz789"
}
}
}
@@ -5179,7 +4797,7 @@ Query
Variables
- {"giftRegistryUid": "4"}
+ {"giftRegistryUid": 4}
@@ -5191,14 +4809,14 @@ Response
{
"data": {
"giftRegistry": {
- "created_at": "xyz789",
+ "created_at": "abc123",
"dynamic_attributes": [
GiftRegistryDynamicAttribute
],
- "event_name": "xyz789",
+ "event_name": "abc123",
"items": [GiftRegistryItemInterface],
"message": "xyz789",
- "owner_name": "abc123",
+ "owner_name": "xyz789",
"privacy_settings": "PRIVATE",
"registrants": [GiftRegistryRegistrant],
"shipping_address": CustomerAddress,
@@ -5295,12 +4913,12 @@ Response
"data": {
"giftRegistryEmailSearch": [
{
- "event_date": "abc123",
- "event_title": "xyz789",
+ "event_date": "xyz789",
+ "event_title": "abc123",
"gift_registry_uid": 4,
"location": "abc123",
"name": "xyz789",
- "type": "abc123"
+ "type": "xyz789"
}
]
}
@@ -5379,7 +4997,7 @@ Query
Variables
- {"giftRegistryUid": "4"}
+ {"giftRegistryUid": 4}
@@ -5392,10 +5010,10 @@ Response
"data": {
"giftRegistryIdSearch": [
{
- "event_date": "abc123",
- "event_title": "abc123",
- "gift_registry_uid": "4",
- "location": "xyz789",
+ "event_date": "xyz789",
+ "event_title": "xyz789",
+ "gift_registry_uid": 4,
+ "location": "abc123",
"name": "abc123",
"type": "xyz789"
}
@@ -5515,8 +5133,8 @@ Response
{
"event_date": "xyz789",
"event_title": "xyz789",
- "gift_registry_uid": 4,
- "location": "xyz789",
+ "gift_registry_uid": "4",
+ "location": "abc123",
"name": "abc123",
"type": "abc123"
}
@@ -5584,8 +5202,8 @@ Response
"dynamic_attributes_metadata": [
GiftRegistryDynamicAttributeMetadataInterface
],
- "label": "xyz789",
- "uid": "4"
+ "label": "abc123",
+ "uid": 4
}
]
}
@@ -5740,9 +5358,9 @@ Response
"applied_gift_cards": [ApplyGiftCardToOrder],
"available_actions": ["REORDER"],
"billing_address": OrderAddress,
- "carrier": "abc123",
+ "carrier": "xyz789",
"comments": [SalesCommentItem],
- "created_at": "xyz789",
+ "created_at": "abc123",
"credit_memos": [CreditMemo],
"customer_info": OrderCustomerInfo,
"email": "abc123",
@@ -5753,7 +5371,7 @@ Response
"id": 4,
"increment_id": "xyz789",
"invoices": [Invoice],
- "is_virtual": false,
+ "is_virtual": true,
"items": [OrderItemInterface],
"items_eligible_for_return": [OrderItemInterface],
"number": "xyz789",
@@ -5765,8 +5383,8 @@ Response
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
- "shipping_method": "abc123",
- "status": "xyz789",
+ "shipping_method": "xyz789",
+ "status": "abc123",
"token": "abc123",
"total": OrderTotal
}
@@ -5922,9 +5540,9 @@ Response
"applied_gift_cards": [ApplyGiftCardToOrder],
"available_actions": ["REORDER"],
"billing_address": OrderAddress,
- "carrier": "xyz789",
+ "carrier": "abc123",
"comments": [SalesCommentItem],
- "created_at": "abc123",
+ "created_at": "xyz789",
"credit_memos": [CreditMemo],
"customer_info": OrderCustomerInfo,
"email": "abc123",
@@ -5935,21 +5553,21 @@ Response
"id": 4,
"increment_id": "xyz789",
"invoices": [Invoice],
- "is_virtual": false,
+ "is_virtual": true,
"items": [OrderItemInterface],
"items_eligible_for_return": [OrderItemInterface],
"number": "abc123",
"order_date": "xyz789",
- "order_number": "abc123",
- "order_status_change_date": "abc123",
+ "order_number": "xyz789",
+ "order_status_change_date": "xyz789",
"payment_methods": [OrderPaymentMethod],
- "printed_card_included": true,
+ "printed_card_included": false,
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
- "shipping_method": "xyz789",
- "status": "abc123",
- "token": "abc123",
+ "shipping_method": "abc123",
+ "status": "xyz789",
+ "token": "xyz789",
"total": OrderTotal
}
}
@@ -6033,7 +5651,7 @@ Variables
Response
- {"data": {"isCompanyAdminEmailAvailable": {"is_email_available": false}}}
+ {"data": {"isCompanyAdminEmailAvailable": {"is_email_available": true}}}
@@ -6113,7 +5731,7 @@ Variables
Response
- {"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
+ {"data": {"isCompanyEmailAvailable": {"is_email_available": false}}}
@@ -6352,7 +5970,7 @@ Variables
Response
- {"data": {"isEmailAvailable": {"is_email_available": true}}}
+ {"data": {"isEmailAvailable": {"is_email_available": false}}}
@@ -6457,7 +6075,7 @@ Query
Variables
- {"uid": 4}
+ {"uid": "4"}
@@ -6475,21 +6093,21 @@ Response
"billing_address": NegotiableQuoteBillingAddress,
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
- "created_at": "abc123",
- "email": "xyz789",
+ "created_at": "xyz789",
+ "email": "abc123",
"history": [NegotiableQuoteHistoryEntry],
- "is_virtual": true,
+ "is_virtual": false,
"items": [CartItemInterface],
- "name": "abc123",
+ "name": "xyz789",
"prices": CartPrices,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [
NegotiableQuoteShippingAddress
],
"status": "SUBMITTED",
- "total_quantity": 123.45,
+ "total_quantity": 987.65,
"uid": "4",
- "updated_at": "xyz789"
+ "updated_at": "abc123"
}
}
}
@@ -6595,7 +6213,7 @@ Query
Variables
- {"templateId": "4"}
+ {"templateId": 4}
@@ -6609,13 +6227,13 @@ Response
"negotiableQuoteTemplate": {
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
- "expiration_date": "abc123",
+ "expiration_date": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
- "is_min_max_qty_used": true,
+ "is_min_max_qty_used": false,
"is_virtual": false,
"items": [CartItemInterface],
"max_order_commitment": 123,
- "min_order_commitment": 987,
+ "min_order_commitment": 123,
"name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -6625,8 +6243,8 @@ Response
"shipping_addresses": [
NegotiableQuoteShippingAddress
],
- "status": "xyz789",
- "template_id": "4",
+ "status": "abc123",
+ "template_id": 4,
"total_quantity": 123.45
}
}
@@ -6757,7 +6375,7 @@ Response
"items": [NegotiableQuoteTemplateGridItem],
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
- "total_count": 987
+ "total_count": 123
}
}
}
@@ -7031,7 +6649,7 @@ Response
"pickupLocations": {
"items": [PickupLocation],
"page_info": SearchResultPageInfo,
- "total_count": 987
+ "total_count": 123
}
}
}
@@ -7218,7 +6836,7 @@ Variables
{
- "search": "xyz789",
+ "search": "abc123",
"filter": ProductAttributeFilterInput,
"pageSize": 20,
"currentPage": 1,
@@ -7241,7 +6859,7 @@ Response
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"suggestions": [SearchSuggestion],
- "total_count": 123
+ "total_count": 987
}
}
}
@@ -7323,7 +6941,7 @@ Response
"data": {
"recaptchaFormConfig": {
"configurations": ReCaptchaConfiguration,
- "is_enabled": true
+ "is_enabled": false
}
}
}
@@ -7387,14 +7005,14 @@ Response
{
"data": {
"recaptchaV3Config": {
- "badge_position": "xyz789",
+ "badge_position": "abc123",
"failure_message": "abc123",
"forms": ["PLACE_ORDER"],
"is_enabled": false,
"language_code": "xyz789",
- "minimum_score": 987.65,
- "theme": "abc123",
- "website_key": "xyz789"
+ "minimum_score": 123.45,
+ "theme": "xyz789",
+ "website_key": "abc123"
}
}
}
@@ -7481,7 +7099,7 @@ Response
{
"data": {
"route": {
- "redirect_code": 123,
+ "redirect_code": 987,
"relative_url": "abc123",
"type": "CMS_PAGE"
}
@@ -7788,249 +7406,249 @@ Response
{
"data": {
"storeConfig": {
- "absolute_footer": "abc123",
- "allow_gift_receipt": "abc123",
- "allow_gift_wrapping_on_order": "xyz789",
+ "absolute_footer": "xyz789",
+ "allow_gift_receipt": "xyz789",
+ "allow_gift_wrapping_on_order": "abc123",
"allow_gift_wrapping_on_order_items": "abc123",
- "allow_guests_to_write_product_reviews": "abc123",
+ "allow_guests_to_write_product_reviews": "xyz789",
"allow_items": "abc123",
- "allow_order": "abc123",
- "allow_printed_card": "xyz789",
+ "allow_order": "xyz789",
+ "allow_printed_card": "abc123",
"autocomplete_on_storefront": true,
"base_currency_code": "xyz789",
"base_link_url": "xyz789",
- "base_media_url": "abc123",
- "base_static_url": "xyz789",
- "base_url": "abc123",
+ "base_media_url": "xyz789",
+ "base_static_url": "abc123",
+ "base_url": "xyz789",
"braintree_3dsecure_allowspecific": true,
"braintree_3dsecure_always_request_3ds": true,
"braintree_3dsecure_specificcountry": "abc123",
- "braintree_3dsecure_threshold_amount": "xyz789",
+ "braintree_3dsecure_threshold_amount": "abc123",
"braintree_3dsecure_verify_3dsecure": false,
- "braintree_ach_direct_debit_vault_active": true,
- "braintree_applepay_merchant_name": "xyz789",
+ "braintree_ach_direct_debit_vault_active": false,
+ "braintree_applepay_merchant_name": "abc123",
"braintree_applepay_vault_active": false,
"braintree_cc_vault_active": "xyz789",
- "braintree_cc_vault_cvv": false,
+ "braintree_cc_vault_cvv": true,
"braintree_environment": "abc123",
"braintree_googlepay_btn_color": "abc123",
"braintree_googlepay_cctypes": "xyz789",
- "braintree_googlepay_merchant_id": "xyz789",
- "braintree_googlepay_vault_active": false,
- "braintree_local_payment_allowed_methods": "abc123",
+ "braintree_googlepay_merchant_id": "abc123",
+ "braintree_googlepay_vault_active": true,
+ "braintree_local_payment_allowed_methods": "xyz789",
"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": "xyz789",
- "braintree_paypal_button_location_cart_type_credit_label": "abc123",
+ "braintree_paypal_button_location_cart_type_credit_color": "abc123",
+ "braintree_paypal_button_location_cart_type_credit_label": "xyz789",
"braintree_paypal_button_location_cart_type_credit_shape": "abc123",
- "braintree_paypal_button_location_cart_type_credit_show": false,
+ "braintree_paypal_button_location_cart_type_credit_show": true,
"braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
- "braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
+ "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
"braintree_paypal_button_location_cart_type_messaging_show": true,
- "braintree_paypal_button_location_cart_type_messaging_text_color": "abc123",
+ "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
- "braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
- "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_label": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_show": true,
- "braintree_paypal_button_location_cart_type_paypal_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": "xyz789",
- "braintree_paypal_button_location_cart_type_paypal_show": true,
+ "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": "abc123",
"braintree_paypal_button_location_checkout_type_credit_label": "abc123",
"braintree_paypal_button_location_checkout_type_credit_shape": "xyz789",
"braintree_paypal_button_location_checkout_type_credit_show": false,
- "braintree_paypal_button_location_checkout_type_messaging_layout": "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_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_paylater_color": "abc123",
- "braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
- "braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789",
- "braintree_paypal_button_location_checkout_type_paylater_show": true,
- "braintree_paypal_button_location_checkout_type_paypal_color": "abc123",
- "braintree_paypal_button_location_checkout_type_paypal_label": "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": "abc123",
"braintree_paypal_button_location_checkout_type_paypal_shape": "abc123",
- "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": "xyz789",
- "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
- "braintree_paypal_button_location_productpage_type_credit_show": false,
+ "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": "abc123",
+ "braintree_paypal_button_location_productpage_type_credit_shape": "xyz789",
+ "braintree_paypal_button_location_productpage_type_credit_show": true,
"braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo_position": "xyz789",
- "braintree_paypal_button_location_productpage_type_messaging_show": true,
+ "braintree_paypal_button_location_productpage_type_messaging_show": false,
"braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
- "braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
- "braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
+ "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": "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_paylater_show": true,
+ "braintree_paypal_button_location_productpage_type_paypal_color": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
- "braintree_paypal_button_location_productpage_type_paypal_show": false,
- "braintree_paypal_credit_uk_merchant_name": "xyz789",
- "braintree_paypal_display_on_shopping_cart": false,
- "braintree_paypal_merchant_country": "abc123",
- "braintree_paypal_merchant_name_override": "abc123",
- "braintree_paypal_require_billing_address": true,
- "braintree_paypal_send_cart_line_items": false,
- "braintree_paypal_vault_active": true,
+ "braintree_paypal_button_location_productpage_type_paypal_show": true,
+ "braintree_paypal_credit_uk_merchant_name": "abc123",
+ "braintree_paypal_display_on_shopping_cart": true,
+ "braintree_paypal_merchant_country": "xyz789",
+ "braintree_paypal_merchant_name_override": "xyz789",
+ "braintree_paypal_require_billing_address": false,
+ "braintree_paypal_send_cart_line_items": true,
+ "braintree_paypal_vault_active": false,
"cart_expires_in_days": 123,
- "cart_gift_wrapping": "xyz789",
- "cart_printed_card": "xyz789",
+ "cart_gift_wrapping": "abc123",
+ "cart_printed_card": "abc123",
"cart_summary_display_quantity": 123,
"catalog_default_sort_by": "xyz789",
"category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "category_url_suffix": "xyz789",
- "check_money_order_enable_for_specific_countries": true,
+ "category_url_suffix": "abc123",
+ "check_money_order_enable_for_specific_countries": false,
"check_money_order_enabled": false,
- "check_money_order_make_check_payable_to": "abc123",
+ "check_money_order_make_check_payable_to": "xyz789",
"check_money_order_max_order_total": "abc123",
"check_money_order_min_order_total": "xyz789",
- "check_money_order_new_order_status": "abc123",
+ "check_money_order_new_order_status": "xyz789",
"check_money_order_payment_from_specific_countries": "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_route": "abc123",
+ "check_money_order_sort_order": 123,
+ "check_money_order_title": "abc123",
+ "cms_home_page": "xyz789",
+ "cms_no_cookies": "abc123",
+ "cms_no_route": "xyz789",
"code": "abc123",
"configurable_product_image": "ITSELF",
"configurable_thumbnail_source": "xyz789",
"contact_enabled": true,
"copyright": "xyz789",
"countries_with_required_region": "abc123",
- "create_account_confirmation": false,
+ "create_account_confirmation": true,
"customer_access_token_lifetime": 123.45,
"default_country": "abc123",
"default_description": "abc123",
"default_display_currency_code": "xyz789",
"default_keywords": "abc123",
- "default_title": "abc123",
+ "default_title": "xyz789",
"demonotice": 987,
"display_product_prices_in_catalog": 123,
- "display_shipping_prices": 123,
- "display_state_if_optional": false,
- "enable_multiple_wishlists": "abc123",
+ "display_shipping_prices": 987,
+ "display_state_if_optional": true,
+ "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_emails": 123,
+ "fixed_product_taxes_display_prices_in_product_lists": 987,
+ "fixed_product_taxes_display_prices_in_sales_modules": 123,
"fixed_product_taxes_display_prices_on_product_view_page": 123,
"fixed_product_taxes_enable": false,
"fixed_product_taxes_include_fpt_in_subtotal": false,
"front": "abc123",
"graphql_share_all_customer_groups": false,
- "graphql_share_customer_group": false,
+ "graphql_share_customer_group": true,
"grid_per_page": 987,
"grid_per_page_values": "xyz789",
"grouped_product_image": "ITSELF",
- "head_includes": "abc123",
+ "head_includes": "xyz789",
"head_shortcut_icon": "xyz789",
"header_logo_src": "xyz789",
- "id": 987,
+ "id": 123,
"is_checkout_agreements_enabled": true,
"is_default_store": true,
- "is_default_store_group": true,
+ "is_default_store_group": false,
"is_guest_checkout_enabled": false,
"is_negotiable_quote_active": true,
- "is_one_page_checkout_enabled": 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": "xyz789",
- "logo_alt": "abc123",
- "logo_height": 123,
+ "list_mode": "xyz789",
+ "list_per_page": 987,
+ "list_per_page_values": "abc123",
+ "locale": "abc123",
+ "logo_alt": "xyz789",
+ "logo_height": 987,
"logo_width": 987,
- "magento_reward_general_is_enabled": "xyz789",
+ "magento_reward_general_is_enabled": "abc123",
"magento_reward_general_is_enabled_on_front": "abc123",
"magento_reward_general_min_points_balance": "abc123",
"magento_reward_general_publish_history": "abc123",
- "magento_reward_points_invitation_customer": "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": "xyz789",
+ "magento_reward_points_invitation_order_limit": "abc123",
"magento_reward_points_newsletter": "xyz789",
"magento_reward_points_order": "abc123",
"magento_reward_points_register": "xyz789",
"magento_reward_points_review": "xyz789",
- "magento_reward_points_review_limit": "abc123",
- "magento_wishlist_general_is_enabled": "abc123",
+ "magento_reward_points_review_limit": "xyz789",
+ "magento_wishlist_general_is_enabled": "xyz789",
"max_items_in_order_summary": 123,
"maximum_number_of_wishlists": "abc123",
- "minicart_display": false,
- "minicart_max_items": 987,
- "minimum_password_length": "xyz789",
+ "minicart_display": true,
+ "minicart_max_items": 123,
+ "minimum_password_length": "abc123",
"newsletter_enabled": false,
"no_route": "abc123",
- "optional_zip_countries": "xyz789",
+ "optional_zip_countries": "abc123",
"order_cancellation_enabled": false,
"order_cancellation_reasons": [CancellationReason],
- "orders_invoices_credit_memos_display_full_summary": true,
- "orders_invoices_credit_memos_display_grandtotal": false,
+ "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": 987,
- "orders_invoices_credit_memos_display_subtotal": 123,
- "orders_invoices_credit_memos_display_zero_tax": false,
- "payment_payflowpro_cc_vault_active": "abc123",
- "printed_card_price": "abc123",
+ "orders_invoices_credit_memos_display_shipping_amount": 123,
+ "orders_invoices_credit_memos_display_subtotal": 987,
+ "orders_invoices_credit_memos_display_zero_tax": true,
+ "payment_payflowpro_cc_vault_active": "xyz789",
+ "printed_card_price": "xyz789",
"printed_card_priceV2": Money,
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "product_reviews_enabled": "xyz789",
+ "product_reviews_enabled": "abc123",
"product_url_suffix": "xyz789",
- "quickorder_active": true,
+ "quickorder_active": false,
"required_character_classes_number": "xyz789",
- "returns_enabled": "xyz789",
- "root_category_id": 987,
+ "returns_enabled": "abc123",
+ "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": "xyz789",
+ "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": "xyz789",
+ "secure_base_url": "abc123",
"send_friend": SendFriendConfiguration,
- "share_all_catalog_rules": false,
- "share_all_sales_rule": true,
+ "share_all_catalog_rules": true,
+ "share_all_sales_rule": false,
"share_applied_catalog_rules": false,
"share_applied_sales_rule": false,
- "shopping_cart_display_full_summary": true,
- "shopping_cart_display_grand_total": false,
+ "shopping_cart_display_full_summary": false,
+ "shopping_cart_display_grand_total": true,
"shopping_cart_display_price": 123,
- "shopping_cart_display_shipping": 987,
- "shopping_cart_display_subtotal": 123,
+ "shopping_cart_display_shipping": 123,
+ "shopping_cart_display_subtotal": 987,
"shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
- "shopping_cart_display_zero_tax": true,
+ "shopping_cart_display_zero_tax": false,
"show_cms_breadcrumbs": 987,
- "store_code": 4,
+ "store_code": "4",
"store_group_code": 4,
"store_group_name": "abc123",
"store_name": "xyz789",
- "store_sort_order": 987,
- "timezone": "abc123",
- "title_prefix": "abc123",
+ "store_sort_order": 123,
+ "timezone": "xyz789",
+ "title_prefix": "xyz789",
"title_separator": "abc123",
- "title_suffix": "xyz789",
+ "title_suffix": "abc123",
"use_store_in_url": true,
"website_code": "4",
"website_id": 123,
"website_name": "xyz789",
- "weight_unit": "abc123",
- "welcome": "abc123",
- "zero_subtotal_enable_for_specific_countries": true,
+ "weight_unit": "xyz789",
+ "welcome": "xyz789",
+ "zero_subtotal_enable_for_specific_countries": false,
"zero_subtotal_enabled": true,
"zero_subtotal_new_order_status": "abc123",
- "zero_subtotal_payment_action": "abc123",
+ "zero_subtotal_payment_action": "xyz789",
"zero_subtotal_payment_from_specific_countries": "xyz789",
"zero_subtotal_sort_order": 123,
- "zero_subtotal_title": "xyz789"
+ "zero_subtotal_title": "abc123"
}
}
}
@@ -8129,7 +7747,7 @@ Response
"urlResolver": {
"canonical_url": "abc123",
"entity_uid": 4,
- "id": 123,
+ "id": 987,
"redirectCode": 123,
"relative_url": "xyz789",
"type": "CMS_PAGE"
@@ -8405,11 +8023,11 @@ Response
"comments": [NegotiableQuoteComment],
"expiration_date": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
- "is_min_max_qty_used": false,
+ "is_min_max_qty_used": true,
"is_virtual": true,
"items": [CartItemInterface],
- "max_order_commitment": 987,
- "min_order_commitment": 987,
+ "max_order_commitment": 123,
+ "min_order_commitment": 123,
"name": "abc123",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -8420,8 +8038,8 @@ Response
NegotiableQuoteShippingAddress
],
"status": "abc123",
- "template_id": "4",
- "total_quantity": 123.45
+ "template_id": 4,
+ "total_quantity": 987.65
}
}
}
@@ -8760,7 +8378,7 @@ Variables
{
- "giftRegistryUid": 4,
+ "giftRegistryUid": "4",
"registrants": [AddGiftRegistryRegistrantInput]
}
@@ -8865,7 +8483,7 @@ Variables
{
- "cartId": "xyz789",
+ "cartId": "abc123",
"cartItems": [CartItemInput]
}
@@ -8973,9 +8591,9 @@ Response
"data": {
"addProductsToCompareList": {
"attributes": [ComparableAttribute],
- "item_count": 987,
+ "item_count": 123,
"items": [ComparableItem],
- "uid": "4"
+ "uid": 4
}
}
}
@@ -9167,10 +8785,7 @@ Query
Variables
- {
- "wishlistId": "4",
- "wishlistItems": [WishlistItemInput]
-}
+ {"wishlistId": 4, "wishlistItems": [WishlistItemInput]}
@@ -9470,7 +9085,7 @@ Response
AddRequisitionListItemToCartUserError
],
"cart": Cart,
- "status": false
+ "status": true
}
}
}
@@ -9895,7 +9510,7 @@ Query
Variables
- {"wishlistId": 4, "wishlistItemIds": ["4"]}
+ {"wishlistId": 4, "wishlistItemIds": [4]}
@@ -9910,7 +9525,7 @@ Response
"add_wishlist_items_to_cart_user_errors": [
WishlistCartUserInputError
],
- "status": true,
+ "status": false,
"wishlist": Wishlist
}
}
@@ -10230,7 +9845,7 @@ Query
Variables
- {"cartId": "4"}
+ {"cartId": 4}
@@ -10485,7 +10100,7 @@ Query
Variables
- {"uid": "4"}
+ {"uid": 4}
@@ -10625,7 +10240,7 @@ Query
Variables
- {"cart_id": "abc123"}
+ {"cart_id": "xyz789"}
@@ -10647,12 +10262,12 @@ Response
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
- "email": "abc123",
+ "email": "xyz789",
"gift_message": GiftMessage,
- "gift_receipt_included": false,
+ "gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
- "id": "4",
- "is_virtual": false,
+ "id": 4,
+ "is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
@@ -10660,7 +10275,7 @@ Response
"rules": [CartRule],
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
- "total_quantity": 987.65
+ "total_quantity": 123.45
}
}
}
@@ -10779,14 +10394,14 @@ Response
"cancelNegotiableQuoteTemplate": {
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
- "expiration_date": "abc123",
+ "expiration_date": "xyz789",
"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",
+ "max_order_commitment": 123,
+ "min_order_commitment": 123,
+ "name": "abc123",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
"reference_document_links": [
@@ -10796,8 +10411,8 @@ Response
NegotiableQuoteShippingAddress
],
"status": "xyz789",
- "template_id": "4",
- "total_quantity": 987.65
+ "template_id": 4,
+ "total_quantity": 123.45
}
}
}
@@ -10889,7 +10504,7 @@ Response
{
"data": {
"cancelOrder": {
- "error": "abc123",
+ "error": "xyz789",
"errorV2": CancelOrderError,
"order": CustomerOrder
}
@@ -11185,7 +10800,7 @@ 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",
@@ -11196,14 +10811,14 @@ Response
"default_shipping": "xyz789",
"dob": "abc123",
"email": "xyz789",
- "firstname": "xyz789",
+ "firstname": "abc123",
"gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group": CustomerGroup,
"group_id": 987,
- "id": 987,
- "is_subscribed": false,
+ "id": 123,
+ "is_subscribed": true,
"job_title": "xyz789",
"lastname": "abc123",
"middlename": "abc123",
@@ -11226,9 +10841,9 @@ Response
"store_credit": CustomerStoreCredit,
"structure_id": 4,
"suffix": "xyz789",
- "taxvat": "abc123",
+ "taxvat": "xyz789",
"team": CompanyTeam,
- "telephone": "abc123",
+ "telephone": "xyz789",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
@@ -11861,7 +11476,7 @@ Variables
Response
- {"data": {"contactUs": {"status": true}}}
+ {"data": {"contactUs": {"status": false}}}
@@ -11955,7 +11570,7 @@ Variables
{
"sourceRequisitionListUid": "4",
- "destinationRequisitionListUid": 4,
+ "destinationRequisitionListUid": "4",
"requisitionListItem": CopyItemsBetweenRequisitionListsInput
}
@@ -12071,7 +11686,7 @@ Variables
{
- "sourceWishlistUid": 4,
+ "sourceWishlistUid": "4",
"destinationWishlistUid": "4",
"wishlistItems": [WishlistItemCopyInput]
}
@@ -12142,7 +11757,7 @@ Response
{
"data": {
- "createBraintreeClientToken": "xyz789"
+ "createBraintreeClientToken": "abc123"
}
}
@@ -12896,28 +12511,28 @@ Response
{
"data": {
"createCustomerAddress": {
- "city": "xyz789",
+ "city": "abc123",
"company": "abc123",
"country_code": "AF",
- "country_id": "xyz789",
+ "country_id": "abc123",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
- "customer_id": 123,
+ "customer_id": 987,
"default_billing": true,
"default_shipping": false,
"extension_attributes": [CustomerAddressAttribute],
"fax": "abc123",
"firstname": "abc123",
"id": 123,
- "lastname": "xyz789",
+ "lastname": "abc123",
"middlename": "xyz789",
- "postcode": "abc123",
+ "postcode": "xyz789",
"prefix": "xyz789",
"region": CustomerAddressRegion,
- "region_id": 123,
+ "region_id": 987,
"street": ["abc123"],
- "suffix": "xyz789",
- "telephone": "xyz789",
+ "suffix": "abc123",
+ "telephone": "abc123",
"vat_id": "xyz789"
}
}
@@ -13086,7 +12701,7 @@ Variables
Response
- {"data": {"createEmptyCart": "abc123"}}
+ {"data": {"createEmptyCart": "xyz789"}}
@@ -13339,10 +12954,10 @@ Response
{
"data": {
"createPayflowProToken": {
- "response_message": "abc123",
- "result": 987,
+ "response_message": "xyz789",
+ "result": 123,
"result_code": 123,
- "secure_token": "xyz789",
+ "secure_token": "abc123",
"secure_token_id": "xyz789"
}
}
@@ -13433,8 +13048,8 @@ Response
"data": {
"createPaymentOrder": {
"amount": 123.45,
- "currency_code": "xyz789",
- "id": "xyz789",
+ "currency_code": "abc123",
+ "id": "abc123",
"mp_order_id": "xyz789",
"status": "xyz789"
}
@@ -13525,7 +13140,7 @@ Response
"data": {
"createPaypalExpressToken": {
"paypal_urls": PaypalExpressUrlList,
- "token": "xyz789"
+ "token": "abc123"
}
}
}
@@ -13714,13 +13329,13 @@ Response
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
- "created_at": "abc123",
+ "created_at": "xyz789",
"created_by": "abc123",
- "description": "xyz789",
- "name": "xyz789",
+ "description": "abc123",
+ "name": "abc123",
"status": "ENABLED",
- "uid": 4,
- "updated_at": "abc123"
+ "uid": "4",
+ "updated_at": "xyz789"
}
}
}
@@ -13982,7 +13597,7 @@ Response
{
"data": {
"createVaultCardSetupToken": {
- "setup_token": "abc123"
+ "setup_token": "xyz789"
}
}
}
@@ -14146,7 +13761,7 @@ Variables
Response
- {"data": {"deleteCompanyRole": {"success": true}}}
+ {"data": {"deleteCompanyRole": {"success": false}}}
@@ -14217,7 +13832,7 @@ Query
Variables
- {"id": 4}
+ {"id": "4"}
@@ -14393,7 +14008,7 @@ Variables
Response
- {"data": {"deleteCompanyUserV2": {"success": false}}}
+ {"data": {"deleteCompanyUserV2": {"success": true}}}
@@ -14521,7 +14136,7 @@ Query
Response
- {"data": {"deleteCustomer": true}}
+ {"data": {"deleteCustomer": false}}
@@ -14589,7 +14204,7 @@ Query
Variables
- {"id": 123}
+ {"id": 987}
@@ -14598,7 +14213,7 @@ Variables
Response
- {"data": {"deleteCustomerAddress": false}}
+ {"data": {"deleteCustomerAddress": true}}
@@ -15025,7 +14640,7 @@ Query
Variables
- {"requisitionListUid": "4"}
+ {"requisitionListUid": 4}
@@ -15038,7 +14653,7 @@ Response
"data": {
"deleteRequisitionList": {
"requisition_lists": RequisitionLists,
- "status": false
+ "status": true
}
}
}
@@ -15125,10 +14740,7 @@ Query
Variables
- {
- "requisitionListUid": "4",
- "requisitionListItemUids": [4]
-}
+ {"requisitionListUid": 4, "requisitionListItemUids": [4]}
@@ -15228,7 +14840,7 @@ Response
{
"data": {
"deleteWishlist": {
- "status": true,
+ "status": false,
"wishlists": [Wishlist]
}
}
@@ -15421,9 +15033,9 @@ Response
"available": false,
"base_amount": Money,
"carrier_code": "xyz789",
- "carrier_title": "abc123",
+ "carrier_title": "xyz789",
"error_message": "xyz789",
- "method_code": "abc123",
+ "method_code": "xyz789",
"method_title": "abc123",
"price_excl_tax": Money,
"price_incl_tax": Money
@@ -15595,7 +15207,7 @@ Variables
{
"email": "abc123",
- "password": "abc123"
+ "password": "xyz789"
}
@@ -15608,7 +15220,7 @@ Response
{
"data": {
"generateCustomerToken": {
- "token": "xyz789"
+ "token": "abc123"
}
}
}
@@ -15693,7 +15305,7 @@ Response
{
"data": {
"generateCustomerTokenAsAdmin": {
- "customer_token": "xyz789"
+ "customer_token": "abc123"
}
}
}
@@ -15775,13 +15387,7 @@ Variables
Response
- {
- "data": {
- "generateNegotiableQuoteFromTemplate": {
- "negotiable_quote_uid": "4"
- }
- }
-}
+ {"data": {"generateNegotiableQuoteFromTemplate": {"negotiable_quote_uid": 4}}}
@@ -15999,7 +15605,7 @@ Variables
{
"source_cart_id": "xyz789",
- "destination_cart_id": "abc123"
+ "destination_cart_id": "xyz789"
}
@@ -16024,10 +15630,10 @@ Response
"billing_address": BillingCartAddress,
"email": "abc123",
"gift_message": GiftMessage,
- "gift_receipt_included": true,
+ "gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
- "id": "4",
- "is_virtual": false,
+ "id": 4,
+ "is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
@@ -16126,7 +15732,7 @@ Query
Variables
- {"cartUid": "4", "giftRegistryUid": 4}
+ {"cartUid": 4, "giftRegistryUid": 4}
@@ -16139,7 +15745,7 @@ Response
"data": {
"moveCartItemsToGiftRegistry": {
"gift_registry": GiftRegistry,
- "status": true,
+ "status": false,
"user_errors": [GiftRegistryItemsUserError]
}
}
@@ -16239,7 +15845,7 @@ Variables
{
- "sourceRequisitionListUid": "4",
+ "sourceRequisitionListUid": 4,
"destinationRequisitionListUid": 4,
"requisitionListItem": MoveItemsBetweenRequisitionListsInput
}
@@ -16444,8 +16050,8 @@ Variables
{
- "sourceWishlistUid": 4,
- "destinationWishlistUid": 4,
+ "sourceWishlistUid": "4",
+ "destinationWishlistUid": "4",
"wishlistItems": [WishlistItemMoveInput]
}
@@ -16585,8 +16191,8 @@ Response
"is_min_max_qty_used": true,
"is_virtual": false,
"items": [CartItemInterface],
- "max_order_commitment": 123,
- "min_order_commitment": 123,
+ "max_order_commitment": 987,
+ "min_order_commitment": 987,
"name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -16596,7 +16202,7 @@ Response
"shipping_addresses": [
NegotiableQuoteShippingAddress
],
- "status": "abc123",
+ "status": "xyz789",
"template_id": 4,
"total_quantity": 123.45
}
@@ -17039,7 +16645,7 @@ Response
"redeemGiftCardBalanceAsStoreCredit": {
"balance": Money,
"code": "xyz789",
- "expiration_date": "abc123"
+ "expiration_date": "xyz789"
}
}
}
@@ -17640,7 +17246,7 @@ Variables
{
- "giftRegistryUid": 4,
+ "giftRegistryUid": "4",
"registrantsUid": ["4"]
}
@@ -17943,11 +17549,11 @@ Response
"comments": [NegotiableQuoteComment],
"expiration_date": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
- "is_min_max_qty_used": false,
- "is_virtual": true,
+ "is_min_max_qty_used": true,
+ "is_virtual": false,
"items": [CartItemInterface],
- "max_order_commitment": 987,
- "min_order_commitment": 987,
+ "max_order_commitment": 123,
+ "min_order_commitment": 123,
"name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -17957,7 +17563,7 @@ Response
"shipping_addresses": [
NegotiableQuoteShippingAddress
],
- "status": "xyz789",
+ "status": "abc123",
"template_id": "4",
"total_quantity": 987.65
}
@@ -18052,7 +17658,7 @@ Response
"data": {
"removeProductsFromCompareList": {
"attributes": [ComparableAttribute],
- "item_count": 123,
+ "item_count": 987,
"items": [ComparableItem],
"uid": "4"
}
@@ -18144,7 +17750,7 @@ Query
Variables
- {"wishlistId": "4", "wishlistItemsIds": [4]}
+ {"wishlistId": 4, "wishlistItemsIds": ["4"]}
@@ -18959,10 +18565,10 @@ Response
"requestNegotiableQuoteTemplateFromQuote": {
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
- "expiration_date": "abc123",
+ "expiration_date": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
"is_min_max_qty_used": false,
- "is_virtual": true,
+ "is_virtual": false,
"items": [CartItemInterface],
"max_order_commitment": 123,
"min_order_commitment": 987,
@@ -18976,7 +18582,7 @@ Response
NegotiableQuoteShippingAddress
],
"status": "abc123",
- "template_id": "4",
+ "template_id": 4,
"total_quantity": 123.45
}
}
@@ -19216,7 +18822,7 @@ Query
Variables
- {"email": "abc123"}
+ {"email": "xyz789"}
@@ -19314,9 +18920,9 @@ Variables
{
- "email": "abc123",
+ "email": "xyz789",
"resetPasswordToken": "abc123",
- "newPassword": "abc123"
+ "newPassword": "xyz789"
}
@@ -20346,10 +19952,10 @@ Response
"expiration_date": "abc123",
"history": [NegotiableQuoteHistoryEntry],
"is_min_max_qty_used": false,
- "is_virtual": false,
+ "is_virtual": true,
"items": [CartItemInterface],
- "max_order_commitment": 987,
- "min_order_commitment": 123,
+ "max_order_commitment": 123,
+ "min_order_commitment": 987,
"name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -20360,8 +19966,8 @@ Response
NegotiableQuoteShippingAddress
],
"status": "xyz789",
- "template_id": 4,
- "total_quantity": 987.65
+ "template_id": "4",
+ "total_quantity": 123.45
}
}
}
@@ -20664,14 +20270,14 @@ Response
"setQuoteTemplateLineItemNote": {
"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": false,
"items": [CartItemInterface],
- "max_order_commitment": 987,
+ "max_order_commitment": 123,
"min_order_commitment": 123,
- "name": "xyz789",
+ "name": "abc123",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
"reference_document_links": [
@@ -20938,7 +20544,7 @@ Variables
{
- "giftRegistryUid": 4,
+ "giftRegistryUid": "4",
"sender": ShareGiftRegistrySenderInput,
"invitees": [ShareGiftRegistryInviteeInput]
}
@@ -20950,7 +20556,7 @@ Variables
Response
- {"data": {"shareGiftRegistry": {"is_shared": false}}}
+ {"data": {"shareGiftRegistry": {"is_shared": true}}}
@@ -21069,10 +20675,10 @@ Response
"expiration_date": "abc123",
"history": [NegotiableQuoteHistoryEntry],
"is_min_max_qty_used": true,
- "is_virtual": false,
+ "is_virtual": true,
"items": [CartItemInterface],
"max_order_commitment": 123,
- "min_order_commitment": 123,
+ "min_order_commitment": 987,
"name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
@@ -21083,7 +20689,7 @@ Response
NegotiableQuoteShippingAddress
],
"status": "abc123",
- "template_id": "4",
+ "template_id": 4,
"total_quantity": 987.65
}
}
@@ -21243,7 +20849,7 @@ Variables
Response
- {"data": {"syncPaymentOrder": true}}
+ {"data": {"syncPaymentOrder": false}}
@@ -21311,7 +20917,7 @@ Query
Variables
- {"sku": "abc123"}
+ {"sku": "xyz789"}
@@ -22013,7 +21619,7 @@ Query
Variables
- {"id": 987, "input": CustomerAddressInput}
+ {"id": 123, "input": CustomerAddressInput}
@@ -22025,28 +21631,28 @@ Response
{
"data": {
"updateCustomerAddress": {
- "city": "xyz789",
+ "city": "abc123",
"company": "abc123",
"country_code": "AF",
- "country_id": "abc123",
+ "country_id": "xyz789",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
"customer_id": 123,
"default_billing": false,
- "default_shipping": false,
+ "default_shipping": true,
"extension_attributes": [CustomerAddressAttribute],
"fax": "abc123",
"firstname": "xyz789",
- "id": 987,
- "lastname": "abc123",
- "middlename": "xyz789",
+ "id": 123,
+ "lastname": "xyz789",
+ "middlename": "abc123",
"postcode": "xyz789",
- "prefix": "abc123",
+ "prefix": "xyz789",
"region": CustomerAddressRegion,
"region_id": 987,
- "street": ["xyz789"],
+ "street": ["abc123"],
"suffix": "xyz789",
- "telephone": "xyz789",
+ "telephone": "abc123",
"vat_id": "xyz789"
}
}
@@ -22412,7 +22018,7 @@ Variables
{
- "giftRegistryUid": 4,
+ "giftRegistryUid": "4",
"items": [UpdateGiftRegistryItemInput]
}
@@ -22514,7 +22120,7 @@ Variables
{
- "giftRegistryUid": "4",
+ "giftRegistryUid": 4,
"registrants": [UpdateGiftRegistryRegistrantInput]
}
@@ -22912,12 +22518,12 @@ Response
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
- "created_at": "abc123",
- "created_by": "abc123",
- "description": "abc123",
- "name": "abc123",
+ "created_at": "xyz789",
+ "created_by": "xyz789",
+ "description": "xyz789",
+ "name": "xyz789",
"status": "ENABLED",
- "uid": 4,
+ "uid": "4",
"updated_at": "xyz789"
}
}
@@ -23007,7 +22613,7 @@ Variables
{
- "requisitionListUid": "4",
+ "requisitionListUid": 4,
"input": UpdateRequisitionListInput
}
@@ -23222,7 +22828,7 @@ Variables
{
"wishlistId": "4",
- "name": "xyz789",
+ "name": "abc123",
"visibility": "PUBLIC"
}
@@ -23376,7 +22982,7 @@ Fields
Example
- {"template_id": 4}
+ {"template_id": "4"}
@@ -23526,7 +23132,7 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"cart_items": [ConfigurableProductCartItemInput]
}
@@ -23733,8 +23339,8 @@ Example
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
- "email": "abc123",
- "firstname": "abc123",
+ "email": "xyz789",
+ "firstname": "xyz789",
"lastname": "xyz789"
}
@@ -23883,7 +23489,10 @@ Fields
Example
- {"products": ["4"], "uid": 4}
+ {
+ "products": ["4"],
+ "uid": "4"
+}
@@ -24031,7 +23640,7 @@ Example
{
- "comment": "abc123",
+ "comment": "xyz789",
"purchase_order_uid": "4"
}
@@ -24135,7 +23744,7 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"purchase_order_uid": "4",
"replace_existing_cart_items": false
}
@@ -24312,7 +23921,7 @@ Example
AddRequisitionListItemToCartUserError
],
"cart": Cart,
- "status": false
+ "status": true
}
@@ -24467,7 +24076,7 @@ Example
{
"carrier_uid": 4,
- "return_uid": "4",
+ "return_uid": 4,
"tracking_number": "abc123"
}
@@ -24842,7 +24451,7 @@ Example
{
- "attribute_code": "abc123",
+ "attribute_code": "xyz789",
"count": 123,
"label": "abc123",
"options": [AggregationOption],
@@ -24978,8 +24587,8 @@ Example
{
"count": 987,
- "label": "xyz789",
- "value": "abc123"
+ "label": "abc123",
+ "value": "xyz789"
}
@@ -25214,7 +24823,7 @@ Example
{
"payment_source": "xyz789",
"payments_order_id": "abc123",
- "paypal_order_id": "abc123"
+ "paypal_order_id": "xyz789"
}
@@ -25322,7 +24931,7 @@ Example
"applied_balance": Money,
"code": "abc123",
"current_balance": Money,
- "expiration_date": "abc123"
+ "expiration_date": "xyz789"
}
@@ -25742,7 +25351,7 @@ Example
{
"applied_balance": Money,
- "code": "abc123"
+ "code": "xyz789"
}
@@ -25927,7 +25536,7 @@ Fields
Example
- {"radius": 123, "search_term": "xyz789"}
+ {"radius": 123, "search_term": "abc123"}
@@ -26046,10 +25655,10 @@ Example
{
- "attribute_code": "abc123",
+ "attribute_code": "xyz789",
"attribute_options": [AttributeOption],
"attribute_type": "abc123",
- "entity_type": "xyz789",
+ "entity_type": "abc123",
"input_type": "abc123",
"storefront_properties": StorefrontProperties
}
@@ -26239,16 +25848,16 @@ Example
{
"is_comparable": true,
- "is_filterable": true,
- "is_filterable_in_search": false,
- "is_html_allowed_on_front": false,
+ "is_filterable": false,
+ "is_filterable_in_search": true,
+ "is_html_allowed_on_front": true,
"is_searchable": true,
- "is_used_for_customer_segment": false,
+ "is_used_for_customer_segment": true,
"is_used_for_price_rules": false,
"is_used_for_promo_rules": true,
"is_visible_in_advanced_search": true,
"is_visible_on_front": true,
- "is_wysiwyg_enabled": true,
+ "is_wysiwyg_enabled": false,
"used_in_product_listing": false
}
@@ -26586,13 +26195,13 @@ Example
{
"code": 4,
- "default_value": "abc123",
+ "default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"is_required": false,
- "is_unique": false,
- "label": "abc123",
+ "is_unique": true,
+ "label": "xyz789",
"options": [CustomAttributeOptionInterface]
}
@@ -26644,7 +26253,7 @@ Example
{
- "message": "xyz789",
+ "message": "abc123",
"type": "ENTITY_NOT_FOUND"
}
@@ -26760,7 +26369,7 @@ Example
{
"label": "xyz789",
- "value": "abc123"
+ "value": "xyz789"
}
@@ -26818,7 +26427,7 @@ Example
{
"is_default": false,
"label": "abc123",
- "value": "abc123"
+ "value": "xyz789"
}
@@ -26979,7 +26588,7 @@ Example
{
- "code": "4",
+ "code": 4,
"selected_options": [AttributeSelectedOptionInterface]
}
@@ -27089,7 +26698,7 @@ Example
{
"attribute_code": "xyz789",
"selected_options": [AttributeInputSelectedOption],
- "value": "xyz789"
+ "value": "abc123"
}
@@ -27152,7 +26761,7 @@ Possible Types
Example
- {"code": 4}
+ {"code": "4"}
@@ -27305,7 +26914,7 @@ Fields
Example
- {"code": "AFN", "symbol": "abc123"}
+ {"code": "AFN", "symbol": "xyz789"}
@@ -27360,8 +26969,8 @@ Example
{
- "code": "xyz789",
- "is_deferred": false,
+ "code": "abc123",
+ "is_deferred": true,
"title": "abc123"
}
@@ -27456,13 +27065,13 @@ Example
{
"amount": Money,
- "available": true,
+ "available": false,
"base_amount": Money,
- "carrier_code": "xyz789",
+ "carrier_code": "abc123",
"carrier_title": "abc123",
- "error_message": "abc123",
- "method_code": "xyz789",
- "method_title": "abc123",
+ "error_message": "xyz789",
+ "method_code": "abc123",
+ "method_title": "xyz789",
"price_excl_tax": Money,
"price_incl_tax": Money
}
@@ -27586,7 +27195,7 @@ Example
{
"address": CartAddressInput,
- "customer_address_id": 123,
+ "customer_address_id": 987,
"same_as_shipping": true,
"use_for_shipping": false
}
@@ -27665,11 +27274,11 @@ Example
{
- "address_line_1": "xyz789",
- "address_line_2": "xyz789",
+ "address_line_1": "abc123",
+ "address_line_2": "abc123",
"city": "xyz789",
"country_code": "xyz789",
- "postal_code": "xyz789",
+ "postal_code": "abc123",
"region": "xyz789"
}
@@ -27804,10 +27413,10 @@ Example
{
"city": "abc123",
- "company": "abc123",
+ "company": "xyz789",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
- "customer_notes": "xyz789",
+ "customer_notes": "abc123",
"fax": "xyz789",
"firstname": "xyz789",
"id": 987,
@@ -27816,11 +27425,11 @@ Example
"postcode": "abc123",
"prefix": "xyz789",
"region": CartAddressRegion,
- "street": ["abc123"],
- "suffix": "abc123",
- "telephone": "abc123",
- "uid": "abc123",
- "vat_id": "xyz789"
+ "street": ["xyz789"],
+ "suffix": "xyz789",
+ "telephone": "xyz789",
+ "uid": "xyz789",
+ "vat_id": "abc123"
}
@@ -27897,8 +27506,8 @@ Example
{
- "device_data": "abc123",
- "public_hash": "xyz789"
+ "device_data": "xyz789",
+ "public_hash": "abc123"
}
@@ -27953,7 +27562,7 @@ Example
{
- "device_data": "abc123",
+ "device_data": "xyz789",
"is_active_payment_token_enabler": true,
"payment_method_nonce": "abc123"
}
@@ -28007,7 +27616,7 @@ Example
{
"device_data": "xyz789",
- "public_hash": "abc123"
+ "public_hash": "xyz789"
}
@@ -28079,12 +27688,12 @@ Example
{
- "category_id": 123,
+ "category_id": 987,
"category_level": 987,
- "category_name": "xyz789",
- "category_uid": 4,
- "category_url_key": "abc123",
- "category_url_path": "xyz789"
+ "category_name": "abc123",
+ "category_uid": "4",
+ "category_url_key": "xyz789",
+ "category_url_path": "abc123"
}
@@ -28224,17 +27833,17 @@ Example
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": "abc123",
- "is_available": true,
+ "id": "xyz789",
+ "is_available": false,
"max_qty": 987.65,
- "min_qty": 123.45,
- "not_available_message": "abc123",
+ "min_qty": 987.65,
+ "not_available_message": "xyz789",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
- "quantity": 987.65,
- "uid": "4"
+ "quantity": 123.45,
+ "uid": 4
}
@@ -28319,7 +27928,7 @@ Example
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"quantity_refunded": 987.65
@@ -28407,10 +28016,10 @@ Example
"discounts": [Discount],
"id": "4",
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "xyz789",
- "quantity_invoiced": 123.45
+ "product_sku": "abc123",
+ "quantity_invoiced": 987.65
}
@@ -28499,13 +28108,13 @@ Example
{
"option_id": 987,
"options": [BundleItemOption],
- "position": 987,
+ "position": 123,
"price_range": PriceRange,
"required": false,
"sku": "xyz789",
- "title": "xyz789",
+ "title": "abc123",
"type": "abc123",
- "uid": "4"
+ "uid": 4
}
@@ -28603,17 +28212,17 @@ Example
{
- "can_change_quantity": false,
- "id": 987,
+ "can_change_quantity": true,
+ "id": 123,
"is_default": false,
"label": "xyz789",
"position": 987,
- "price": 987.65,
+ "price": 123.45,
"price_type": "FIXED",
"product": ProductInterface,
- "qty": 123.45,
- "quantity": 123.45,
- "uid": "4"
+ "qty": 987.65,
+ "quantity": 987.65,
+ "uid": 4
}
@@ -28672,7 +28281,7 @@ Example
{
- "id": 123,
+ "id": 987,
"quantity": 987.65,
"value": ["abc123"]
}
@@ -28841,24 +28450,24 @@ Example
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": 4,
- "parent_sku": "xyz789",
+ "id": "4",
+ "parent_sku": "abc123",
"prices": OrderItemPrices,
"product": ProductInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "abc123",
"product_type": "abc123",
- "product_url_key": "xyz789",
- "quantity_canceled": 123.45,
- "quantity_invoiced": 987.65,
+ "product_url_key": "abc123",
+ "quantity_canceled": 987.65,
+ "quantity_invoiced": 123.45,
"quantity_ordered": 123.45,
"quantity_refunded": 987.65,
"quantity_return_requested": 987.65,
- "quantity_returned": 123.45,
- "quantity_shipped": 987.65,
+ "quantity_returned": 987.65,
+ "quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
- "status": "xyz789"
+ "status": "abc123"
}
@@ -29449,98 +29058,98 @@ Example
{
- "activity": "xyz789",
+ "activity": "abc123",
"attribute_set_id": 123,
- "canonical_url": "abc123",
+ "canonical_url": "xyz789",
"categories": [CategoryInterface],
- "category_gear": "xyz789",
- "climate": "xyz789",
- "collar": "xyz789",
- "color": 123,
+ "category_gear": "abc123",
+ "climate": "abc123",
+ "collar": "abc123",
+ "color": 987,
"country_of_manufacture": "abc123",
- "created_at": "abc123",
+ "created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
- "dynamic_price": false,
- "dynamic_sku": false,
+ "dynamic_price": true,
+ "dynamic_sku": true,
"dynamic_weight": true,
"eco_collection": 987,
- "erin_recommends": 987,
+ "erin_recommends": 123,
"features_bags": "xyz789",
"format": 123,
"gender": "xyz789",
- "gift_message_available": false,
+ "gift_message_available": true,
"gift_wrapping_available": false,
"gift_wrapping_price": Money,
- "id": 123,
+ "id": 987,
"image": ProductImage,
"is_returnable": "abc123",
"items": [BundleItem],
- "manufacturer": 987,
+ "manufacturer": 123,
"material": "xyz789",
- "max_sale_qty": 123.45,
+ "max_sale_qty": 987.65,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
- "meta_description": "abc123",
+ "meta_description": "xyz789",
"meta_keyword": "xyz789",
"meta_title": "abc123",
- "min_sale_qty": 987.65,
+ "min_sale_qty": 123.45,
"name": "xyz789",
- "new": 987,
- "new_from_date": "xyz789",
+ "new": 123,
+ "new_from_date": "abc123",
"new_to_date": "xyz789",
- "only_x_left_in_stock": 123.45,
+ "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": 987,
+ "purpose": 123,
"quantity": 987.65,
"rating_summary": 123.45,
- "redirect_code": 987,
+ "redirect_code": 123,
"related_products": [ProductInterface],
- "relative_url": "abc123",
- "review_count": 987,
+ "relative_url": "xyz789",
+ "review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 123,
+ "sale": 987,
"ship_bundle_items": "TOGETHER",
"short_description": ComplexTextValue,
"size": 123,
"sku": "abc123",
- "sleeve": "xyz789",
+ "sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "abc123",
"special_price": 123.45,
"special_to_date": "abc123",
- "staged": true,
+ "staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "abc123",
- "style_bags": "abc123",
- "style_bottom": "abc123",
- "style_general": "abc123",
+ "style_bags": "xyz789",
+ "style_bottom": "xyz789",
+ "style_general": "xyz789",
"swatch_image": "xyz789",
"thumbnail": ProductImage,
- "tier_price": 123.45,
+ "tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
- "type_id": "xyz789",
+ "type_id": "abc123",
"uid": 4,
- "updated_at": "xyz789",
+ "updated_at": "abc123",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
- "url_path": "xyz789",
+ "url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"websites": [Website],
- "weight": 123.45
+ "weight": 987.65
}
@@ -29670,7 +29279,7 @@ Example
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
- "quantity": 123.45,
+ "quantity": 987.65,
"uid": "4"
}
@@ -29748,7 +29357,7 @@ Example
{
"bundle_options": [ItemSelectedBundleOption],
- "id": 4,
+ "id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
@@ -29832,10 +29441,10 @@ Example
"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
}
@@ -29909,8 +29518,8 @@ Example
{
"color": "xyz789",
"height": 987,
- "label": "xyz789",
- "layout": "abc123",
+ "label": "abc123",
+ "layout": "xyz789",
"shape": "xyz789",
"tagline": true,
"use_default_height": false
@@ -29967,7 +29576,7 @@ Example
{
"cancellation_comment": "abc123",
- "template_id": 4
+ "template_id": "4"
}
@@ -30015,7 +29624,7 @@ Example
{
"code": "ORDER_CANCELLATION_DISABLED",
- "message": "abc123"
+ "message": "xyz789"
}
@@ -30144,7 +29753,10 @@ Fields
Example
- {"order_id": 4, "reason": "xyz789"}
+ {
+ "order_id": "4",
+ "reason": "xyz789"
+}
@@ -30200,7 +29812,7 @@ Example
{
- "error": "abc123",
+ "error": "xyz789",
"errorV2": CancelOrderError,
"order": CustomerOrder
}
@@ -30309,7 +29921,7 @@ Example
"card_expiry_month": "abc123",
"card_expiry_year": "xyz789",
"last_digits": "xyz789",
- "name": "abc123"
+ "name": "xyz789"
}
@@ -30403,7 +30015,7 @@ Example
{
"billing_address": BillingAddressPaymentSourceInput,
- "name": "xyz789"
+ "name": "abc123"
}
@@ -30460,7 +30072,7 @@ Example
{
"brand": "abc123",
- "expiry": "xyz789",
+ "expiry": "abc123",
"last_digits": "xyz789"
}
@@ -30645,20 +30257,20 @@ Example
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [AvailablePaymentMethod],
"billing_address": BillingCartAddress,
- "email": "abc123",
+ "email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
- "id": "4",
- "is_virtual": false,
+ "id": 4,
+ "is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
- "printed_card_included": false,
+ "printed_card_included": true,
"rules": [CartRule],
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
- "total_quantity": 987.65
+ "total_quantity": 123.45
}
@@ -30709,7 +30321,7 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"label": "abc123"
}
@@ -30853,15 +30465,15 @@ Example
{
- "city": "abc123",
+ "city": "xyz789",
"company": "abc123",
"country_code": "xyz789",
"custom_attributes": [AttributeValueInput],
- "fax": "xyz789",
+ "fax": "abc123",
"firstname": "xyz789",
"lastname": "abc123",
"middlename": "abc123",
- "postcode": "xyz789",
+ "postcode": "abc123",
"prefix": "xyz789",
"region": "xyz789",
"region_id": 123,
@@ -30869,7 +30481,7 @@ Example
"street": ["abc123"],
"suffix": "abc123",
"telephone": "xyz789",
- "vat_id": "abc123"
+ "vat_id": "xyz789"
}
@@ -31018,15 +30630,15 @@ Example
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
"fax": "abc123",
- "firstname": "abc123",
- "id": 987,
+ "firstname": "xyz789",
+ "id": 123,
"lastname": "xyz789",
"middlename": "xyz789",
- "postcode": "abc123",
- "prefix": "xyz789",
+ "postcode": "xyz789",
+ "prefix": "abc123",
"region": CartAddressRegion,
"street": ["xyz789"],
- "suffix": "xyz789",
+ "suffix": "abc123",
"telephone": "xyz789",
"uid": "abc123",
"vat_id": "xyz789"
@@ -31085,7 +30697,7 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"label": "xyz789",
"region_id": 987
}
@@ -31361,9 +30973,9 @@ Example
{
"entered_options": [EnteredOptionInput],
- "parent_sku": "xyz789",
- "quantity": 987.65,
- "selected_options": [4],
+ "parent_sku": "abc123",
+ "quantity": 123.45,
+ "selected_options": ["4"],
"sku": "xyz789"
}
@@ -31516,11 +31128,11 @@ Example
{
"discount": [Discount],
"errors": [CartItemError],
- "id": "xyz789",
- "is_available": true,
- "max_qty": 987.65,
+ "id": "abc123",
+ "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,
@@ -31686,7 +31298,7 @@ Fields
Example
- {"cart_item_id": 987, "quantity": 987.65}
+ {"cart_item_id": 123, "quantity": 123.45}
@@ -31742,8 +31354,8 @@ Example
{
"type": "FIXED",
- "units": "abc123",
- "value": 987.65
+ "units": "xyz789",
+ "value": 123.45
}
@@ -32016,7 +31628,7 @@ Fields
Example
- {"name": "xyz789"}
+ {"name": "abc123"}
@@ -32115,7 +31727,7 @@ Example
{
"code": "PRODUCT_NOT_FOUND",
- "message": "xyz789"
+ "message": "abc123"
}
@@ -32455,21 +32067,21 @@ Example
"code": "4",
"default_value": "abc123",
"entity_type": "CATALOG_PRODUCT",
- "frontend_class": "xyz789",
+ "frontend_class": "abc123",
"frontend_input": "BOOLEAN",
- "is_comparable": true,
+ "is_comparable": false,
"is_filterable": false,
"is_filterable_in_search": true,
- "is_html_allowed_on_front": true,
- "is_required": false,
- "is_searchable": true,
- "is_unique": false,
- "is_used_for_price_rules": false,
+ "is_html_allowed_on_front": false,
+ "is_required": true,
+ "is_searchable": false,
+ "is_unique": true,
+ "is_used_for_price_rules": true,
"is_used_for_promo_rules": true,
"is_visible_in_advanced_search": false,
"is_visible_on_front": false,
"is_wysiwyg_enabled": true,
- "label": "xyz789",
+ "label": "abc123",
"options": [CustomAttributeOptionInterface],
"swatch_input_type": "BOOLEAN",
"update_product_preview_image": true,
@@ -32515,7 +32127,7 @@ Fields
Example
- {"name": "xyz789"}
+ {"name": "abc123"}
@@ -32866,38 +32478,38 @@ Example
{
- "automatic_sorting": "xyz789",
+ "automatic_sorting": "abc123",
"available_sort_by": ["abc123"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "abc123",
- "children_count": "abc123",
+ "children_count": "xyz789",
"cms_block": CmsBlock,
- "created_at": "abc123",
- "custom_layout_update_file": "abc123",
+ "created_at": "xyz789",
+ "custom_layout_update_file": "xyz789",
"default_sort_by": "xyz789",
"description": "xyz789",
"display_mode": "xyz789",
- "filter_price_range": 123.45,
- "id": 987,
- "image": "xyz789",
- "include_in_menu": 123,
+ "filter_price_range": 987.65,
+ "id": 123,
+ "image": "abc123",
+ "include_in_menu": 987,
"is_anchor": 123,
"landing_page": 987,
- "level": 987,
+ "level": 123,
"meta_description": "xyz789",
- "meta_keywords": "xyz789",
+ "meta_keywords": "abc123",
"meta_title": "abc123",
- "name": "xyz789",
- "path": "xyz789",
- "path_in_store": "abc123",
- "position": 123,
+ "name": "abc123",
+ "path": "abc123",
+ "path_in_store": "xyz789",
+ "position": 987,
"product_count": 123,
"products": CategoryProducts,
- "staged": true,
+ "staged": false,
"uid": "4",
- "updated_at": "xyz789",
+ "updated_at": "abc123",
"url_key": "abc123",
- "url_path": "abc123",
+ "url_path": "xyz789",
"url_suffix": "abc123"
}
@@ -32956,7 +32568,7 @@ Example
{
"items": [ProductInterface],
"page_info": SearchResultPageInfo,
- "total_count": 987
+ "total_count": 123
}
@@ -33280,42 +32892,42 @@ Example
{
- "automatic_sorting": "abc123",
- "available_sort_by": ["abc123"],
+ "automatic_sorting": "xyz789",
+ "available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "abc123",
"children": [CategoryTree],
"children_count": "xyz789",
"cms_block": CmsBlock,
"created_at": "abc123",
- "custom_layout_update_file": "abc123",
- "default_sort_by": "xyz789",
+ "custom_layout_update_file": "xyz789",
+ "default_sort_by": "abc123",
"description": "xyz789",
"display_mode": "abc123",
"filter_price_range": 987.65,
"id": 123,
- "image": "abc123",
- "include_in_menu": 987,
+ "image": "xyz789",
+ "include_in_menu": 123,
"is_anchor": 123,
- "landing_page": 987,
+ "landing_page": 123,
"level": 123,
"meta_description": "xyz789",
"meta_keywords": "xyz789",
- "meta_title": "abc123",
- "name": "xyz789",
+ "meta_title": "xyz789",
+ "name": "abc123",
"path": "abc123",
"path_in_store": "abc123",
- "position": 987,
+ "position": 123,
"product_count": 987,
"products": CategoryProducts,
"redirect_code": 123,
"relative_url": "abc123",
- "staged": false,
+ "staged": true,
"type": "CMS_PAGE",
- "uid": "4",
- "updated_at": "xyz789",
+ "uid": 4,
+ "updated_at": "abc123",
"url_key": "xyz789",
- "url_path": "xyz789",
+ "url_path": "abc123",
"url_suffix": "abc123"
}
@@ -33393,10 +33005,10 @@ Example
{
"agreement_id": 123,
- "checkbox_text": "xyz789",
+ "checkbox_text": "abc123",
"content": "abc123",
"content_height": "xyz789",
- "is_html": false,
+ "is_html": true,
"mode": "AUTO",
"name": "xyz789"
}
@@ -33506,8 +33118,8 @@ Example
{
"code": "REORDER_NOT_AVAILABLE",
- "message": "abc123",
- "path": ["xyz789"]
+ "message": "xyz789",
+ "path": ["abc123"]
}
@@ -33627,7 +33239,7 @@ Fields
Example
- {"message": "xyz789", "type": "NOT_FOUND"}
+ {"message": "abc123", "type": "NOT_FOUND"}
@@ -33735,7 +33347,7 @@ Fields
Example
- {"uid": "4"}
+ {"uid": 4}
@@ -33836,7 +33448,7 @@ Fields
Example
- {"cart": Cart, "status": true}
+ {"cart": Cart, "status": false}
@@ -34177,9 +33789,9 @@ Example
{
- "content": "xyz789",
- "identifier": "abc123",
- "title": "xyz789"
+ "content": "abc123",
+ "identifier": "xyz789",
+ "title": "abc123"
}
@@ -34324,15 +33936,15 @@ Example
{
- "content": "xyz789",
- "content_heading": "xyz789",
+ "content": "abc123",
+ "content_heading": "abc123",
"identifier": "abc123",
"meta_description": "xyz789",
- "meta_keywords": "abc123",
- "meta_title": "abc123",
- "page_layout": "xyz789",
- "redirect_code": 123,
- "relative_url": "abc123",
+ "meta_keywords": "xyz789",
+ "meta_title": "xyz789",
+ "page_layout": "abc123",
+ "redirect_code": 987,
+ "relative_url": "xyz789",
"title": "xyz789",
"type": "CMS_PAGE",
"url_key": "abc123"
@@ -34376,7 +33988,7 @@ Fields
Example
- {"value": "abc123"}
+ {"value": "xyz789"}
@@ -34733,12 +34345,12 @@ Example
"company_admin": Customer,
"credit": CompanyCredit,
"credit_history": CompanyCreditHistory,
- "email": "abc123",
- "id": 4,
+ "email": "xyz789",
+ "id": "4",
"legal_address": CompanyLegalAddress,
"legal_name": "abc123",
"name": "abc123",
- "payment_methods": ["abc123"],
+ "payment_methods": ["xyz789"],
"reseller_id": "xyz789",
"role": CompanyRole,
"roles": CompanyRoles,
@@ -34747,7 +34359,7 @@ Example
"team": CompanyTeam,
"user": Customer,
"users": CompanyUsers,
- "vat_tax_id": "abc123"
+ "vat_tax_id": "xyz789"
}
@@ -34810,8 +34422,8 @@ Example
{
"children": [CompanyAclResource],
"id": "4",
- "sort_order": 987,
- "text": "abc123"
+ "sort_order": 123,
+ "text": "xyz789"
}
@@ -34895,11 +34507,11 @@ Example
{
"custom_attributes": [AttributeValueInput],
- "email": "abc123",
+ "email": "xyz789",
"firstname": "abc123",
- "gender": 987,
- "job_title": "abc123",
- "lastname": "xyz789",
+ "gender": 123,
+ "job_title": "xyz789",
+ "lastname": "abc123",
"telephone": "abc123"
}
@@ -34958,7 +34570,7 @@ Example
{
"id": "4",
"legal_name": "xyz789",
- "name": "xyz789"
+ "name": "abc123"
}
@@ -35043,7 +34655,7 @@ Example
{
"company_admin": CompanyAdminInput,
"company_email": "abc123",
- "company_name": "abc123",
+ "company_name": "xyz789",
"legal_address": CompanyLegalAddressCreateInput,
"legal_name": "xyz789",
"reseller_id": "abc123",
@@ -35298,7 +34910,7 @@ Example
"amount": Money,
"balance": CompanyCredit,
"custom_reference_number": "abc123",
- "date": "abc123",
+ "date": "xyz789",
"type": "ALLOCATION",
"updated_by": CompanyCreditOperationUser
}
@@ -35534,7 +35146,7 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"role_id": 4,
"user": CompanyInvitationUserInput
}
@@ -35726,12 +35338,12 @@ Example
{
- "city": "abc123",
+ "city": "xyz789",
"country_code": "AF",
- "postcode": "abc123",
+ "postcode": "xyz789",
"region": CustomerAddressRegion,
- "street": ["xyz789"],
- "telephone": "abc123"
+ "street": ["abc123"],
+ "telephone": "xyz789"
}
@@ -35812,8 +35424,8 @@ Example
"country_id": "AF",
"postcode": "xyz789",
"region": CustomerAddressRegionInput,
- "street": ["xyz789"],
- "telephone": "xyz789"
+ "street": ["abc123"],
+ "telephone": "abc123"
}
@@ -35890,12 +35502,12 @@ Example
{
- "city": "abc123",
+ "city": "xyz789",
"country_id": "AF",
"postcode": "xyz789",
"region": CustomerAddressRegionInput,
- "street": ["xyz789"],
- "telephone": "xyz789"
+ "street": ["abc123"],
+ "telephone": "abc123"
}
@@ -35957,9 +35569,9 @@ Example
{
"id": "4",
- "name": "xyz789",
+ "name": "abc123",
"permissions": [CompanyAclResource],
- "users_count": 987
+ "users_count": 123
}
@@ -36072,7 +35684,7 @@ Example
{
- "id": "4",
+ "id": 4,
"name": "abc123",
"permissions": ["abc123"]
}
@@ -36189,7 +35801,7 @@ Example
{
"email": "abc123",
- "firstname": "xyz789",
+ "firstname": "abc123",
"lastname": "xyz789"
}
@@ -36333,7 +35945,11 @@ Fields
Example
- {"entity": CompanyTeam, "id": 4, "parent_id": 4}
+ {
+ "entity": CompanyTeam,
+ "id": 4,
+ "parent_id": "4"
+}
@@ -36384,7 +36000,7 @@ Fields
Example
- {"parent_tree_id": 4, "tree_id": 4}
+ {"parent_tree_id": "4", "tree_id": 4}
@@ -36444,9 +36060,9 @@ Example
{
- "description": "xyz789",
+ "description": "abc123",
"id": "4",
- "name": "abc123",
+ "name": "xyz789",
"structure_id": 4
}
@@ -36506,8 +36122,8 @@ Example
{
- "description": "xyz789",
- "name": "xyz789",
+ "description": "abc123",
+ "name": "abc123",
"target_id": "4"
}
@@ -36567,9 +36183,9 @@ Example
{
- "description": "xyz789",
+ "description": "abc123",
"id": "4",
- "name": "xyz789"
+ "name": "abc123"
}
@@ -36646,12 +36262,12 @@ Example
{
- "company_email": "xyz789",
+ "company_email": "abc123",
"company_name": "abc123",
"legal_address": CompanyLegalAddressUpdateInput,
"legal_name": "abc123",
- "reseller_id": "xyz789",
- "vat_tax_id": "abc123"
+ "reseller_id": "abc123",
+ "vat_tax_id": "xyz789"
}
@@ -36740,14 +36356,14 @@ Example
{
- "email": "abc123",
+ "email": "xyz789",
"firstname": "abc123",
"job_title": "xyz789",
- "lastname": "abc123",
+ "lastname": "xyz789",
"role_id": "4",
"status": "ACTIVE",
"target_id": "4",
- "telephone": "abc123"
+ "telephone": "xyz789"
}
@@ -36887,14 +36503,14 @@ Example
{
- "email": "abc123",
+ "email": "xyz789",
"firstname": "abc123",
- "id": 4,
- "job_title": "xyz789",
- "lastname": "abc123",
+ "id": "4",
+ "job_title": "abc123",
+ "lastname": "xyz789",
"role_id": "4",
"status": "ACTIVE",
- "telephone": "abc123"
+ "telephone": "xyz789"
}
@@ -36952,7 +36568,7 @@ Example
{
"items": [Customer],
"page_info": SearchResultPageInfo,
- "total_count": 123
+ "total_count": 987
}
@@ -37048,7 +36664,7 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"label": "abc123"
}
@@ -37169,9 +36785,9 @@ Example
{
"attributes": [ComparableAttribute],
- "item_count": 987,
+ "item_count": 123,
"items": [ComparableItem],
- "uid": "4"
+ "uid": 4
}
@@ -37212,7 +36828,7 @@ Fields
Example
- {"html": "abc123"}
+ {"html": "xyz789"}
@@ -37272,10 +36888,10 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"label": "xyz789",
"uid": 4,
- "value_index": 123
+ "value_index": 987
}
@@ -37422,10 +37038,10 @@ Example
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "xyz789",
- "is_available": true,
+ "is_available": false,
"max_qty": 987.65,
- "min_qty": 123.45,
- "not_available_message": "xyz789",
+ "min_qty": 987.65,
+ "not_available_message": "abc123",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
@@ -37482,7 +37098,7 @@ Example
{
- "attribute_code": "xyz789",
+ "attribute_code": "abc123",
"option_value_uids": [4]
}
@@ -37636,28 +37252,28 @@ Example
{
"discounts": [Discount],
- "eligible_for_return": true,
+ "eligible_for_return": false,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": 4,
+ "id": "4",
"parent_sku": "xyz789",
"prices": OrderItemPrices,
"product": ProductInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "abc123",
- "product_type": "abc123",
- "product_url_key": "xyz789",
- "quantity_canceled": 123.45,
+ "product_sku": "xyz789",
+ "product_type": "xyz789",
+ "product_url_key": "abc123",
+ "quantity_canceled": 987.65,
"quantity_invoiced": 987.65,
"quantity_ordered": 123.45,
"quantity_refunded": 987.65,
- "quantity_return_requested": 123.45,
+ "quantity_return_requested": 987.65,
"quantity_returned": 987.65,
- "quantity_shipped": 987.65,
+ "quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
- "status": "xyz789"
+ "status": "abc123"
}
@@ -38245,44 +37861,44 @@ Example
"attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
- "category_gear": "abc123",
- "climate": "xyz789",
- "collar": "abc123",
+ "category_gear": "xyz789",
+ "climate": "abc123",
+ "collar": "xyz789",
"color": 987,
"configurable_options": [ConfigurableProductOptions],
"configurable_product_options_selection": ConfigurableProductOptionsSelection,
- "country_of_manufacture": "xyz789",
+ "country_of_manufacture": "abc123",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 987,
"erin_recommends": 123,
- "features_bags": "xyz789",
+ "features_bags": "abc123",
"format": 123,
"gender": "abc123",
- "gift_message_available": false,
- "gift_wrapping_available": true,
+ "gift_message_available": true,
+ "gift_wrapping_available": false,
"gift_wrapping_price": Money,
"id": 987,
"image": ProductImage,
"is_returnable": "xyz789",
- "manufacturer": 123,
- "material": "xyz789",
- "max_sale_qty": 987.65,
+ "manufacturer": 987,
+ "material": "abc123",
+ "max_sale_qty": 123.45,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "abc123",
- "meta_keyword": "xyz789",
- "meta_title": "xyz789",
+ "meta_keyword": "abc123",
+ "meta_title": "abc123",
"min_sale_qty": 123.45,
- "name": "xyz789",
+ "name": "abc123",
"new": 123,
- "new_from_date": "xyz789",
+ "new_from_date": "abc123",
"new_to_date": "xyz789",
"only_x_left_in_stock": 123.45,
"options": [CustomizableOptionInterface],
- "options_container": "abc123",
+ "options_container": "xyz789",
"pattern": "abc123",
"performance_fabric": 123,
"price": ProductPrices,
@@ -38290,45 +37906,45 @@ Example
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 987,
- "quantity": 987.65,
- "rating_summary": 123.45,
+ "quantity": 123.45,
+ "rating_summary": 987.65,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "xyz789",
- "review_count": 123,
+ "review_count": 987,
"reviews": ProductReviews,
"rules": [CatalogRule],
"sale": 987,
"short_description": ComplexTextValue,
"size": 987,
"sku": "xyz789",
- "sleeve": "xyz789",
+ "sleeve": "abc123",
"small_image": ProductImage,
"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_bottom": "xyz789",
- "style_general": "xyz789",
- "swatch_image": "abc123",
+ "strap_bags": "abc123",
+ "style_bags": "abc123",
+ "style_bottom": "abc123",
+ "style_general": "abc123",
+ "swatch_image": "xyz789",
"thumbnail": ProductImage,
- "tier_price": 123.45,
+ "tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
- "type_id": "xyz789",
+ "type_id": "abc123",
"uid": "4",
- "updated_at": "abc123",
+ "updated_at": "xyz789",
"upsell_products": [ProductInterface],
- "url_key": "abc123",
+ "url_key": "xyz789",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
- "url_suffix": "xyz789",
+ "url_suffix": "abc123",
"variants": [ConfigurableVariant],
"websites": [Website],
- "weight": 987.65
+ "weight": 123.45
}
@@ -38392,8 +38008,8 @@ Example
{
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput,
- "parent_sku": "xyz789",
- "variant_sku": "abc123"
+ "parent_sku": "abc123",
+ "variant_sku": "xyz789"
}
@@ -38454,7 +38070,7 @@ Example
{
- "attribute_code": "xyz789",
+ "attribute_code": "abc123",
"label": "xyz789",
"uid": 4,
"values": [ConfigurableProductOptionValue]
@@ -38523,11 +38139,11 @@ Example
{
- "is_available": false,
+ "is_available": true,
"is_use_default": true,
"label": "xyz789",
"swatch": SwatchDataInterface,
- "uid": "4"
+ "uid": 4
}
@@ -38628,15 +38244,15 @@ Example
{
"attribute_code": "abc123",
- "attribute_id": "abc123",
- "attribute_id_v2": 987,
- "attribute_uid": "4",
- "id": 987,
+ "attribute_id": "xyz789",
+ "attribute_id_v2": 123,
+ "attribute_uid": 4,
+ "id": 123,
"label": "xyz789",
"position": 123,
"product_id": 987,
"uid": 4,
- "use_default": true,
+ "use_default": false,
"values": [ConfigurableProductOptionsValues]
}
@@ -38780,13 +38396,13 @@ Example
{
- "default_label": "abc123",
- "label": "abc123",
+ "default_label": "xyz789",
+ "label": "xyz789",
"store_label": "xyz789",
"swatch_data": SwatchDataInterface,
- "uid": 4,
- "use_default_value": true,
- "value_index": 123
+ "uid": "4",
+ "use_default_value": false,
+ "value_index": 987
}
@@ -38855,8 +38471,8 @@ Example
"configurable_options": [SelectedConfigurableOption],
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
- "quantity": 987.65,
- "uid": "4"
+ "quantity": 123.45,
+ "uid": 4
}
@@ -38995,7 +38611,7 @@ Example
{
- "added_at": "xyz789",
+ "added_at": "abc123",
"child_sku": "xyz789",
"configurable_options": [SelectedConfigurableOption],
"configured_variant": ProductInterface,
@@ -39003,7 +38619,7 @@ Example
"description": "xyz789",
"id": 4,
"product": ProductInterface,
- "quantity": 987.65
+ "quantity": 123.45
}
@@ -39053,7 +38669,7 @@ Example
{
"confirmation_key": "xyz789",
- "order_id": 4
+ "order_id": "4"
}
@@ -39107,7 +38723,7 @@ Example
{
"confirmation_key": "abc123",
- "email": "xyz789"
+ "email": "abc123"
}
@@ -39157,7 +38773,7 @@ Example
{
"confirmation_key": "xyz789",
- "order_id": 4
+ "order_id": "4"
}
@@ -39271,8 +38887,8 @@ Example
{
"comment": "xyz789",
"email": "xyz789",
- "name": "abc123",
- "telephone": "abc123"
+ "name": "xyz789",
+ "telephone": "xyz789"
}
@@ -39362,7 +38978,7 @@ Fields
Example
- {"requisitionListItemUids": ["4"]}
+ {"requisitionListItemUids": [4]}
@@ -41266,7 +40882,7 @@ Fields
Example
- {"products": [4]}
+ {"products": ["4"]}
@@ -41357,9 +40973,9 @@ Example
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
- "event_name": "abc123",
- "gift_registry_type_uid": 4,
- "message": "abc123",
+ "event_name": "xyz789",
+ "gift_registry_type_uid": "4",
+ "message": "xyz789",
"privacy_settings": "PRIVATE",
"registrants": [AddGiftRegistryRegistrantInput],
"shipping_address": GiftRegistryShippingAddressInput,
@@ -41449,7 +41065,7 @@ Fields
Example
- {"cart_uid": 4}
+ {"cart_uid": "4"}
@@ -41554,10 +41170,10 @@ Example
{
- "response_message": "abc123",
+ "response_message": "xyz789",
"result": 123,
"result_code": 123,
- "secure_token": "xyz789",
+ "secure_token": "abc123",
"secure_token_id": "abc123"
}
@@ -41629,11 +41245,11 @@ Example
{
- "cartId": "abc123",
+ "cartId": "xyz789",
"location": "PRODUCT_DETAIL",
- "methodCode": "xyz789",
- "paymentSource": "abc123",
- "vaultIntent": true
+ "methodCode": "abc123",
+ "paymentSource": "xyz789",
+ "vaultIntent": false
}
@@ -41702,7 +41318,7 @@ Example
"amount": 123.45,
"currency_code": "abc123",
"id": "abc123",
- "mp_order_id": "abc123",
+ "mp_order_id": "xyz789",
"status": "xyz789"
}
@@ -41777,8 +41393,8 @@ Example
"nickname": "abc123",
"ratings": [ProductReviewRatingInput],
"sku": "xyz789",
- "summary": "xyz789",
- "text": "abc123"
+ "summary": "abc123",
+ "text": "xyz789"
}
@@ -41874,7 +41490,7 @@ Fields
Example
- {"currency": "AFN", "value": 987.65}
+ {"currency": "AFN", "value": 123.45}
@@ -42092,8 +41708,8 @@ Example
{
- "card_description": "abc123",
- "setup_token_id": "xyz789"
+ "card_description": "xyz789",
+ "setup_token_id": "abc123"
}
@@ -42145,7 +41761,7 @@ Example
{
"payment_source": PaymentSourceOutput,
- "vault_token_id": "xyz789"
+ "vault_token_id": "abc123"
}
@@ -42403,8 +42019,8 @@ Example
{
- "cc_exp_month": 987,
- "cc_exp_year": 987,
+ "cc_exp_month": 123,
+ "cc_exp_year": 123,
"cc_last_4": 123,
"cc_type": "abc123"
}
@@ -42551,9 +42167,9 @@ Example
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "abc123",
+ "product_sku": "xyz789",
"quantity_refunded": 987.65
}
@@ -42663,12 +42279,12 @@ Example
{
"discounts": [Discount],
- "id": "4",
+ "id": 4,
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "abc123",
- "quantity_refunded": 123.45
+ "product_sku": "xyz789",
+ "quantity_refunded": 987.65
}
@@ -42843,13 +42459,13 @@ Example
{
- "available_currency_codes": ["xyz789"],
- "base_currency_code": "xyz789",
+ "available_currency_codes": ["abc123"],
+ "base_currency_code": "abc123",
"base_currency_symbol": "xyz789",
- "default_display_currecy_code": "xyz789",
- "default_display_currecy_symbol": "abc123",
+ "default_display_currecy_code": "abc123",
+ "default_display_currecy_symbol": "xyz789",
"default_display_currency_code": "abc123",
- "default_display_currency_symbol": "abc123",
+ "default_display_currency_symbol": "xyz789",
"exchange_rates": [ExchangeRate]
}
@@ -44241,14 +43857,14 @@ Example
{
- "code": "4",
- "default_value": "xyz789",
+ "code": 4,
+ "default_value": "abc123",
"entity_type": "CATALOG_PRODUCT",
- "frontend_class": "abc123",
+ "frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
- "is_required": true,
- "is_unique": false,
- "label": "xyz789",
+ "is_required": false,
+ "is_unique": true,
+ "label": "abc123",
"options": [CustomAttributeOptionInterface]
}
@@ -44318,9 +43934,9 @@ Example
{
- "is_default": true,
- "label": "abc123",
- "value": "abc123"
+ "is_default": false,
+ "label": "xyz789",
+ "value": "xyz789"
}
@@ -44881,21 +44497,21 @@ Example
"companies": UserCompaniesOutput,
"compare_list": CompareList,
"confirmation_status": "ACCOUNT_CONFIRMED",
- "created_at": "xyz789",
+ "created_at": "abc123",
"custom_attributes": [AttributeValueInterface],
- "date_of_birth": "xyz789",
- "default_billing": "abc123",
+ "date_of_birth": "abc123",
+ "default_billing": "xyz789",
"default_shipping": "xyz789",
"dob": "abc123",
- "email": "abc123",
+ "email": "xyz789",
"firstname": "xyz789",
"gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group": CustomerGroup,
- "group_id": 987,
+ "group_id": 123,
"id": 987,
- "is_subscribed": true,
+ "is_subscribed": false,
"job_title": "abc123",
"lastname": "abc123",
"middlename": "abc123",
@@ -44906,7 +44522,7 @@ Example
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata,
"purchase_order_approval_rules": PurchaseOrderApprovalRules,
"purchase_orders": PurchaseOrders,
- "purchase_orders_enabled": false,
+ "purchase_orders_enabled": true,
"requisition_lists": RequisitionLists,
"return": Return,
"returns": Returns,
@@ -44918,9 +44534,9 @@ Example
"store_credit": CustomerStoreCredit,
"structure_id": 4,
"suffix": "abc123",
- "taxvat": "abc123",
+ "taxvat": "xyz789",
"team": CompanyTeam,
- "telephone": "xyz789",
+ "telephone": "abc123",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
@@ -45097,28 +44713,28 @@ Example
{
"city": "abc123",
- "company": "xyz789",
+ "company": "abc123",
"country_code": "AF",
- "country_id": "abc123",
+ "country_id": "xyz789",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
- "customer_id": 123,
- "default_billing": false,
+ "customer_id": 987,
+ "default_billing": true,
"default_shipping": true,
"extension_attributes": [CustomerAddressAttribute],
- "fax": "abc123",
+ "fax": "xyz789",
"firstname": "abc123",
"id": 123,
- "lastname": "xyz789",
+ "lastname": "abc123",
"middlename": "xyz789",
"postcode": "xyz789",
- "prefix": "xyz789",
+ "prefix": "abc123",
"region": CustomerAddressRegion,
"region_id": 123,
- "street": ["abc123"],
+ "street": ["xyz789"],
"suffix": "abc123",
- "telephone": "abc123",
- "vat_id": "abc123"
+ "telephone": "xyz789",
+ "vat_id": "xyz789"
}
@@ -45170,7 +44786,7 @@ Example
{
"attribute_code": "abc123",
- "value": "xyz789"
+ "value": "abc123"
}
@@ -45387,19 +45003,19 @@ Example
"country_id": "AF",
"custom_attributes": [CustomerAddressAttributeInput],
"custom_attributesV2": [AttributeValueInput],
- "default_billing": false,
+ "default_billing": true,
"default_shipping": true,
- "fax": "xyz789",
+ "fax": "abc123",
"firstname": "xyz789",
"lastname": "xyz789",
"middlename": "xyz789",
"postcode": "abc123",
- "prefix": "xyz789",
+ "prefix": "abc123",
"region": CustomerAddressRegionInput,
- "street": ["xyz789"],
+ "street": ["abc123"],
"suffix": "abc123",
"telephone": "xyz789",
- "vat_id": "abc123"
+ "vat_id": "xyz789"
}
@@ -45455,9 +45071,9 @@ Example
{
- "region": "abc123",
+ "region": "xyz789",
"region_code": "abc123",
- "region_id": 123
+ "region_id": 987
}
@@ -45517,8 +45133,8 @@ Example
{
"region": "xyz789",
- "region_code": "xyz789",
- "region_id": 987
+ "region_code": "abc123",
+ "region_id": 123
}
@@ -45572,7 +45188,7 @@ Example
{
"items": [CustomerAddress],
"page_info": SearchResultPageInfo,
- "total_count": 987
+ "total_count": 123
}
@@ -45678,18 +45294,18 @@ Example
{
- "code": "4",
+ "code": 4,
"default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"input_filter": "NONE",
- "is_required": false,
- "is_unique": true,
+ "is_required": true,
+ "is_unique": false,
"label": "xyz789",
- "multiline_count": 123,
+ "multiline_count": 987,
"options": [CustomAttributeOptionInterface],
- "sort_order": 123,
+ "sort_order": 987,
"validate_rules": [ValidationRule]
}
@@ -45823,13 +45439,13 @@ Example
"email": "xyz789",
"firstname": "abc123",
"gender": 987,
- "is_subscribed": true,
- "lastname": "xyz789",
+ "is_subscribed": false,
+ "lastname": "abc123",
"middlename": "abc123",
- "password": "abc123",
+ "password": "xyz789",
"prefix": "abc123",
"suffix": "abc123",
- "taxvat": "abc123"
+ "taxvat": "xyz789"
}
@@ -45895,11 +45511,11 @@ Example
{
- "date": "abc123",
+ "date": "xyz789",
"download_url": "xyz789",
"order_increment_id": "abc123",
"remaining_downloads": "abc123",
- "status": "xyz789"
+ "status": "abc123"
}
@@ -45988,7 +45604,7 @@ Fields
Example
- {"name": "xyz789"}
+ {"name": "abc123"}
@@ -46102,17 +45718,17 @@ Example
{
"date_of_birth": "xyz789",
- "dob": "abc123",
+ "dob": "xyz789",
"email": "abc123",
"firstname": "xyz789",
- "gender": 987,
+ "gender": 123,
"is_subscribed": false,
"lastname": "abc123",
"middlename": "abc123",
- "password": "xyz789",
+ "password": "abc123",
"prefix": "xyz789",
"suffix": "abc123",
- "taxvat": "xyz789"
+ "taxvat": "abc123"
}
@@ -46353,7 +45969,7 @@ Example
"billing_address": OrderAddress,
"carrier": "xyz789",
"comments": [SalesCommentItem],
- "created_at": "xyz789",
+ "created_at": "abc123",
"credit_memos": [CreditMemo],
"customer_info": OrderCustomerInfo,
"email": "xyz789",
@@ -46369,15 +45985,15 @@ Example
"items_eligible_for_return": [OrderItemInterface],
"number": "abc123",
"order_date": "xyz789",
- "order_number": "xyz789",
- "order_status_change_date": "abc123",
+ "order_number": "abc123",
+ "order_status_change_date": "xyz789",
"payment_methods": [OrderPaymentMethod],
- "printed_card_included": true,
+ "printed_card_included": false,
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
"shipping_method": "xyz789",
- "status": "abc123",
+ "status": "xyz789",
"token": "abc123",
"total": OrderTotal
}
@@ -46758,8 +46374,8 @@ Example
{
"apply_to": "BOTH",
- "description": "abc123",
- "name": "abc123"
+ "description": "xyz789",
+ "name": "xyz789"
}
@@ -47060,7 +46676,7 @@ Fields
Example
- {"token": "xyz789"}
+ {"token": "abc123"}
@@ -47173,17 +46789,17 @@ Example
{
- "allow_remote_shopping_assistance": true,
+ "allow_remote_shopping_assistance": false,
"custom_attributes": [AttributeValueInput],
- "date_of_birth": "xyz789",
- "dob": "xyz789",
- "firstname": "xyz789",
+ "date_of_birth": "abc123",
+ "dob": "abc123",
+ "firstname": "abc123",
"gender": 123,
- "is_subscribed": false,
+ "is_subscribed": true,
"lastname": "xyz789",
"middlename": "xyz789",
- "prefix": "xyz789",
- "suffix": "xyz789",
+ "prefix": "abc123",
+ "suffix": "abc123",
"taxvat": "abc123"
}
@@ -47261,9 +46877,9 @@ Example
{
- "option_id": 987,
- "product_sku": "xyz789",
- "required": true,
+ "option_id": 123,
+ "product_sku": "abc123",
+ "required": false,
"sort_order": 123,
"title": "xyz789",
"uid": 4,
@@ -47336,7 +46952,7 @@ Example
"max_characters": 987,
"price": 987.65,
"price_type": "FIXED",
- "sku": "xyz789",
+ "sku": "abc123",
"uid": "4"
}
@@ -47409,10 +47025,10 @@ Example
{
- "option_id": 123,
+ "option_id": 987,
"required": true,
"sort_order": 987,
- "title": "abc123",
+ "title": "xyz789",
"uid": "4",
"value": [CustomizableCheckboxValue]
}
@@ -47490,11 +47106,11 @@ Example
{
- "option_type_id": 123,
+ "option_type_id": 987,
"price": 987.65,
"price_type": "FIXED",
"sku": "xyz789",
- "sort_order": 987,
+ "sort_order": 123,
"title": "xyz789",
"uid": 4
}
@@ -47576,7 +47192,7 @@ Example
"option_id": 987,
"product_sku": "xyz789",
"required": true,
- "sort_order": 987,
+ "sort_order": 123,
"title": "abc123",
"uid": 4,
"value": CustomizableDateValue
@@ -47705,11 +47321,11 @@ Example
{
- "price": 123.45,
+ "price": 987.65,
"price_type": "FIXED",
"sku": "abc123",
"type": "DATE",
- "uid": 4
+ "uid": "4"
}
@@ -47785,7 +47401,7 @@ Example
"required": false,
"sort_order": 123,
"title": "abc123",
- "uid": 4,
+ "uid": "4",
"value": [CustomizableDropDownValue]
}
@@ -47862,12 +47478,12 @@ Example
{
- "option_type_id": 987,
- "price": 123.45,
+ "option_type_id": 123,
+ "price": 987.65,
"price_type": "FIXED",
- "sku": "abc123",
+ "sku": "xyz789",
"sort_order": 987,
- "title": "xyz789",
+ "title": "abc123",
"uid": 4
}
@@ -47945,8 +47561,8 @@ Example
{
- "option_id": 123,
- "product_sku": "xyz789",
+ "option_id": 987,
+ "product_sku": "abc123",
"required": false,
"sort_order": 123,
"title": "abc123",
@@ -48017,10 +47633,10 @@ Example
{
- "max_characters": 987,
- "price": 987.65,
+ "max_characters": 123,
+ "price": 123.45,
"price_type": "FIXED",
- "sku": "abc123",
+ "sku": "xyz789",
"uid": "4"
}
@@ -48101,9 +47717,9 @@ Example
"option_id": 987,
"product_sku": "xyz789",
"required": true,
- "sort_order": 123,
- "title": "xyz789",
- "uid": 4,
+ "sort_order": 987,
+ "title": "abc123",
+ "uid": "4",
"value": CustomizableFileValue
}
@@ -48180,12 +47796,12 @@ Example
{
- "file_extension": "abc123",
- "image_size_x": 987,
- "image_size_y": 123,
- "price": 987.65,
+ "file_extension": "xyz789",
+ "image_size_x": 123,
+ "image_size_y": 987,
+ "price": 123.45,
"price_type": "FIXED",
- "sku": "xyz789",
+ "sku": "abc123",
"uid": "4"
}
@@ -48258,11 +47874,11 @@ Example
{
- "option_id": 987,
- "required": true,
+ "option_id": 123,
+ "required": false,
"sort_order": 987,
"title": "abc123",
- "uid": 4,
+ "uid": "4",
"value": [CustomizableMultipleValue]
}
@@ -48340,11 +47956,11 @@ Example
{
"option_type_id": 123,
- "price": 987.65,
+ "price": 123.45,
"price_type": "FIXED",
- "sku": "abc123",
+ "sku": "xyz789",
"sort_order": 123,
- "title": "xyz789",
+ "title": "abc123",
"uid": 4
}
@@ -48404,9 +48020,9 @@ Example
{
- "id": 987,
+ "id": 123,
"uid": "4",
- "value_string": "abc123"
+ "value_string": "xyz789"
}
@@ -48526,9 +48142,9 @@ Example
{
"option_id": 987,
- "required": false,
- "sort_order": 123,
- "title": "xyz789",
+ "required": true,
+ "sort_order": 987,
+ "title": "abc123",
"uid": "4"
}
@@ -48687,10 +48303,10 @@ Example
{
- "option_id": 987,
- "required": false,
+ "option_id": 123,
+ "required": true,
"sort_order": 987,
- "title": "xyz789",
+ "title": "abc123",
"uid": 4,
"value": [CustomizableRadioValue]
}
@@ -48768,11 +48384,11 @@ Example
{
- "option_type_id": 987,
+ "option_type_id": 123,
"price": 123.45,
"price_type": "FIXED",
"sku": "abc123",
- "sort_order": 123,
+ "sort_order": 987,
"title": "xyz789",
"uid": "4"
}
@@ -48907,7 +48523,7 @@ Fields
Example
- {"success": false}
+ {"success": true}
@@ -48951,7 +48567,7 @@ Fields
Example
- {"result": true}
+ {"result": false}
@@ -49373,7 +48989,7 @@ Fields
Example
- {"message": "xyz789", "type": "UNDEFINED"}
+ {"message": "abc123", "type": "UNDEFINED"}
@@ -49467,7 +49083,7 @@ Fields
Example
- {"approval_rule_uids": [4]}
+ {"approval_rule_uids": ["4"]}
@@ -49653,7 +49269,7 @@ Fields
Example
- {"status": true, "wishlists": [Wishlist]}
+ {"status": false, "wishlists": [Wishlist]}
@@ -49731,8 +49347,8 @@ Example
"amount": Money,
"applied_to": "ITEM",
"coupon": AppliedCoupon,
- "is_discounting_locked": true,
- "label": "xyz789",
+ "is_discounting_locked": false,
+ "label": "abc123",
"type": "abc123",
"value": 987.65
}
@@ -49860,12 +49476,12 @@ Example
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
- "id": "abc123",
+ "id": "xyz789",
"is_available": false,
"links": [DownloadableProductLinks],
"max_qty": 987.65,
- "min_qty": 987.65,
- "not_available_message": "abc123",
+ "min_qty": 123.45,
+ "not_available_message": "xyz789",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
@@ -49959,8 +49575,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
}
@@ -50094,12 +49710,12 @@ Example
{
"discounts": [Discount],
"downloadable_links": [DownloadableItemsLinks],
- "id": "4",
+ "id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
- "product_sku": "xyz789",
- "quantity_invoiced": 123.45
+ "product_sku": "abc123",
+ "quantity_invoiced": 987.65
}
@@ -50322,17 +49938,17 @@ Example
"id": "4",
"prices": OrderItemPrices,
"product": ProductInterface,
- "product_name": "abc123",
+ "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": 987.65,
+ "quantity_invoiced": 123.45,
"quantity_ordered": 987.65,
"quantity_refunded": 123.45,
"quantity_return_requested": 123.45,
- "quantity_returned": 123.45,
+ "quantity_returned": 987.65,
"quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
"status": "xyz789"
@@ -50906,16 +50522,16 @@ Example
{
- "activity": "abc123",
- "attribute_set_id": 987,
- "canonical_url": "abc123",
+ "activity": "xyz789",
+ "attribute_set_id": 123,
+ "canonical_url": "xyz789",
"categories": [CategoryInterface],
"category_gear": "xyz789",
- "climate": "abc123",
+ "climate": "xyz789",
"collar": "xyz789",
"color": 987,
"country_of_manufacture": "abc123",
- "created_at": "xyz789",
+ "created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
@@ -50926,16 +50542,16 @@ Example
DownloadableProductSamples
],
"eco_collection": 987,
- "erin_recommends": 123,
- "features_bags": "xyz789",
+ "erin_recommends": 987,
+ "features_bags": "abc123",
"format": 123,
"gender": "xyz789",
- "gift_message_available": false,
- "gift_wrapping_available": false,
+ "gift_message_available": true,
+ "gift_wrapping_available": true,
"gift_wrapping_price": Money,
- "id": 123,
+ "id": 987,
"image": ProductImage,
- "is_returnable": "xyz789",
+ "is_returnable": "abc123",
"links_purchased_separately": 987,
"links_title": "abc123",
"manufacturer": 123,
@@ -50944,17 +50560,17 @@ Example
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
- "meta_keyword": "xyz789",
- "meta_title": "xyz789",
- "min_sale_qty": 987.65,
+ "meta_keyword": "abc123",
+ "meta_title": "abc123",
+ "min_sale_qty": 123.45,
"name": "xyz789",
- "new": 123,
+ "new": 987,
"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",
- "pattern": "xyz789",
+ "options_container": "abc123",
+ "pattern": "abc123",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
@@ -50962,41 +50578,41 @@ Example
"product_links": [ProductLinksInterface],
"purpose": 987,
"quantity": 123.45,
- "rating_summary": 987.65,
- "redirect_code": 123,
+ "rating_summary": 123.45,
+ "redirect_code": 987,
"related_products": [ProductInterface],
- "relative_url": "xyz789",
- "review_count": 987,
+ "relative_url": "abc123",
+ "review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
"sale": 123,
"short_description": ComplexTextValue,
- "size": 987,
+ "size": 123,
"sku": "xyz789",
"sleeve": "xyz789",
"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": false,
"stock_status": "IN_STOCK",
- "strap_bags": "xyz789",
- "style_bags": "xyz789",
+ "strap_bags": "abc123",
+ "style_bags": "abc123",
"style_bottom": "abc123",
"style_general": "abc123",
- "swatch_image": "xyz789",
+ "swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 123.45,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
- "type_id": "xyz789",
- "uid": "4",
- "updated_at": "xyz789",
+ "type_id": "abc123",
+ "uid": 4,
+ "updated_at": "abc123",
"upsell_products": [ProductInterface],
- "url_key": "xyz789",
+ "url_key": "abc123",
"url_path": "xyz789",
"url_rewrites": [UrlRewrite],
- "url_suffix": "xyz789",
+ "url_suffix": "abc123",
"websites": [Website]
}
@@ -51168,7 +50784,7 @@ Example
{
- "id": 987,
+ "id": 123,
"is_shareable": false,
"link_type": "FILE",
"number_of_downloads": 123,
@@ -51176,9 +50792,9 @@ Example
"sample_file": "abc123",
"sample_type": "FILE",
"sample_url": "xyz789",
- "sort_order": 123,
- "title": "abc123",
- "uid": 4
+ "sort_order": 987,
+ "title": "xyz789",
+ "uid": "4"
}
@@ -51304,7 +50920,7 @@ Example
"sample_file": "xyz789",
"sample_type": "FILE",
"sample_url": "abc123",
- "sort_order": 123,
+ "sort_order": 987,
"title": "abc123"
}
@@ -51381,7 +50997,7 @@ Example
"product": ProductInterface,
"quantity": 987.65,
"samples": [DownloadableProductSamples],
- "uid": "4"
+ "uid": 4
}
@@ -51464,7 +51080,7 @@ Example
{
"added_at": "abc123",
"customizable_options": [SelectedCustomizableOption],
- "description": "xyz789",
+ "description": "abc123",
"id": 4,
"links_v2": [DownloadableProductLinks],
"product": ProductInterface,
@@ -51522,7 +51138,7 @@ Example
{
- "duplicated_quote_uid": 4,
+ "duplicated_quote_uid": "4",
"quote_uid": "4"
}
@@ -51808,7 +51424,7 @@ Example
{
"items": [DynamicBlock],
"page_info": SearchResultPageInfo,
- "total_count": 123
+ "total_count": 987
}
@@ -51923,7 +51539,7 @@ Example
{
"attribute_code": "xyz789",
- "value": "xyz789"
+ "value": "abc123"
}
@@ -51975,10 +51591,7 @@ Fields
Example
- {
- "uid": "4",
- "value": "xyz789"
-}
+ {"uid": 4, "value": "abc123"}
@@ -52052,10 +51665,10 @@ Example
{
"canonical_url": "xyz789",
- "entity_uid": "4",
- "id": 987,
- "redirectCode": 123,
- "relative_url": "abc123",
+ "entity_uid": 4,
+ "id": 123,
+ "redirectCode": 987,
+ "relative_url": "xyz789",
"type": "CMS_PAGE"
}
@@ -52130,7 +51743,7 @@ Example
{
"code": "PRODUCT_NOT_FOUND",
- "message": "xyz789"
+ "message": "abc123"
}
@@ -52257,7 +51870,7 @@ Example
{
"country_code": "AF",
- "postcode": "xyz789",
+ "postcode": "abc123",
"region": CustomerAddressRegionInput
}
@@ -52409,7 +52022,7 @@ Fields
Example
- {"currency_to": "xyz789", "rate": 987.65}
+ {"currency_to": "abc123", "rate": 987.65}
@@ -52461,7 +52074,7 @@ Example
{
- "eq": "abc123",
+ "eq": "xyz789",
"in": ["abc123"]
}
@@ -52615,8 +52228,8 @@ Example
{
- "from": "abc123",
- "to": "abc123"
+ "from": "xyz789",
+ "to": "xyz789"
}
@@ -52675,8 +52288,8 @@ Example
{
- "eq": "abc123",
- "in": ["xyz789"],
+ "eq": "xyz789",
+ "in": ["abc123"],
"match": "abc123"
}
@@ -52810,20 +52423,20 @@ Example
{
"eq": "xyz789",
- "finset": ["xyz789"],
+ "finset": ["abc123"],
"from": "xyz789",
"gt": "abc123",
- "gteq": "xyz789",
- "in": ["xyz789"],
- "like": "xyz789",
+ "gteq": "abc123",
+ "in": ["abc123"],
+ "like": "abc123",
"lt": "abc123",
- "lteq": "abc123",
+ "lteq": "xyz789",
"moreq": "xyz789",
- "neq": "xyz789",
- "nin": ["abc123"],
+ "neq": "abc123",
+ "nin": ["xyz789"],
"notnull": "abc123",
- "null": "abc123",
- "to": "xyz789"
+ "null": "xyz789",
+ "to": "abc123"
}
@@ -52875,7 +52488,7 @@ Example
{
"amount": Money,
- "label": "abc123"
+ "label": "xyz789"
}
@@ -52971,7 +52584,7 @@ Description
Example
- 123.45
+ 987.65
@@ -53016,7 +52629,7 @@ Fields
Example
- {"customer_email": "xyz789"}
+ {"customer_email": "abc123"}
@@ -53060,7 +52673,7 @@ Fields
Example
- {"customer_token": "abc123"}
+ {"customer_token": "xyz789"}
@@ -53250,7 +52863,7 @@ Example
{
"balance": Money,
"code": "xyz789",
- "expiration_date": "abc123"
+ "expiration_date": "xyz789"
}
@@ -53368,7 +52981,7 @@ Example
{
"attribute_id": 987,
- "uid": "4",
+ "uid": 4,
"value": 987.65,
"value_id": 987,
"website_id": 987,
@@ -53537,10 +53150,10 @@ Example
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": "abc123",
+ "id": "xyz789",
"is_available": false,
"max_qty": 987.65,
- "message": "xyz789",
+ "message": "abc123",
"min_qty": 123.45,
"not_available_message": "abc123",
"note_from_buyer": [ItemNote],
@@ -53548,11 +53161,11 @@ Example
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 987.65,
- "recipient_email": "abc123",
+ "recipient_email": "xyz789",
"recipient_name": "xyz789",
"sender_email": "xyz789",
- "sender_name": "xyz789",
- "uid": 4
+ "sender_name": "abc123",
+ "uid": "4"
}
@@ -53631,12 +53244,12 @@ Example
{
"discounts": [Discount],
"gift_card": GiftCardItem,
- "id": 4,
+ "id": "4",
"order_item": OrderItemInterface,
- "product_name": "abc123",
+ "product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
- "quantity_refunded": 987.65
+ "quantity_refunded": 123.45
}
@@ -53715,12 +53328,12 @@ Example
{
"discounts": [Discount],
"gift_card": GiftCardItem,
- "id": "4",
+ "id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
- "quantity_invoiced": 987.65
+ "quantity_invoiced": 123.45
}
@@ -53787,10 +53400,10 @@ Example
{
"message": "xyz789",
- "recipient_email": "abc123",
- "recipient_name": "abc123",
- "sender_email": "xyz789",
- "sender_name": "xyz789"
+ "recipient_email": "xyz789",
+ "recipient_name": "xyz789",
+ "sender_email": "abc123",
+ "sender_name": "abc123"
}
@@ -53871,8 +53484,8 @@ Example
"message": "abc123",
"recipient_email": "abc123",
"recipient_name": "abc123",
- "sender_email": "xyz789",
- "sender_name": "xyz789"
+ "sender_email": "abc123",
+ "sender_name": "abc123"
}
@@ -54025,7 +53638,7 @@ Example
{
"discounts": [Discount],
- "eligible_for_return": false,
+ "eligible_for_return": true,
"entered_options": [OrderItemOption],
"gift_card": GiftCardItem,
"gift_message": GiftMessage,
@@ -54033,20 +53646,20 @@ Example
"id": "4",
"prices": OrderItemPrices,
"product": ProductInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"product_type": "xyz789",
"product_url_key": "xyz789",
"quantity_canceled": 987.65,
- "quantity_invoiced": 123.45,
- "quantity_ordered": 123.45,
+ "quantity_invoiced": 987.65,
+ "quantity_ordered": 987.65,
"quantity_refunded": 987.65,
- "quantity_return_requested": 987.65,
- "quantity_returned": 987.65,
- "quantity_shipped": 987.65,
+ "quantity_return_requested": 123.45,
+ "quantity_returned": 123.45,
+ "quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
- "status": "abc123"
+ "status": "xyz789"
}
@@ -54653,17 +54266,17 @@ Example
{
"activity": "abc123",
- "allow_message": false,
- "allow_open_amount": false,
- "attribute_set_id": 123,
+ "allow_message": true,
+ "allow_open_amount": true,
+ "attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "xyz789",
- "climate": "xyz789",
- "collar": "xyz789",
- "color": 123,
- "country_of_manufacture": "abc123",
- "created_at": "xyz789",
+ "climate": "abc123",
+ "collar": "abc123",
+ "color": 987,
+ "country_of_manufacture": "xyz789",
+ "created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
@@ -54673,7 +54286,7 @@ Example
"format": 123,
"gender": "xyz789",
"gift_card_options": [CustomizableOptionInterface],
- "gift_message_available": false,
+ "gift_message_available": true,
"gift_wrapping_available": true,
"gift_wrapping_price": Money,
"giftcard_amounts": [GiftCardAmounts],
@@ -54681,70 +54294,70 @@ Example
"id": 987,
"image": ProductImage,
"is_redeemable": true,
- "is_returnable": "abc123",
- "lifetime": 123,
- "manufacturer": 987,
+ "is_returnable": "xyz789",
+ "lifetime": 987,
+ "manufacturer": 123,
"material": "abc123",
"max_sale_qty": 123.45,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"message_max_length": 123,
- "meta_description": "abc123",
- "meta_keyword": "xyz789",
- "meta_title": "abc123",
+ "meta_description": "xyz789",
+ "meta_keyword": "abc123",
+ "meta_title": "xyz789",
"min_sale_qty": 123.45,
- "name": "xyz789",
- "new": 123,
- "new_from_date": "abc123",
- "new_to_date": "xyz789",
- "only_x_left_in_stock": 987.65,
- "open_amount_max": 123.45,
+ "name": "abc123",
+ "new": 987,
+ "new_from_date": "xyz789",
+ "new_to_date": "abc123",
+ "only_x_left_in_stock": 123.45,
+ "open_amount_max": 987.65,
"open_amount_min": 987.65,
"options": [CustomizableOptionInterface],
- "options_container": "abc123",
- "pattern": "abc123",
+ "options_container": "xyz789",
+ "pattern": "xyz789",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
- "purpose": 987,
- "quantity": 987.65,
- "rating_summary": 987.65,
- "redirect_code": 987,
+ "purpose": 123,
+ "quantity": 123.45,
+ "rating_summary": 123.45,
+ "redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "xyz789",
"review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 123,
+ "sale": 987,
"short_description": ComplexTextValue,
- "size": 987,
+ "size": 123,
"sku": "abc123",
"sleeve": "xyz789",
"small_image": ProductImage,
- "special_from_date": "abc123",
- "special_price": 123.45,
+ "special_from_date": "xyz789",
+ "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": "xyz789",
- "swatch_image": "xyz789",
+ "style_general": "abc123",
+ "swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
- "type_id": "abc123",
+ "type_id": "xyz789",
"uid": "4",
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "abc123",
"url_path": "xyz789",
"url_rewrites": [UrlRewrite],
- "url_suffix": "xyz789",
+ "url_suffix": "abc123",
"websites": [Website],
"weight": 123.45
}
@@ -54815,7 +54428,7 @@ Example
"customizable_options": [SelectedCustomizableOption],
"gift_card_options": GiftCardOptions,
"product": ProductInterface,
- "quantity": 987.65,
+ "quantity": 123.45,
"uid": "4"
}
@@ -54889,11 +54502,11 @@ Example
{
"gift_card": GiftCardItem,
- "id": "4",
+ "id": 4,
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "abc123",
+ "product_sku": "xyz789",
"quantity_shipped": 987.65
}
@@ -55030,11 +54643,11 @@ Example
{
- "added_at": "abc123",
+ "added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"gift_card_options": GiftCardOptions,
- "id": 4,
+ "id": "4",
"product": ProductInterface,
"quantity": 123.45
}
@@ -55092,8 +54705,8 @@ Example
{
- "from": "abc123",
- "message": "abc123",
+ "from": "xyz789",
+ "message": "xyz789",
"to": "xyz789"
}
@@ -55153,7 +54766,7 @@ Example
{
- "from": "xyz789",
+ "from": "abc123",
"message": "abc123",
"to": "xyz789"
}
@@ -55332,18 +54945,18 @@ Example
{
- "created_at": "abc123",
+ "created_at": "xyz789",
"dynamic_attributes": [GiftRegistryDynamicAttribute],
"event_name": "abc123",
"items": [GiftRegistryItemInterface],
"message": "xyz789",
- "owner_name": "xyz789",
+ "owner_name": "abc123",
"privacy_settings": "PRIVATE",
"registrants": [GiftRegistryRegistrant],
"shipping_address": CustomerAddress,
"status": "ACTIVE",
"type": GiftRegistryType,
- "uid": "4"
+ "uid": 4
}
@@ -55400,7 +55013,7 @@ Example
{
- "code": 4,
+ "code": "4",
"group": "EVENT_INFORMATION",
"label": "abc123",
"value": "xyz789"
@@ -55536,7 +55149,7 @@ Fields
Example
- {"code": 4, "value": "xyz789"}
+ {"code": 4, "value": "abc123"}
@@ -55609,9 +55222,9 @@ Example
{
- "code": 4,
+ "code": "4",
"label": "xyz789",
- "value": "abc123"
+ "value": "xyz789"
}
@@ -55678,12 +55291,12 @@ Example
{
- "attribute_group": "xyz789",
+ "attribute_group": "abc123",
"code": 4,
"input_type": "xyz789",
"is_required": true,
- "label": "xyz789",
- "sort_order": 123
+ "label": "abc123",
+ "sort_order": 987
}
@@ -55767,7 +55380,7 @@ Example
{
- "attribute_group": "xyz789",
+ "attribute_group": "abc123",
"code": "4",
"input_type": "xyz789",
"is_required": false,
@@ -55840,10 +55453,10 @@ Example
{
"created_at": "abc123",
- "note": "xyz789",
+ "note": "abc123",
"product": ProductInterface,
- "quantity": 987.65,
- "quantity_fulfilled": 123.45,
+ "quantity": 123.45,
+ "quantity_fulfilled": 987.65,
"uid": "4"
}
@@ -55931,9 +55544,9 @@ Example
"created_at": "abc123",
"note": "xyz789",
"product": ProductInterface,
- "quantity": 987.65,
- "quantity_fulfilled": 987.65,
- "uid": 4
+ "quantity": 123.45,
+ "quantity_fulfilled": 123.45,
+ "uid": "4"
}
@@ -56001,7 +55614,7 @@ Example
{
- "status": false,
+ "status": true,
"user_errors": [GiftRegistryItemsUserError]
}
@@ -56069,9 +55682,9 @@ Example
{
"code": "OUT_OF_STOCK",
- "gift_registry_item_uid": "4",
- "gift_registry_uid": "4",
- "message": "abc123",
+ "gift_registry_item_uid": 4,
+ "gift_registry_uid": 4,
+ "message": "xyz789",
"product_uid": 4
}
@@ -56314,7 +55927,7 @@ Example
],
"email": "abc123",
"firstname": "xyz789",
- "lastname": "abc123",
+ "lastname": "xyz789",
"uid": "4"
}
@@ -56368,7 +55981,7 @@ Example
{
"code": "4",
- "label": "xyz789",
+ "label": "abc123",
"value": "xyz789"
}
@@ -56442,10 +56055,10 @@ Example
{
"event_date": "abc123",
"event_title": "xyz789",
- "gift_registry_uid": 4,
- "location": "abc123",
+ "gift_registry_uid": "4",
+ "location": "xyz789",
"name": "abc123",
- "type": "xyz789"
+ "type": "abc123"
}
@@ -56497,7 +56110,10 @@ Fields
Example
- {"address_data": CustomerAddressInput, "address_id": 4}
+ {
+ "address_data": CustomerAddressInput,
+ "address_id": "4"
+}
@@ -56676,11 +56292,11 @@ Example
{
- "design": "xyz789",
+ "design": "abc123",
"id": "4",
"image": GiftWrappingImage,
"price": Money,
- "uid": "4"
+ "uid": 4
}
@@ -56731,8 +56347,8 @@ Example
{
- "label": "xyz789",
- "url": "xyz789"
+ "label": "abc123",
+ "url": "abc123"
}
@@ -56784,9 +56400,9 @@ Example
{
- "color": "xyz789",
- "height": 987,
- "type": "abc123"
+ "color": "abc123",
+ "height": 123,
+ "type": "xyz789"
}
@@ -56870,11 +56486,11 @@ Example
{
"button_styles": GooglePayButtonStyles,
"code": "xyz789",
- "is_visible": true,
+ "is_visible": false,
"payment_intent": "abc123",
"payment_source": "xyz789",
"sdk_params": [SDKParams],
- "sort_order": "abc123",
+ "sort_order": "xyz789",
"three_ds_mode": "OFF",
"title": "xyz789"
}
@@ -56935,9 +56551,9 @@ Example
{
- "payment_source": "abc123",
+ "payment_source": "xyz789",
"payments_order_id": "xyz789",
- "paypal_order_id": "xyz789"
+ "paypal_order_id": "abc123"
}
@@ -57495,12 +57111,12 @@ Example
{
"activity": "xyz789",
"attribute_set_id": 123,
- "canonical_url": "xyz789",
+ "canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
- "climate": "xyz789",
+ "climate": "abc123",
"collar": "xyz789",
- "color": 987,
+ "color": 123,
"country_of_manufacture": "xyz789",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
@@ -57509,29 +57125,29 @@ Example
"eco_collection": 987,
"erin_recommends": 987,
"features_bags": "xyz789",
- "format": 987,
+ "format": 123,
"gender": "abc123",
"gift_message_available": true,
- "gift_wrapping_available": true,
+ "gift_wrapping_available": false,
"gift_wrapping_price": Money,
- "id": 987,
+ "id": 123,
"image": ProductImage,
- "is_returnable": "xyz789",
+ "is_returnable": "abc123",
"items": [GroupedProductItem],
- "manufacturer": 123,
+ "manufacturer": 987,
"material": "xyz789",
- "max_sale_qty": 123.45,
+ "max_sale_qty": 987.65,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
- "meta_keyword": "abc123",
+ "meta_keyword": "xyz789",
"meta_title": "xyz789",
- "min_sale_qty": 987.65,
- "name": "abc123",
- "new": 987,
+ "min_sale_qty": 123.45,
+ "name": "xyz789",
+ "new": 123,
"new_from_date": "abc123",
"new_to_date": "abc123",
- "only_x_left_in_stock": 123.45,
+ "only_x_left_in_stock": 987.65,
"options_container": "xyz789",
"pattern": "abc123",
"performance_fabric": 987,
@@ -57540,42 +57156,42 @@ Example
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 987,
- "quantity": 987.65,
- "rating_summary": 987.65,
+ "quantity": 123.45,
+ "rating_summary": 123.45,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "abc123",
- "review_count": 987,
+ "review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 987,
+ "sale": 123,
"short_description": ComplexTextValue,
"size": 987,
"sku": "abc123",
"sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "abc123",
- "special_price": 123.45,
+ "special_price": 987.65,
"special_to_date": "xyz789",
- "staged": false,
+ "staged": true,
"stock_status": "IN_STOCK",
- "strap_bags": "xyz789",
- "style_bags": "abc123",
- "style_bottom": "abc123",
- "style_general": "xyz789",
- "swatch_image": "abc123",
+ "strap_bags": "abc123",
+ "style_bags": "xyz789",
+ "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",
- "updated_at": "xyz789",
+ "type_id": "xyz789",
+ "uid": 4,
+ "updated_at": "abc123",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
- "url_path": "xyz789",
+ "url_path": "abc123",
"url_rewrites": [UrlRewrite],
- "url_suffix": "abc123",
+ "url_suffix": "xyz789",
"websites": [Website],
"weight": 123.45
}
@@ -57635,7 +57251,7 @@ Example
{
"position": 123,
"product": ProductInterface,
- "qty": 987.65
+ "qty": 123.45
}
@@ -57706,7 +57322,7 @@ Example
{
- "added_at": "abc123",
+ "added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"id": 4,
@@ -57764,8 +57380,8 @@ Example
{
- "reason": "abc123",
- "token": "xyz789"
+ "reason": "xyz789",
+ "token": "abc123"
}
@@ -57863,18 +57479,18 @@ Example
{
- "cc_vault_code": "abc123",
- "code": "abc123",
- "is_vault_enabled": false,
+ "cc_vault_code": "xyz789",
+ "code": "xyz789",
+ "is_vault_enabled": true,
"is_visible": false,
- "payment_intent": "abc123",
+ "payment_intent": "xyz789",
"payment_source": "abc123",
- "requires_card_details": true,
+ "requires_card_details": false,
"sdk_params": [SDKParams],
- "sort_order": "abc123",
- "three_ds": true,
+ "sort_order": "xyz789",
+ "three_ds": false,
"three_ds_mode": "OFF",
- "title": "xyz789"
+ "title": "abc123"
}
@@ -57969,13 +57585,13 @@ Example
{
- "cardBin": "abc123",
- "cardExpiryMonth": "xyz789",
- "cardExpiryYear": "xyz789",
+ "cardBin": "xyz789",
+ "cardExpiryMonth": "abc123",
+ "cardExpiryYear": "abc123",
"cardLast4": "abc123",
"holderName": "abc123",
"is_active_payment_token_enabler": true,
- "payment_source": "xyz789",
+ "payment_source": "abc123",
"payments_order_id": "xyz789",
"paypal_order_id": "xyz789"
}
@@ -58031,7 +57647,7 @@ Example
{
"cancel_url": "abc123",
- "return_url": "abc123"
+ "return_url": "xyz789"
}
@@ -58121,7 +57737,7 @@ Fields
Example
- {"cart_id": "abc123"}
+ {"cart_id": "xyz789"}
@@ -58171,7 +57787,7 @@ Example
{
- "name": "xyz789",
+ "name": "abc123",
"value": "abc123"
}
@@ -58199,7 +57815,7 @@ Description
Example
- 4
+ "4"
@@ -58245,7 +57861,7 @@ Example
{
- "thumbnail": "xyz789",
+ "thumbnail": "abc123",
"value": "xyz789"
}
@@ -58368,8 +57984,8 @@ Example
{
"code": "PRODUCT_NOT_FOUND",
- "message": "abc123",
- "quantity": 123.45
+ "message": "xyz789",
+ "quantity": 987.65
}
@@ -58396,7 +58012,7 @@ Description
Example
- 987
+ 123
@@ -58440,7 +58056,7 @@ Fields
Example
- {"message": "abc123"}
+ {"message": "xyz789"}
@@ -58506,7 +58122,7 @@ Example
{
"comments": [SalesCommentItem],
- "id": 4,
+ "id": "4",
"items": [InvoiceItemInterface],
"number": "abc123",
"total": InvoiceTotal
@@ -58582,12 +58198,12 @@ Example
{
"discounts": [Discount],
- "id": "4",
+ "id": 4,
"order_item": OrderItemInterface,
- "product_name": "xyz789",
+ "product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
- "quantity_invoiced": 123.45
+ "quantity_invoiced": 987.65
}
@@ -58696,11 +58312,11 @@ Example
{
"discounts": [Discount],
- "id": 4,
+ "id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "xyz789",
+ "product_sku": "abc123",
"quantity_invoiced": 123.45
}
@@ -58966,7 +58582,7 @@ Fields
Example
- {"is_email_available": true}
+ {"is_email_available": false}
@@ -59010,7 +58626,7 @@ Fields
Example
- {"is_email_available": false}
+ {"is_email_available": true}
@@ -59083,7 +58699,7 @@ Example
"created_at": "abc123",
"creator_id": 123,
"creator_type": 123,
- "negotiable_quote_item_uid": 4,
+ "negotiable_quote_item_uid": "4",
"note": "xyz789",
"note_uid": 4
}
@@ -59148,7 +58764,7 @@ Example
{
"id": 4,
- "label": "abc123",
+ "label": "xyz789",
"uid": "4",
"values": [ItemSelectedBundleOptionValue]
}
@@ -59222,12 +58838,12 @@ Example
{
- "id": 4,
+ "id": "4",
"price": Money,
- "product_name": "abc123",
- "product_sku": "abc123",
+ "product_name": "xyz789",
+ "product_sku": "xyz789",
"quantity": 123.45,
- "uid": "4"
+ "uid": 4
}
@@ -59346,8 +58962,8 @@ Example
{
"filter_items": [LayerFilterItemInterface],
"filter_items_count": 123,
- "name": "xyz789",
- "request_var": "xyz789"
+ "name": "abc123",
+ "request_var": "abc123"
}
@@ -59402,8 +59018,8 @@ Example
{
- "items_count": 987,
- "label": "abc123",
+ "items_count": 123,
+ "label": "xyz789",
"value_string": "abc123"
}
@@ -59482,8 +59098,8 @@ Example
{
"items_count": 987,
- "label": "abc123",
- "value_string": "xyz789"
+ "label": "xyz789",
+ "value_string": "abc123"
}
@@ -59542,8 +59158,8 @@ Example
{
- "note": "xyz789",
- "quote_item_uid": 4,
+ "note": "abc123",
+ "quote_item_uid": "4",
"quote_uid": 4
}
@@ -59641,10 +59257,10 @@ Example
"file": "abc123",
"id": 123,
"label": "xyz789",
- "media_type": "xyz789",
+ "media_type": "abc123",
"position": 987,
- "types": ["abc123"],
- "uid": "4",
+ "types": ["xyz789"],
+ "uid": 4,
"video_content": ProductMediaGalleryEntriesVideoContent
}
@@ -59728,10 +59344,10 @@ Example
{
- "disabled": false,
+ "disabled": true,
"label": "xyz789",
"position": 123,
- "url": "xyz789"
+ "url": "abc123"
}
@@ -59869,7 +59485,7 @@ Fields
Example
- {"currency": "AFN", "value": 987.65}
+ {"currency": "AFN", "value": 123.45}
@@ -60082,8 +59698,8 @@ Example
{
- "quote_item_uid": "4",
- "quote_uid": "4",
+ "quote_item_uid": 4,
+ "quote_uid": 4,
"requisition_list_uid": "4"
}
@@ -60327,7 +59943,7 @@ Example
"shipping_addresses": [NegotiableQuoteShippingAddress],
"status": "SUBMITTED",
"total_quantity": 987.65,
- "uid": "4",
+ "uid": 4,
"updated_at": "xyz789"
}
@@ -60379,7 +59995,7 @@ Example
{
- "code": "abc123",
+ "code": "xyz789",
"label": "abc123"
}
@@ -60488,16 +60104,16 @@ Example
{
"city": "abc123",
- "company": "xyz789",
+ "company": "abc123",
"country_code": "xyz789",
"firstname": "abc123",
- "lastname": "abc123",
- "postcode": "abc123",
- "region": "abc123",
- "region_id": 987,
+ "lastname": "xyz789",
+ "postcode": "xyz789",
+ "region": "xyz789",
+ "region_id": 123,
"save_in_address_book": false,
- "street": ["abc123"],
- "telephone": "xyz789"
+ "street": ["xyz789"],
+ "telephone": "abc123"
}
@@ -60605,11 +60221,11 @@ Example
"company": "abc123",
"country": NegotiableQuoteAddressCountry,
"firstname": "xyz789",
- "lastname": "abc123",
- "postcode": "abc123",
+ "lastname": "xyz789",
+ "postcode": "xyz789",
"region": NegotiableQuoteAddressRegion,
"street": ["abc123"],
- "telephone": "xyz789"
+ "telephone": "abc123"
}
@@ -60665,8 +60281,8 @@ Example
{
- "code": "xyz789",
- "label": "xyz789",
+ "code": "abc123",
+ "label": "abc123",
"region_id": 123
}
@@ -60757,7 +60373,7 @@ Example
"postcode": "abc123",
"region": NegotiableQuoteAddressRegion,
"street": ["abc123"],
- "telephone": "xyz789"
+ "telephone": "abc123"
}
@@ -60892,7 +60508,7 @@ Example
{
"author": NegotiableQuoteUser,
- "created_at": "xyz789",
+ "created_at": "abc123",
"creator_type": "BUYER",
"text": "xyz789",
"uid": 4
@@ -60990,7 +60606,7 @@ Fields
Example
- {"comment": "abc123"}
+ {"comment": "xyz789"}
@@ -61046,7 +60662,7 @@ Example
{
"new_value": "xyz789",
- "old_value": "abc123",
+ "old_value": "xyz789",
"title": "abc123"
}
@@ -61222,7 +60838,7 @@ Fields
Example
- {"comment": "abc123"}
+ {"comment": "xyz789"}
@@ -61290,7 +60906,7 @@ Example
"author": NegotiableQuoteUser,
"change_type": "CREATED",
"changes": NegotiableQuoteHistoryChanges,
- "created_at": "abc123",
+ "created_at": "xyz789",
"uid": "4"
}
@@ -61406,7 +61022,7 @@ Example
{
"new_expiration": "xyz789",
- "old_expiration": "abc123"
+ "old_expiration": "xyz789"
}
@@ -61648,7 +61264,7 @@ Fields
Example
- {"message": "xyz789"}
+ {"message": "abc123"}
@@ -61699,7 +61315,7 @@ Fields
Example
- {"quantity": 987.65, "quote_item_uid": 4}
+ {"quantity": 123.45, "quote_item_uid": 4}
@@ -61751,7 +61367,7 @@ Example
{
- "code": "abc123",
+ "code": "xyz789",
"purchase_order_number": "abc123"
}
@@ -61813,9 +61429,9 @@ Example
{
- "document_identifier": "abc123",
- "document_name": "abc123",
- "link_id": 4,
+ "document_identifier": "xyz789",
+ "document_name": "xyz789",
+ "link_id": "4",
"reference_document_url": "abc123"
}
@@ -61912,13 +61528,13 @@ Example
"city": "xyz789",
"company": "xyz789",
"country": NegotiableQuoteAddressCountry,
- "firstname": "xyz789",
+ "firstname": "abc123",
"lastname": "xyz789",
- "postcode": "abc123",
+ "postcode": "xyz789",
"region": NegotiableQuoteAddressRegion,
"selected_shipping_method": SelectedShippingMethod,
- "street": ["abc123"],
- "telephone": "abc123"
+ "street": ["xyz789"],
+ "telephone": "xyz789"
}
@@ -62309,14 +61925,14 @@ Example
{
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
- "expiration_date": "xyz789",
+ "expiration_date": "abc123",
"history": [NegotiableQuoteHistoryEntry],
"is_min_max_qty_used": true,
"is_virtual": false,
"items": [CartItemInterface],
- "max_order_commitment": 987,
- "min_order_commitment": 123,
- "name": "abc123",
+ "max_order_commitment": 123,
+ "min_order_commitment": 987,
+ "name": "xyz789",
"notifications": [QuoteTemplateNotificationMessage],
"prices": CartPrices,
"reference_document_links": [
@@ -62324,8 +61940,8 @@ Example
],
"shipping_addresses": [NegotiableQuoteShippingAddress],
"status": "abc123",
- "template_id": 4,
- "total_quantity": 987.65
+ "template_id": "4",
+ "total_quantity": 123.45
}
@@ -62497,18 +62113,18 @@ Example
{
"activated_at": "abc123",
"company_name": "xyz789",
- "expiration_date": "abc123",
+ "expiration_date": "xyz789",
"is_min_max_qty_used": true,
"last_shared_at": "abc123",
- "max_order_commitment": 123,
- "min_negotiated_grand_total": 987.65,
+ "max_order_commitment": 987,
+ "min_negotiated_grand_total": 123.45,
"min_order_commitment": 987,
- "name": "xyz789",
+ "name": "abc123",
"orders_placed": 987,
- "sales_rep_name": "xyz789",
- "state": "abc123",
+ "sales_rep_name": "abc123",
+ "state": "xyz789",
"status": "xyz789",
- "submitted_by": "xyz789",
+ "submitted_by": "abc123",
"template_id": "4"
}
@@ -62573,7 +62189,12 @@ Fields
Example
- {"item_id": 4, "max_qty": 123.45, "min_qty": 123.45, "quantity": 987.65}
+ {
+ "item_id": "4",
+ "max_qty": 123.45,
+ "min_qty": 987.65,
+ "quantity": 987.65
+}
@@ -62637,8 +62258,8 @@ Example
{
- "document_identifier": "xyz789",
- "document_name": "abc123",
+ "document_identifier": "abc123",
+ "document_name": "xyz789",
"link_id": 4,
"reference_document_url": "xyz789"
}
@@ -63015,8 +62636,8 @@ Example
{
- "firstname": "xyz789",
- "lastname": "xyz789"
+ "firstname": "abc123",
+ "lastname": "abc123"
}
@@ -63230,7 +62851,7 @@ Example
{
- "order_id": "xyz789",
+ "order_id": "abc123",
"order_number": "xyz789"
}
@@ -63425,22 +63046,22 @@ Example
{
- "city": "abc123",
+ "city": "xyz789",
"company": "abc123",
"country_code": "AF",
"custom_attributesV2": [AttributeValueInterface],
- "fax": "abc123",
- "firstname": "abc123",
+ "fax": "xyz789",
+ "firstname": "xyz789",
"lastname": "abc123",
"middlename": "abc123",
"postcode": "abc123",
"prefix": "xyz789",
- "region": "xyz789",
+ "region": "abc123",
"region_id": "4",
"street": ["abc123"],
- "suffix": "abc123",
+ "suffix": "xyz789",
"telephone": "xyz789",
- "vat_id": "abc123"
+ "vat_id": "xyz789"
}
@@ -63502,11 +63123,11 @@ Example
{
- "firstname": "xyz789",
- "lastname": "xyz789",
+ "firstname": "abc123",
+ "lastname": "abc123",
"middlename": "abc123",
- "prefix": "xyz789",
- "suffix": "xyz789"
+ "prefix": "abc123",
+ "suffix": "abc123"
}
@@ -63715,7 +63336,7 @@ Example
{
"discounts": [Discount],
- "eligible_for_return": false,
+ "eligible_for_return": true,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
@@ -63724,14 +63345,14 @@ Example
"product": ProductInterface,
"product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "xyz789",
+ "product_sku": "abc123",
"product_type": "abc123",
"product_url_key": "abc123",
- "quantity_canceled": 987.65,
+ "quantity_canceled": 123.45,
"quantity_invoiced": 123.45,
- "quantity_ordered": 123.45,
+ "quantity_ordered": 987.65,
"quantity_refunded": 123.45,
- "quantity_return_requested": 987.65,
+ "quantity_return_requested": 123.45,
"quantity_returned": 123.45,
"quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
@@ -63928,18 +63549,18 @@ Example
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": 4,
+ "id": "4",
"prices": OrderItemPrices,
"product": ProductInterface,
"product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "xyz789",
- "product_type": "abc123",
- "product_url_key": "xyz789",
- "quantity_canceled": 123.45,
- "quantity_invoiced": 123.45,
+ "product_sku": "abc123",
+ "product_type": "xyz789",
+ "product_url_key": "abc123",
+ "quantity_canceled": 987.65,
+ "quantity_invoiced": 987.65,
"quantity_ordered": 123.45,
- "quantity_refunded": 123.45,
+ "quantity_refunded": 987.65,
"quantity_return_requested": 987.65,
"quantity_returned": 987.65,
"quantity_shipped": 123.45,
@@ -63995,7 +63616,7 @@ Example
{
- "label": "abc123",
+ "label": "xyz789",
"value": "xyz789"
}
@@ -64156,8 +63777,8 @@ Example
{
"additional_data": [KeyValue],
- "name": "xyz789",
- "type": "abc123"
+ "name": "abc123",
+ "type": "xyz789"
}
@@ -64226,7 +63847,7 @@ Example
"comments": [SalesCommentItem],
"id": 4,
"items": [ShipmentItemInterface],
- "number": "xyz789",
+ "number": "abc123",
"tracking": [ShipmentTracking]
}
@@ -64452,7 +64073,7 @@ Example
{
"payer_id": "abc123",
- "token": "xyz789"
+ "token": "abc123"
}
@@ -64630,7 +64251,7 @@ Example
"mode": "TEST",
"paypal_url": "abc123",
"secure_token": "xyz789",
- "secure_token_id": "abc123"
+ "secure_token_id": "xyz789"
}
@@ -64676,7 +64297,7 @@ Fields
Example
- {"cart_id": "xyz789"}
+ {"cart_id": "abc123"}
@@ -64729,7 +64350,7 @@ Example
{
"cc_details": CreditCardDetailsInput,
- "is_active_payment_token_enabler": true
+ "is_active_payment_token_enabler": false
}
@@ -64782,8 +64403,8 @@ Example
{
- "cart_id": "xyz789",
- "paypal_payload": "xyz789"
+ "cart_id": "abc123",
+ "paypal_payload": "abc123"
}
@@ -64936,7 +64557,7 @@ Example
{
- "cancel_url": "xyz789",
+ "cancel_url": "abc123",
"error_url": "abc123",
"return_url": "xyz789"
}
@@ -65042,7 +64663,7 @@ Example
{
"code": "abc123",
- "is_visible": false,
+ "is_visible": true,
"payment_intent": "xyz789",
"sdk_params": [SDKParams],
"sort_order": "abc123",
@@ -65379,7 +65000,7 @@ Example
"payment_services_paypal_smart_buttons": SmartButtonMethodInput,
"payment_services_paypal_vault": VaultMethodInput,
"paypal_express": PaypalExpressInput,
- "purchase_order_number": "xyz789"
+ "purchase_order_number": "abc123"
}
@@ -65441,7 +65062,7 @@ Example
{
"id": "xyz789",
- "mp_order_id": "xyz789",
+ "mp_order_id": "abc123",
"payment_source_details": PaymentSourceDetails,
"status": "abc123"
}
@@ -65788,7 +65409,7 @@ Example
{
- "payer_id": "xyz789",
+ "payer_id": "abc123",
"token": "xyz789"
}
@@ -65860,11 +65481,11 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"code": "xyz789",
"express_button": true,
"urls": PaypalExpressUrlsInput,
- "use_paypal_credit": false
+ "use_paypal_credit": true
}
@@ -65968,7 +65589,7 @@ Example
{
"edit": "xyz789",
- "start": "abc123"
+ "start": "xyz789"
}
@@ -66033,10 +65654,10 @@ Example
{
- "cancel_url": "xyz789",
- "pending_url": "abc123",
- "return_url": "abc123",
- "success_url": "xyz789"
+ "cancel_url": "abc123",
+ "pending_url": "xyz789",
+ "return_url": "xyz789",
+ "success_url": "abc123"
}
@@ -66248,21 +65869,21 @@ Example
{
- "city": "xyz789",
- "contact_name": "xyz789",
+ "city": "abc123",
+ "contact_name": "abc123",
"country_id": "abc123",
"description": "xyz789",
"email": "xyz789",
- "fax": "xyz789",
+ "fax": "abc123",
"latitude": 123.45,
"longitude": 123.45,
"name": "abc123",
"phone": "xyz789",
"pickup_location_code": "xyz789",
- "postcode": "xyz789",
- "region": "abc123",
- "region_id": 123,
- "street": "xyz789"
+ "postcode": "abc123",
+ "region": "xyz789",
+ "region_id": 987,
+ "street": "abc123"
}
@@ -66709,7 +66330,7 @@ Example
{
"code": "CART_NOT_FOUND",
- "message": "abc123"
+ "message": "xyz789"
}
@@ -66825,7 +66446,7 @@ Fields
Example
- {"purchase_order_uid": "4"}
+ {"purchase_order_uid": 4}
@@ -67347,9 +66968,9 @@ Example
{
- "discount_percentage": 987.65,
- "main_final_price": 123.45,
- "main_price": 987.65
+ "discount_percentage": 123.45,
+ "main_final_price": 987.65,
+ "main_price": 123.45
}
@@ -67565,7 +67186,7 @@ Example
{
- "code": "abc123",
+ "code": "xyz789",
"value": "abc123"
}
@@ -67988,7 +67609,7 @@ Fields
Example
- {"amount_off": 123.45, "percent_off": 123.45}
+ {"amount_off": 987.65, "percent_off": 987.65}
@@ -68365,7 +67986,7 @@ Example
"disabled": true,
"label": "abc123",
"position": 123,
- "url": "xyz789"
+ "url": "abc123"
}
@@ -68458,7 +68079,7 @@ Fields
Example
- {"sku": "abc123"}
+ {"sku": "xyz789"}
@@ -69035,80 +68656,80 @@ Example
{
- "activity": "abc123",
+ "activity": "xyz789",
"attribute_set_id": 987,
- "canonical_url": "abc123",
+ "canonical_url": "xyz789",
"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": 987,
+ "eco_collection": 123,
"erin_recommends": 123,
- "features_bags": "xyz789",
- "format": 123,
+ "features_bags": "abc123",
+ "format": 987,
"gender": "abc123",
- "gift_message_available": false,
- "gift_wrapping_available": true,
+ "gift_message_available": true,
+ "gift_wrapping_available": false,
"gift_wrapping_price": Money,
"id": 987,
"image": ProductImage,
- "is_returnable": "xyz789",
- "manufacturer": 123,
+ "is_returnable": "abc123",
+ "manufacturer": 987,
"material": "xyz789",
"max_sale_qty": 987.65,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "abc123",
- "meta_keyword": "abc123",
+ "meta_keyword": "xyz789",
"meta_title": "abc123",
"min_sale_qty": 987.65,
- "name": "xyz789",
+ "name": "abc123",
"new": 123,
"new_from_date": "abc123",
"new_to_date": "xyz789",
"only_x_left_in_stock": 123.45,
- "options_container": "abc123",
+ "options_container": "xyz789",
"pattern": "xyz789",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
- "purpose": 987,
- "quantity": 987.65,
- "rating_summary": 123.45,
+ "purpose": 123,
+ "quantity": 123.45,
+ "rating_summary": 987.65,
"related_products": [ProductInterface],
"review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 987,
+ "sale": 123,
"short_description": ComplexTextValue,
- "size": 123,
+ "size": 987,
"sku": "xyz789",
"sleeve": "abc123",
"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": "xyz789",
- "style_bags": "abc123",
- "style_bottom": "abc123",
+ "style_bags": "xyz789",
+ "style_bottom": "xyz789",
"style_general": "xyz789",
"swatch_image": "abc123",
"thumbnail": ProductImage,
- "tier_price": 123.45,
+ "tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type_id": "abc123",
"uid": 4,
- "updated_at": "abc123",
+ "updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"url_path": "xyz789",
@@ -69182,8 +68803,8 @@ Example
{
"link_type": "xyz789",
"linked_product_sku": "xyz789",
- "linked_product_type": "abc123",
- "position": 123,
+ "linked_product_type": "xyz789",
+ "position": 987,
"sku": "abc123"
}
@@ -69268,9 +68889,9 @@ Example
{
"link_type": "xyz789",
- "linked_product_sku": "xyz789",
- "linked_product_type": "abc123",
- "position": 123,
+ "linked_product_sku": "abc123",
+ "linked_product_type": "xyz789",
+ "position": 987,
"sku": "abc123"
}
@@ -69328,7 +68949,7 @@ Example
{
"base64_encoded_data": "abc123",
- "name": "abc123",
+ "name": "xyz789",
"type": "xyz789"
}
@@ -69400,12 +69021,12 @@ Example
{
- "media_type": "abc123",
+ "media_type": "xyz789",
"video_description": "xyz789",
- "video_metadata": "abc123",
+ "video_metadata": "xyz789",
"video_provider": "abc123",
- "video_title": "xyz789",
- "video_url": "abc123"
+ "video_title": "abc123",
+ "video_url": "xyz789"
}
@@ -69606,13 +69227,13 @@ Example
{
- "average_rating": 987.65,
+ "average_rating": 123.45,
"created_at": "abc123",
- "nickname": "abc123",
+ "nickname": "xyz789",
"product": ProductInterface,
"ratings_breakdown": [ProductReviewRating],
"summary": "xyz789",
- "text": "abc123"
+ "text": "xyz789"
}
@@ -69717,8 +69338,8 @@ Example
{
- "id": "abc123",
- "value_id": "abc123"
+ "id": "xyz789",
+ "value_id": "xyz789"
}
@@ -69828,7 +69449,7 @@ Example
{
"value": "abc123",
- "value_id": "abc123"
+ "value_id": "xyz789"
}
@@ -70049,10 +69670,10 @@ Example
{
"customer_group_id": "xyz789",
- "percentage_value": 987.65,
+ "percentage_value": 123.45,
"qty": 123.45,
"value": 987.65,
- "website_id": 123.45
+ "website_id": 987.65
}
@@ -70118,9 +69739,9 @@ Example
{
- "disabled": false,
+ "disabled": true,
"label": "xyz789",
- "position": 123,
+ "position": 987,
"url": "xyz789",
"video_content": ProductMediaGalleryEntriesVideoContent
}
@@ -70218,7 +69839,7 @@ Example
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"suggestions": [SearchSuggestion],
- "total_count": 987
+ "total_count": 123
}
@@ -70329,7 +69950,7 @@ Example
"order": CustomerOrder,
"quote": Cart,
"status": "PENDING",
- "uid": "4",
+ "uid": 4,
"updated_at": "abc123"
}
@@ -70669,13 +70290,13 @@ Example
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
- "created_at": "abc123",
- "created_by": "xyz789",
+ "created_at": "xyz789",
+ "created_by": "abc123",
"description": "xyz789",
"name": "abc123",
"status": "ENABLED",
- "uid": 4,
- "updated_at": "abc123"
+ "uid": "4",
+ "updated_at": "xyz789"
}
@@ -70922,7 +70543,7 @@ Fields
Example
- {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 123}
+ {"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
@@ -70999,7 +70620,7 @@ Example
{
"applies_to": [4],
- "approvers": ["4"],
+ "approvers": [4],
"condition": CreatePurchaseOrderApprovalRuleConditionInput,
"description": "xyz789",
"name": "abc123",
@@ -71288,7 +70909,7 @@ Example
"author": Customer,
"created_at": "xyz789",
"text": "xyz789",
- "uid": "4"
+ "uid": 4
}
@@ -71420,9 +71041,9 @@ Example
{
"activity": "abc123",
- "created_at": "xyz789",
+ "created_at": "abc123",
"message": "abc123",
- "uid": 4
+ "uid": "4"
}
@@ -71474,7 +71095,7 @@ Example
{
"events": [PurchaseOrderApprovalFlowEvent],
- "rule_name": "xyz789"
+ "rule_name": "abc123"
}
@@ -71630,7 +71251,7 @@ Example
{
"items": [PurchaseOrder],
"page_info": SearchResultPageInfo,
- "total_count": 987
+ "total_count": 123
}
@@ -71792,7 +71413,7 @@ Example
{
- "company_purchase_orders": false,
+ "company_purchase_orders": true,
"created_date": FilterRangeTypeInput,
"require_my_approval": false,
"status": "PENDING"
@@ -71905,8 +71526,8 @@ Example
{
- "item_id": 4,
- "note": "xyz789",
+ "item_id": "4",
+ "note": "abc123",
"templateId": 4
}
@@ -72091,12 +71712,12 @@ Example
{
"badge_position": "xyz789",
"language_code": "abc123",
- "minimum_score": 123.45,
+ "minimum_score": 987.65,
"re_captcha_type": "INVISIBLE",
- "technical_failure_message": "abc123",
- "theme": "xyz789",
- "validation_failure_message": "xyz789",
- "website_key": "xyz789"
+ "technical_failure_message": "xyz789",
+ "theme": "abc123",
+ "validation_failure_message": "abc123",
+ "website_key": "abc123"
}
@@ -72178,10 +71799,10 @@ Example
{
"badge_position": "abc123",
- "failure_message": "xyz789",
+ "failure_message": "abc123",
"forms": ["PLACE_ORDER"],
- "is_enabled": true,
- "language_code": "xyz789",
+ "is_enabled": false,
+ "language_code": "abc123",
"minimum_score": 123.45,
"theme": "xyz789",
"website_key": "abc123"
@@ -72404,8 +72025,8 @@ Example
{
- "code": "xyz789",
- "id": 123,
+ "code": "abc123",
+ "id": 987,
"name": "abc123"
}
@@ -72549,7 +72170,7 @@ Example
{
"cart_id": "abc123",
- "coupon_codes": ["xyz789"]
+ "coupon_codes": ["abc123"]
}
@@ -72602,8 +72223,8 @@ Example
{
- "cart_id": "xyz789",
- "gift_card_code": "abc123"
+ "cart_id": "abc123",
+ "gift_card_code": "xyz789"
}
@@ -72840,7 +72461,7 @@ Example
{
"cart_id": "abc123",
"cart_item_id": 123,
- "cart_item_uid": 4
+ "cart_item_uid": "4"
}
@@ -72936,7 +72557,7 @@ Fields
Example
- {"quote_item_uids": [4], "quote_uid": "4"}
+ {"quote_item_uids": ["4"], "quote_uid": 4}
@@ -73082,7 +72703,7 @@ Fields
Example
- {"products": ["4"], "uid": 4}
+ {"products": [4], "uid": "4"}
@@ -73312,7 +72933,7 @@ Fields
Example
- {"cart_id": "abc123"}
+ {"cart_id": "xyz789"}
@@ -73414,9 +73035,9 @@ Example
{
- "quote_comment": "abc123",
+ "quote_comment": "xyz789",
"quote_name": "xyz789",
- "quote_uid": "4"
+ "quote_uid": 4
}
@@ -73580,7 +73201,7 @@ Example
"comment_text": "abc123",
"contact_email": "abc123",
"items": [RequestReturnItemInput],
- "token": "xyz789"
+ "token": "abc123"
}
@@ -73647,8 +73268,8 @@ Example
{
"cart_id": 4,
"comment": NegotiableQuoteCommentInput,
- "is_draft": false,
- "quote_name": "abc123"
+ "is_draft": true,
+ "quote_name": "xyz789"
}
@@ -73738,7 +73359,7 @@ Fields
Example
- {"cart_id": 4}
+ {"cart_id": "4"}
@@ -73874,7 +73495,7 @@ Example
EnteredCustomAttributeInput
],
"order_item_uid": "4",
- "quantity_to_return": 987.65,
+ "quantity_to_return": 123.45,
"selected_custom_attributes": [
SelectedCustomAttributeInput
]
@@ -74040,10 +73661,10 @@ Example
{
"description": "abc123",
"items": RequistionListItems,
- "items_count": 987,
+ "items_count": 123,
"name": "xyz789",
- "uid": "4",
- "updated_at": "abc123"
+ "uid": 4,
+ "updated_at": "xyz789"
}
@@ -74203,7 +73824,7 @@ Example
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 987.65,
- "uid": 4
+ "uid": "4"
}
@@ -74275,10 +73896,10 @@ Example
{
"entered_options": [EnteredOptionInput],
- "parent_sku": "abc123",
+ "parent_sku": "xyz789",
"quantity": 987.65,
- "selected_options": ["xyz789"],
- "sku": "xyz789"
+ "selected_options": ["abc123"],
+ "sku": "abc123"
}
@@ -74336,7 +73957,7 @@ Example
{
"items": [RequisitionList],
"page_info": SearchResultPageInfo,
- "total_count": 123
+ "total_count": 987
}
@@ -74490,7 +74111,7 @@ Example
"created_at": "xyz789",
"customer": ReturnCustomer,
"items": [ReturnItem],
- "number": "abc123",
+ "number": "xyz789",
"order": CustomerOrder,
"shipping": ReturnShipping,
"status": "PENDING",
@@ -74556,9 +74177,9 @@ Example
{
"author_name": "xyz789",
- "created_at": "abc123",
- "text": "xyz789",
- "uid": "4"
+ "created_at": "xyz789",
+ "text": "abc123",
+ "uid": 4
}
@@ -74615,8 +74236,8 @@ Example
{
"label": "xyz789",
- "uid": 4,
- "value": "abc123"
+ "uid": "4",
+ "value": "xyz789"
}
@@ -74754,8 +74375,8 @@ Example
"custom_attributes": [ReturnCustomAttribute],
"custom_attributesV2": [AttributeValueInterface],
"order_item": OrderItemInterface,
- "quantity": 987.65,
- "request_quantity": 123.45,
+ "quantity": 123.45,
+ "request_quantity": 987.65,
"status": "PENDING",
"uid": 4
}
@@ -74870,11 +74491,11 @@ Example
"frontend_input": "BOOLEAN",
"input_filter": "NONE",
"is_required": false,
- "is_unique": false,
- "label": "xyz789",
+ "is_unique": true,
+ "label": "abc123",
"multiline_count": 987,
"options": [CustomAttributeOptionInterface],
- "sort_order": 123,
+ "sort_order": 987,
"validate_rules": [ValidationRule]
}
@@ -75096,7 +74717,7 @@ Example
"city": "xyz789",
"contact_name": "abc123",
"country": Country,
- "postcode": "abc123",
+ "postcode": "xyz789",
"region": Region,
"street": ["xyz789"],
"telephone": "xyz789"
@@ -75149,10 +74770,7 @@ Fields
Example
- {
- "label": "abc123",
- "uid": "4"
-}
+ {"label": "abc123", "uid": 4}
@@ -75265,7 +74883,7 @@ Fields
Example
- {"text": "abc123", "type": "INFORMATION"}
+ {"text": "xyz789", "type": "INFORMATION"}
@@ -75497,7 +75115,7 @@ Example
{
"items": [Return],
"page_info": SearchResultPageInfo,
- "total_count": 123
+ "total_count": 987
}
@@ -75542,7 +75160,7 @@ Fields
Example
- {"result": true}
+ {"result": false}
@@ -75651,7 +75269,7 @@ Fields
Example
- {"money": Money, "points": 987.65}
+ {"money": Money, "points": 123.45}
@@ -75712,7 +75330,7 @@ Example
{
"balance": RewardPointsAmount,
- "change_reason": "abc123",
+ "change_reason": "xyz789",
"date": "xyz789",
"points_change": 987.65
}
@@ -75816,7 +75434,7 @@ Fields
Example
- {"currency_amount": 987.65, "points": 123.45}
+ {"currency_amount": 123.45, "points": 987.65}
@@ -76034,8 +75652,8 @@ Example
{
- "redirect_code": 987,
- "relative_url": "abc123",
+ "redirect_code": 123,
+ "relative_url": "xyz789",
"type": "CMS_PAGE"
}
@@ -76093,7 +75711,7 @@ Example
{
"redirect_code": 987,
- "relative_url": "abc123",
+ "relative_url": "xyz789",
"type": "CMS_PAGE"
}
@@ -76146,7 +75764,7 @@ Example
{
"name": "abc123",
- "value": "xyz789"
+ "value": "abc123"
}
@@ -76313,7 +75931,7 @@ Fields
Example
- {"current_page": 123, "page_size": 987, "total_pages": 987}
+ {"current_page": 123, "page_size": 123, "total_pages": 123}
@@ -76357,7 +75975,7 @@ Fields
Example
- {"search": "abc123"}
+ {"search": "xyz789"}
@@ -76424,7 +76042,7 @@ Example
{
- "id": 123,
+ "id": 987,
"label": "abc123",
"type": "xyz789",
"uid": "4",
@@ -76505,13 +76123,13 @@ Example
{
- "id": 987,
+ "id": 123,
"label": "xyz789",
"original_price": Money,
"price": 987.65,
"priceV2": Money,
"quantity": 987.65,
- "uid": 4
+ "uid": "4"
}
@@ -76587,10 +76205,10 @@ Example
{
"configurable_product_option_uid": 4,
- "configurable_product_option_value_uid": 4,
- "id": 123,
+ "configurable_product_option_value_uid": "4",
+ "id": 987,
"option_label": "abc123",
- "value_id": 123,
+ "value_id": 987,
"value_label": "abc123"
}
@@ -76644,7 +76262,7 @@ Example
{
- "attribute_code": "xyz789",
+ "attribute_code": "abc123",
"value": "xyz789"
}
@@ -76723,12 +76341,12 @@ Example
{
- "customizable_option_uid": "4",
- "id": 987,
+ "customizable_option_uid": 4,
+ "id": 123,
"is_required": false,
"label": "abc123",
- "sort_order": 987,
- "type": "abc123",
+ "sort_order": 123,
+ "type": "xyz789",
"values": [SelectedCustomizableOptionValue]
}
@@ -76797,7 +76415,7 @@ Example
{
- "customizable_option_value_uid": "4",
+ "customizable_option_value_uid": 4,
"id": 987,
"label": "abc123",
"price": CartItemSelectedOptionValuePrice,
@@ -76857,8 +76475,8 @@ Example
{
- "code": "abc123",
- "purchase_order_number": "abc123",
+ "code": "xyz789",
+ "purchase_order_number": "xyz789",
"title": "abc123"
}
@@ -76944,8 +76562,8 @@ Example
{
"amount": Money,
"base_amount": Money,
- "carrier_code": "xyz789",
- "carrier_title": "abc123",
+ "carrier_code": "abc123",
+ "carrier_title": "xyz789",
"method_code": "abc123",
"method_title": "xyz789",
"price_excl_tax": Money,
@@ -77113,8 +76731,8 @@ Example
{
- "email": "xyz789",
- "name": "abc123"
+ "email": "abc123",
+ "name": "xyz789"
}
@@ -77167,8 +76785,8 @@ Example
{
- "email": "xyz789",
- "name": "xyz789"
+ "email": "abc123",
+ "name": "abc123"
}
@@ -77226,7 +76844,7 @@ Example
{
"email": "xyz789",
"message": "xyz789",
- "name": "xyz789"
+ "name": "abc123"
}
@@ -77285,9 +76903,9 @@ Example
{
- "email": "abc123",
+ "email": "xyz789",
"message": "xyz789",
- "name": "abc123"
+ "name": "xyz789"
}
@@ -77337,7 +76955,7 @@ Fields
Example
- {"enabled_for_customers": true, "enabled_for_guests": true}
+ {"enabled_for_customers": false, "enabled_for_guests": false}
@@ -77600,11 +77218,11 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"gift_message": GiftMessageInput,
"gift_receipt_included": true,
- "gift_wrapping_id": 4,
- "printed_card_included": false
+ "gift_wrapping_id": "4",
+ "printed_card_included": true
}
@@ -77701,7 +77319,7 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"email": "abc123"
}
@@ -77844,7 +77462,7 @@ Example
{
"billing_address": NegotiableQuoteBillingAddressInput,
- "quote_uid": 4
+ "quote_uid": "4"
}
@@ -77942,7 +77560,7 @@ Example
{
"payment_method": NegotiableQuotePaymentMethodInput,
- "quote_uid": 4
+ "quote_uid": "4"
}
@@ -78045,8 +77663,8 @@ Example
{
- "customer_address_id": 4,
- "quote_uid": "4",
+ "customer_address_id": "4",
+ "quote_uid": 4,
"shipping_addresses": [
NegotiableQuoteShippingAddressInput
]
@@ -78146,7 +77764,7 @@ Example
{
- "quote_uid": "4",
+ "quote_uid": 4,
"shipping_methods": [ShippingMethodInput]
}
@@ -78548,7 +78166,7 @@ Example
{
- "cart_id": "abc123",
+ "cart_id": "xyz789",
"shipping_methods": [ShippingMethodInput]
}
@@ -78745,7 +78363,7 @@ Example
{
"message": "xyz789",
- "name": "xyz789"
+ "name": "abc123"
}
@@ -78869,7 +78487,7 @@ Example
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
- "product_sku": "abc123",
+ "product_sku": "xyz789",
"quantity_shipped": 987.65
}
@@ -78968,12 +78586,12 @@ Example
{
- "id": 4,
+ "id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
- "quantity_shipped": 987.65
+ "quantity_shipped": 123.45
}
@@ -79029,9 +78647,9 @@ Example
{
- "carrier": "xyz789",
- "number": "xyz789",
- "title": "abc123"
+ "carrier": "abc123",
+ "number": "abc123",
+ "title": "xyz789"
}
@@ -79097,7 +78715,7 @@ Example
{
"address": CartAddressInput,
- "customer_address_id": 987,
+ "customer_address_id": 123,
"customer_notes": "xyz789",
"pickup_location_code": "xyz789"
}
@@ -79274,27 +78892,27 @@ Example
"cart_items": [CartItemQuantity],
"cart_items_v2": [CartItemInterface],
"city": "abc123",
- "company": "xyz789",
+ "company": "abc123",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
- "customer_notes": "xyz789",
+ "customer_notes": "abc123",
"fax": "abc123",
- "firstname": "abc123",
- "id": 123,
- "items_weight": 987.65,
- "lastname": "xyz789",
- "middlename": "xyz789",
+ "firstname": "xyz789",
+ "id": 987,
+ "items_weight": 123.45,
+ "lastname": "abc123",
+ "middlename": "abc123",
"pickup_location_code": "xyz789",
- "postcode": "xyz789",
+ "postcode": "abc123",
"prefix": "abc123",
"region": CartAddressRegion,
"same_as_billing": true,
"selected_shipping_method": SelectedShippingMethod,
- "street": ["abc123"],
+ "street": ["xyz789"],
"suffix": "abc123",
"telephone": "abc123",
- "uid": "abc123",
- "vat_id": "abc123"
+ "uid": "xyz789",
+ "vat_id": "xyz789"
}
@@ -79462,7 +79080,7 @@ Example
{
"carrier_code": "abc123",
- "method_code": "abc123"
+ "method_code": "xyz789"
}
@@ -79596,17 +79214,17 @@ Example
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
- "id": "abc123",
+ "id": "xyz789",
"is_available": true,
- "max_qty": 123.45,
- "min_qty": 123.45,
- "not_available_message": "abc123",
+ "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": 123.45,
- "uid": "4"
+ "quantity": 987.65,
+ "uid": 4
}
@@ -80167,11 +79785,11 @@ Example
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
- "climate": "abc123",
- "collar": "xyz789",
- "color": 123,
- "country_of_manufacture": "xyz789",
- "created_at": "abc123",
+ "climate": "xyz789",
+ "collar": "abc123",
+ "color": 987,
+ "country_of_manufacture": "abc123",
+ "created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
@@ -80179,72 +79797,72 @@ Example
"erin_recommends": 123,
"features_bags": "xyz789",
"format": 987,
- "gender": "abc123",
+ "gender": "xyz789",
"gift_message_available": false,
"gift_wrapping_available": false,
"gift_wrapping_price": Money,
"id": 987,
"image": ProductImage,
"is_returnable": "xyz789",
- "manufacturer": 123,
+ "manufacturer": 987,
"material": "xyz789",
"max_sale_qty": 123.45,
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
- "meta_description": "abc123",
- "meta_keyword": "xyz789",
+ "meta_description": "xyz789",
+ "meta_keyword": "abc123",
"meta_title": "abc123",
"min_sale_qty": 987.65,
"name": "xyz789",
"new": 123,
- "new_from_date": "abc123",
- "new_to_date": "abc123",
- "only_x_left_in_stock": 123.45,
+ "new_from_date": "xyz789",
+ "new_to_date": "xyz789",
+ "only_x_left_in_stock": 987.65,
"options": [CustomizableOptionInterface],
- "options_container": "xyz789",
- "pattern": "abc123",
+ "options_container": "abc123",
+ "pattern": "xyz789",
"performance_fabric": 123,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
- "purpose": 123,
- "quantity": 123.45,
+ "purpose": 987,
+ "quantity": 987.65,
"rating_summary": 123.45,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "abc123",
- "review_count": 987,
+ "review_count": 123,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 123,
+ "sale": 987,
"short_description": ComplexTextValue,
"size": 987,
"sku": "abc123",
"sleeve": "xyz789",
"small_image": ProductImage,
- "special_from_date": "abc123",
- "special_price": 987.65,
- "special_to_date": "xyz789",
+ "special_from_date": "xyz789",
+ "special_price": 123.45,
+ "special_to_date": "abc123",
"staged": true,
"stock_status": "IN_STOCK",
"strap_bags": "xyz789",
- "style_bags": "abc123",
- "style_bottom": "abc123",
+ "style_bags": "xyz789",
+ "style_bottom": "xyz789",
"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",
+ "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": "abc123",
+ "url_suffix": "xyz789",
"websites": [Website],
"weight": 987.65
}
@@ -80440,7 +80058,7 @@ Example
"description": "abc123",
"id": "4",
"product": ProductInterface,
- "quantity": 123.45
+ "quantity": 987.65
}
@@ -80499,9 +80117,9 @@ Example
{
- "payment_source": "xyz789",
+ "payment_source": "abc123",
"payments_order_id": "abc123",
- "paypal_order_id": "xyz789"
+ "paypal_order_id": "abc123"
}
@@ -80590,14 +80208,14 @@ Example
{
"button_styles": ButtonStyles,
"code": "xyz789",
- "display_message": false,
+ "display_message": true,
"display_venmo": true,
"is_visible": false,
"message_styles": MessageStyles,
"payment_intent": "xyz789",
"sdk_params": [SDKParams],
"sort_order": "xyz789",
- "title": "xyz789"
+ "title": "abc123"
}
@@ -80701,8 +80319,8 @@ Example
{
- "label": "xyz789",
- "value": "xyz789"
+ "label": "abc123",
+ "value": "abc123"
}
@@ -82286,247 +81904,247 @@ Example
{
"absolute_footer": "abc123",
- "allow_gift_receipt": "xyz789",
+ "allow_gift_receipt": "abc123",
"allow_gift_wrapping_on_order": "abc123",
- "allow_gift_wrapping_on_order_items": "xyz789",
+ "allow_gift_wrapping_on_order_items": "abc123",
"allow_guests_to_write_product_reviews": "abc123",
- "allow_items": "abc123",
- "allow_order": "abc123",
+ "allow_items": "xyz789",
+ "allow_order": "xyz789",
"allow_printed_card": "abc123",
- "autocomplete_on_storefront": false,
- "base_currency_code": "xyz789",
- "base_link_url": "xyz789",
- "base_media_url": "abc123",
+ "autocomplete_on_storefront": true,
+ "base_currency_code": "abc123",
+ "base_link_url": "abc123",
+ "base_media_url": "xyz789",
"base_static_url": "xyz789",
"base_url": "xyz789",
"braintree_3dsecure_allowspecific": false,
"braintree_3dsecure_always_request_3ds": false,
"braintree_3dsecure_specificcountry": "abc123",
- "braintree_3dsecure_threshold_amount": "abc123",
- "braintree_3dsecure_verify_3dsecure": false,
- "braintree_ach_direct_debit_vault_active": false,
+ "braintree_3dsecure_threshold_amount": "xyz789",
+ "braintree_3dsecure_verify_3dsecure": true,
+ "braintree_ach_direct_debit_vault_active": true,
"braintree_applepay_merchant_name": "xyz789",
"braintree_applepay_vault_active": true,
"braintree_cc_vault_active": "xyz789",
"braintree_cc_vault_cvv": true,
"braintree_environment": "xyz789",
- "braintree_googlepay_btn_color": "abc123",
+ "braintree_googlepay_btn_color": "xyz789",
"braintree_googlepay_cctypes": "xyz789",
"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_allowed_methods": "abc123",
+ "braintree_local_payment_fallback_button_text": "abc123",
"braintree_local_payment_redirect_on_fail": "xyz789",
- "braintree_merchant_account_id": "xyz789",
+ "braintree_merchant_account_id": "abc123",
"braintree_paypal_button_location_cart_type_credit_color": "abc123",
- "braintree_paypal_button_location_cart_type_credit_label": "abc123",
+ "braintree_paypal_button_location_cart_type_credit_label": "xyz789",
"braintree_paypal_button_location_cart_type_credit_shape": "abc123",
"braintree_paypal_button_location_cart_type_credit_show": false,
- "braintree_paypal_button_location_cart_type_messaging_layout": "xyz789",
+ "braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
- "braintree_paypal_button_location_cart_type_messaging_logo_position": "abc123",
+ "braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_cart_type_messaging_show": true,
- "braintree_paypal_button_location_cart_type_messaging_text_color": "abc123",
- "braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
+ "braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
+ "braintree_paypal_button_location_cart_type_paylater_color": "abc123",
"braintree_paypal_button_location_cart_type_paylater_label": "abc123",
- "braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
+ "braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
"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": "abc123",
+ "braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
+ "braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
"braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
- "braintree_paypal_button_location_cart_type_paypal_show": true,
- "braintree_paypal_button_location_checkout_type_credit_color": "abc123",
- "braintree_paypal_button_location_checkout_type_credit_label": "xyz789",
- "braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
- "braintree_paypal_button_location_checkout_type_credit_show": true,
- "braintree_paypal_button_location_checkout_type_messaging_layout": "abc123",
- "braintree_paypal_button_location_checkout_type_messaging_logo": "xyz789",
+ "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": "xyz789",
+ "braintree_paypal_button_location_checkout_type_credit_show": false,
+ "braintree_paypal_button_location_checkout_type_messaging_layout": "xyz789",
+ "braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
"braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
- "braintree_paypal_button_location_checkout_type_messaging_show": false,
- "braintree_paypal_button_location_checkout_type_messaging_text_color": "abc123",
+ "braintree_paypal_button_location_checkout_type_messaging_show": true,
+ "braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_color": "abc123",
- "braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
+ "braintree_paypal_button_location_checkout_type_paylater_label": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_shape": "abc123",
- "braintree_paypal_button_location_checkout_type_paylater_show": false,
+ "braintree_paypal_button_location_checkout_type_paylater_show": true,
"braintree_paypal_button_location_checkout_type_paypal_color": "abc123",
- "braintree_paypal_button_location_checkout_type_paypal_label": "abc123",
- "braintree_paypal_button_location_checkout_type_paypal_shape": "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_productpage_type_credit_shape": "xyz789",
- "braintree_paypal_button_location_productpage_type_credit_show": true,
+ "braintree_paypal_button_location_productpage_type_credit_color": "xyz789",
+ "braintree_paypal_button_location_productpage_type_credit_label": "xyz789",
+ "braintree_paypal_button_location_productpage_type_credit_shape": "abc123",
+ "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_position": "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_messaging_show": false,
+ "braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
- "braintree_paypal_button_location_productpage_type_paylater_label": "xyz789",
- "braintree_paypal_button_location_productpage_type_paylater_shape": "xyz789",
+ "braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
+ "braintree_paypal_button_location_productpage_type_paylater_shape": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_show": true,
"braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
- "braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
- "braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
- "braintree_paypal_button_location_productpage_type_paypal_show": false,
+ "braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
+ "braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
+ "braintree_paypal_button_location_productpage_type_paypal_show": true,
"braintree_paypal_credit_uk_merchant_name": "xyz789",
- "braintree_paypal_display_on_shopping_cart": true,
- "braintree_paypal_merchant_country": "xyz789",
- "braintree_paypal_merchant_name_override": "xyz789",
+ "braintree_paypal_display_on_shopping_cart": false,
+ "braintree_paypal_merchant_country": "abc123",
+ "braintree_paypal_merchant_name_override": "abc123",
"braintree_paypal_require_billing_address": true,
- "braintree_paypal_send_cart_line_items": false,
+ "braintree_paypal_send_cart_line_items": true,
"braintree_paypal_vault_active": false,
"cart_expires_in_days": 987,
- "cart_gift_wrapping": "abc123",
- "cart_printed_card": "abc123",
- "cart_summary_display_quantity": 987,
- "catalog_default_sort_by": "xyz789",
+ "cart_gift_wrapping": "xyz789",
+ "cart_printed_card": "xyz789",
+ "cart_summary_display_quantity": 123,
+ "catalog_default_sort_by": "abc123",
"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_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": "abc123",
- "check_money_order_min_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": "xyz789",
"check_money_order_sort_order": 123,
"check_money_order_title": "xyz789",
"cms_home_page": "xyz789",
"cms_no_cookies": "xyz789",
- "cms_no_route": "abc123",
+ "cms_no_route": "xyz789",
"code": "xyz789",
"configurable_product_image": "ITSELF",
"configurable_thumbnail_source": "xyz789",
- "contact_enabled": false,
- "copyright": "xyz789",
- "countries_with_required_region": "abc123",
- "create_account_confirmation": true,
+ "contact_enabled": true,
+ "copyright": "abc123",
+ "countries_with_required_region": "xyz789",
+ "create_account_confirmation": false,
"customer_access_token_lifetime": 987.65,
"default_country": "abc123",
"default_description": "xyz789",
- "default_display_currency_code": "xyz789",
- "default_keywords": "abc123",
- "default_title": "xyz789",
+ "default_display_currency_code": "abc123",
+ "default_keywords": "xyz789",
+ "default_title": "abc123",
"demonotice": 123,
"display_product_prices_in_catalog": 987,
"display_shipping_prices": 987,
- "display_state_if_optional": false,
+ "display_state_if_optional": true,
"enable_multiple_wishlists": "xyz789",
- "fixed_product_taxes_apply_tax_to_fpt": false,
+ "fixed_product_taxes_apply_tax_to_fpt": true,
"fixed_product_taxes_display_prices_in_emails": 987,
- "fixed_product_taxes_display_prices_in_product_lists": 987,
+ "fixed_product_taxes_display_prices_in_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_enable": true,
"fixed_product_taxes_include_fpt_in_subtotal": true,
- "front": "abc123",
+ "front": "xyz789",
"graphql_share_all_customer_groups": true,
- "graphql_share_customer_group": false,
+ "graphql_share_customer_group": true,
"grid_per_page": 123,
- "grid_per_page_values": "abc123",
+ "grid_per_page_values": "xyz789",
"grouped_product_image": "ITSELF",
- "head_includes": "xyz789",
- "head_shortcut_icon": "abc123",
- "header_logo_src": "abc123",
+ "head_includes": "abc123",
+ "head_shortcut_icon": "xyz789",
+ "header_logo_src": "xyz789",
"id": 987,
"is_checkout_agreements_enabled": true,
- "is_default_store": true,
+ "is_default_store": false,
"is_default_store_group": true,
"is_guest_checkout_enabled": true,
- "is_negotiable_quote_active": true,
+ "is_negotiable_quote_active": false,
"is_one_page_checkout_enabled": true,
- "is_requisition_list_active": "xyz789",
+ "is_requisition_list_active": "abc123",
"list_mode": "abc123",
"list_per_page": 987,
"list_per_page_values": "abc123",
- "locale": "xyz789",
- "logo_alt": "abc123",
- "logo_height": 987,
- "logo_width": 987,
+ "locale": "abc123",
+ "logo_alt": "xyz789",
+ "logo_height": 123,
+ "logo_width": 123,
"magento_reward_general_is_enabled": "abc123",
"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": "abc123",
- "magento_reward_points_invitation_order_limit": "abc123",
+ "magento_reward_points_invitation_order_limit": "xyz789",
"magento_reward_points_newsletter": "xyz789",
- "magento_reward_points_order": "abc123",
+ "magento_reward_points_order": "xyz789",
"magento_reward_points_register": "xyz789",
- "magento_reward_points_review": "abc123",
+ "magento_reward_points_review": "xyz789",
"magento_reward_points_review_limit": "xyz789",
"magento_wishlist_general_is_enabled": "xyz789",
- "max_items_in_order_summary": 987,
- "maximum_number_of_wishlists": "abc123",
- "minicart_display": true,
- "minicart_max_items": 123,
+ "max_items_in_order_summary": 123,
+ "maximum_number_of_wishlists": "xyz789",
+ "minicart_display": false,
+ "minicart_max_items": 987,
"minimum_password_length": "xyz789",
"newsletter_enabled": true,
"no_route": "abc123",
"optional_zip_countries": "abc123",
- "order_cancellation_enabled": false,
+ "order_cancellation_enabled": true,
"order_cancellation_reasons": [CancellationReason],
- "orders_invoices_credit_memos_display_full_summary": false,
+ "orders_invoices_credit_memos_display_full_summary": true,
"orders_invoices_credit_memos_display_grandtotal": true,
"orders_invoices_credit_memos_display_price": 123,
- "orders_invoices_credit_memos_display_shipping_amount": 987,
- "orders_invoices_credit_memos_display_subtotal": 123,
+ "orders_invoices_credit_memos_display_shipping_amount": 123,
+ "orders_invoices_credit_memos_display_subtotal": 987,
"orders_invoices_credit_memos_display_zero_tax": true,
- "payment_payflowpro_cc_vault_active": "xyz789",
- "printed_card_price": "xyz789",
+ "payment_payflowpro_cc_vault_active": "abc123",
+ "printed_card_price": "abc123",
"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",
- "returns_enabled": "abc123",
+ "quickorder_active": false,
+ "required_character_classes_number": "abc123",
+ "returns_enabled": "xyz789",
"root_category_id": 123,
"root_category_uid": 4,
"sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
- "sales_gift_wrapping": "xyz789",
- "sales_printed_card": "abc123",
- "secure_base_link_url": "abc123",
- "secure_base_media_url": "abc123",
+ "sales_gift_wrapping": "abc123",
+ "sales_printed_card": "xyz789",
+ "secure_base_link_url": "xyz789",
+ "secure_base_media_url": "xyz789",
"secure_base_static_url": "xyz789",
- "secure_base_url": "xyz789",
+ "secure_base_url": "abc123",
"send_friend": SendFriendConfiguration,
"share_all_catalog_rules": true,
- "share_all_sales_rule": true,
+ "share_all_sales_rule": false,
"share_applied_catalog_rules": true,
- "share_applied_sales_rule": 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": 123,
+ "shopping_cart_display_subtotal": 987,
"shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
- "shopping_cart_display_zero_tax": true,
- "show_cms_breadcrumbs": 987,
+ "shopping_cart_display_zero_tax": false,
+ "show_cms_breadcrumbs": 123,
"store_code": 4,
"store_group_code": "4",
- "store_group_name": "xyz789",
- "store_name": "xyz789",
+ "store_group_name": "abc123",
+ "store_name": "abc123",
"store_sort_order": 123,
- "timezone": "abc123",
+ "timezone": "xyz789",
"title_prefix": "xyz789",
- "title_separator": "xyz789",
+ "title_separator": "abc123",
"title_suffix": "xyz789",
"use_store_in_url": true,
"website_code": "4",
- "website_id": 987,
- "website_name": "abc123",
- "weight_unit": "abc123",
- "welcome": "xyz789",
- "zero_subtotal_enable_for_specific_countries": false,
+ "website_id": 123,
+ "website_name": "xyz789",
+ "weight_unit": "xyz789",
+ "welcome": "abc123",
+ "zero_subtotal_enable_for_specific_countries": true,
"zero_subtotal_enabled": false,
- "zero_subtotal_new_order_status": "xyz789",
+ "zero_subtotal_new_order_status": "abc123",
"zero_subtotal_payment_action": "abc123",
- "zero_subtotal_payment_from_specific_countries": "xyz789",
- "zero_subtotal_sort_order": 987,
+ "zero_subtotal_payment_from_specific_countries": "abc123",
+ "zero_subtotal_sort_order": 123,
"zero_subtotal_title": "xyz789"
}
@@ -82593,10 +82211,10 @@ Example
{
- "position": 987,
+ "position": 123,
"use_in_layered_navigation": "NO",
"use_in_product_listing": true,
- "use_in_search_results_layered_navigation": false,
+ "use_in_search_results_layered_navigation": true,
"visible_on_catalog_pages": true
}
@@ -82703,11 +82321,11 @@ Example
"comment": "abc123",
"max_order_commitment": 123,
"min_order_commitment": 123,
- "name": "abc123",
+ "name": "xyz789",
"reference_document_links": [
NegotiableQuoteTemplateReferenceDocumentLinkInput
],
- "template_id": "4"
+ "template_id": 4
}
@@ -82869,8 +82487,8 @@ Example
{
- "type": "xyz789",
- "value": "abc123"
+ "type": "abc123",
+ "value": "xyz789"
}
@@ -83162,7 +82780,7 @@ Example
{
- "items_count": 123,
+ "items_count": 987,
"label": "abc123",
"swatch_data": SwatchData,
"value_string": "xyz789"
@@ -83275,8 +82893,8 @@ Example
{
- "cartId": "xyz789",
- "id": "abc123"
+ "cartId": "abc123",
+ "id": "xyz789"
}
@@ -83333,8 +82951,8 @@ Example
{
"amount": Money,
- "rate": 123.45,
- "title": "abc123"
+ "rate": 987.65,
+ "title": "xyz789"
}
@@ -83601,7 +83219,7 @@ Example
{
- "cart_id": "xyz789",
+ "cart_id": "abc123",
"cart_items": [CartItemUpdateInput]
}
@@ -84181,8 +83799,8 @@ Example
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
- "email": "abc123",
- "firstname": "abc123",
+ "email": "xyz789",
+ "firstname": "xyz789",
"gift_registry_registrant_uid": "4",
"lastname": "xyz789"
}
@@ -84560,7 +84178,7 @@ Example
{
"applies_to": [4],
- "approvers": ["4"],
+ "approvers": [4],
"condition": CreatePurchaseOrderApprovalRuleConditionInput,
"description": "abc123",
"name": "abc123",
@@ -84618,8 +84236,8 @@ Example
{
- "description": "abc123",
- "name": "xyz789"
+ "description": "xyz789",
+ "name": "abc123"
}
@@ -84686,7 +84304,7 @@ Example
{
"entered_options": [EnteredOptionInput],
"item_id": "4",
- "quantity": 123.45,
+ "quantity": 987.65,
"selected_options": ["xyz789"]
}
@@ -85168,7 +84786,7 @@ Fields
Example
- {"message": "xyz789", "type": "NOT_FOUND"}
+ {"message": "abc123", "type": "NOT_FOUND"}
@@ -85386,7 +85004,7 @@ Example
{
"name": "DATE_RANGE_MAX",
- "value": "xyz789"
+ "value": "abc123"
}
@@ -85654,7 +85272,7 @@ Example
"payment_source": "xyz789",
"payments_order_id": "xyz789",
"paypal_order_id": "xyz789",
- "public_hash": "abc123"
+ "public_hash": "xyz789"
}
@@ -85745,7 +85363,7 @@ Fields
Example
- {"public_hash": "abc123"}
+ {"public_hash": "xyz789"}
@@ -85860,16 +85478,16 @@ Example
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
- "id": "abc123",
+ "id": "xyz789",
"is_available": true,
- "max_qty": 123.45,
- "min_qty": 123.45,
+ "max_qty": 987.65,
+ "min_qty": 987.65,
"not_available_message": "abc123",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
- "quantity": 987.65,
+ "quantity": 123.45,
"uid": 4
}
@@ -86426,82 +86044,82 @@ Example
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
- "climate": "abc123",
- "collar": "xyz789",
+ "climate": "xyz789",
+ "collar": "abc123",
"color": 123,
"country_of_manufacture": "xyz789",
- "created_at": "abc123",
+ "created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
- "eco_collection": 123,
- "erin_recommends": 987,
+ "eco_collection": 987,
+ "erin_recommends": 123,
"features_bags": "xyz789",
"format": 123,
"gender": "xyz789",
- "gift_message_available": false,
- "gift_wrapping_available": true,
+ "gift_message_available": true,
+ "gift_wrapping_available": false,
"gift_wrapping_price": Money,
"id": 123,
"image": ProductImage,
"is_returnable": "xyz789",
- "manufacturer": 123,
+ "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_keyword": "xyz789",
"meta_title": "abc123",
- "min_sale_qty": 987.65,
- "name": "xyz789",
+ "min_sale_qty": 123.45,
+ "name": "abc123",
"new": 123,
"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": "xyz789",
- "pattern": "xyz789",
+ "options_container": "abc123",
+ "pattern": "abc123",
"performance_fabric": 123,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 987,
- "quantity": 987.65,
+ "quantity": 123.45,
"rating_summary": 123.45,
- "redirect_code": 987,
+ "redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "xyz789",
"review_count": 987,
"reviews": ProductReviews,
"rules": [CatalogRule],
- "sale": 987,
+ "sale": 123,
"short_description": ComplexTextValue,
"size": 987,
- "sku": "xyz789",
- "sleeve": "xyz789",
+ "sku": "abc123",
+ "sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "abc123",
- "special_price": 123.45,
+ "special_price": 987.65,
"special_to_date": "abc123",
"staged": false,
"stock_status": "IN_STOCK",
- "strap_bags": "abc123",
- "style_bags": "xyz789",
- "style_bottom": "xyz789",
- "style_general": "abc123",
- "swatch_image": "abc123",
+ "strap_bags": "xyz789",
+ "style_bags": "abc123",
+ "style_bottom": "abc123",
+ "style_general": "xyz789",
+ "swatch_image": "xyz789",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
- "type_id": "xyz789",
- "uid": "4",
- "updated_at": "xyz789",
+ "type_id": "abc123",
+ "uid": 4,
+ "updated_at": "abc123",
"upsell_products": [ProductInterface],
- "url_key": "abc123",
- "url_path": "abc123",
+ "url_key": "xyz789",
+ "url_path": "xyz789",
"url_rewrites": [UrlRewrite],
"url_suffix": "abc123",
"websites": [Website]
@@ -86621,7 +86239,7 @@ Example
{
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
- "quantity": 987.65,
+ "quantity": 123.45,
"uid": 4
}
@@ -86696,7 +86314,7 @@ Example
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
- "id": 4,
+ "id": "4",
"product": ProductInterface,
"quantity": 987.65
}
@@ -86775,9 +86393,9 @@ Example
{
- "code": "xyz789",
+ "code": "abc123",
"default_group_id": "xyz789",
- "id": 123,
+ "id": 987,
"is_default": true,
"name": "xyz789",
"sort_order": 123
@@ -86832,7 +86450,7 @@ Example
{
"code": "PRODUCT_NOT_FOUND",
- "message": "abc123"
+ "message": "xyz789"
}
@@ -86987,9 +86605,9 @@ Example
{
"id": "4",
"items": [WishlistItem],
- "items_count": 123,
+ "items_count": 987,
"items_v2": WishlistItems,
- "name": "abc123",
+ "name": "xyz789",
"sharing_code": "abc123",
"updated_at": "abc123",
"visibility": "PUBLIC"
@@ -87054,8 +86672,8 @@ Example
{
"code": "PRODUCT_NOT_FOUND",
- "message": "xyz789",
- "wishlistId": 4,
+ "message": "abc123",
+ "wishlistId": "4",
"wishlistItemId": "4"
}
@@ -87189,11 +86807,11 @@ Example
{
- "added_at": "xyz789",
- "description": "abc123",
+ "added_at": "abc123",
+ "description": "xyz789",
"id": 123,
"product": ProductInterface,
- "qty": 123.45
+ "qty": 987.65
}
@@ -87245,7 +86863,10 @@ Fields
Example
- {"quantity": 123.45, "wishlist_item_id": 4}
+ {
+ "quantity": 123.45,
+ "wishlist_item_id": "4"
+}
@@ -87316,10 +86937,10 @@ 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"
}
@@ -87437,12 +87058,12 @@ Example
{
- "added_at": "xyz789",
+ "added_at": "abc123",
"customizable_options": [SelectedCustomizableOption],
"description": "xyz789",
- "id": 4,
+ "id": "4",
"product": ProductInterface,
- "quantity": 987.65
+ "quantity": 123.45
}
@@ -87494,7 +87115,10 @@ Fields
Example
- {"quantity": 987.65, "wishlist_item_id": 4}
+ {
+ "quantity": 987.65,
+ "wishlist_item_id": "4"
+}
@@ -87566,8 +87190,8 @@ Example
{
"description": "abc123",
"entered_options": [EnteredOptionInput],
- "quantity": 123.45,
- "selected_options": ["4"],
+ "quantity": 987.65,
+ "selected_options": [4],
"wishlist_item_id": 4
}
@@ -87694,7 +87318,7 @@ Example
"items": [WishlistItem],
"items_count": 123,
"name": "abc123",
- "sharing_code": "xyz789",
+ "sharing_code": "abc123",
"updated_at": "xyz789"
}