Adobe Commerce GraphQL API
The Adobe Commerce GraphQL API allows you to quickly and efficiently transfer information between your Commerce store and your storefront. The schema documented here is autogenerated from an instance of Adobe Commerce with B2B. You can find examples of each query and mutation in the main GraphQL documentation.
API Endpoints
https://<your store>/graphql
Headers
# Your API token from the dashboard. Must be included in all API calls.
Authorization: Bearer <YOUR_TOKEN_HERE>
Version
2.4.7
Queries
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.
Response
Returns an AttributesFormOutput!
Arguments
Name | Description |
---|---|
formCode - String!
|
Form code. |
Example
Query
query attributesForm($formCode: String!) {
attributesForm(formCode: $formCode) {
errors {
...AttributeMetadataErrorFragment
}
items {
...CustomAttributeMetadataInterfaceFragment
}
}
}
Variables
{"formCode": "xyz789"}
Response
{
"data": {
"attributesForm": {
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
}
}
attributesList
Description
Returns a list of attributes metadata for a given entity type.
Response
Returns an AttributesMetadataOutput
Arguments
Name | Description |
---|---|
entityType - AttributeEntityTypeEnum!
|
Entity type. |
filters - AttributeFilterInput
|
Identifies which filter inputs to search for and return. |
Example
Query
query attributesList(
$entityType: AttributeEntityTypeEnum!,
$filters: AttributeFilterInput
) {
attributesList(
entityType: $entityType,
filters: $filters
) {
errors {
...AttributeMetadataErrorFragment
}
items {
...CustomAttributeMetadataInterfaceFragment
}
}
}
Variables
{
"entityType": "CATALOG_PRODUCT",
"filters": AttributeFilterInput
}
Response
{
"data": {
"attributesList": {
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
}
}
availableStores
Description
Get a list of available store views and their config information.
Response
Returns [StoreConfig]
Arguments
Name | Description |
---|---|
useCurrentGroup - Boolean
|
Filter store views by the current store group. |
Example
Query
query availableStores($useCurrentGroup: Boolean) {
availableStores(useCurrentGroup: $useCurrentGroup) {
absolute_footer
allow_gift_receipt
allow_gift_wrapping_on_order
allow_gift_wrapping_on_order_items
allow_guests_to_write_product_reviews
allow_items
allow_order
allow_printed_card
autocomplete_on_storefront
base_currency_code
base_link_url
base_media_url
base_static_url
base_url
braintree_3dsecure_allowspecific
braintree_3dsecure_always_request_3ds
braintree_3dsecure_specificcountry
braintree_3dsecure_threshold_amount
braintree_3dsecure_verify_3dsecure
braintree_ach_direct_debit_vault_active
braintree_applepay_merchant_name
braintree_applepay_vault_active
braintree_cc_vault_active
braintree_cc_vault_cvv
braintree_environment
braintree_googlepay_btn_color
braintree_googlepay_cctypes
braintree_googlepay_merchant_id
braintree_googlepay_vault_active
braintree_local_payment_allowed_methods
braintree_local_payment_fallback_button_text
braintree_local_payment_redirect_on_fail
braintree_merchant_account_id
braintree_paypal_button_location_cart_type_credit_color
braintree_paypal_button_location_cart_type_credit_label
braintree_paypal_button_location_cart_type_credit_shape
braintree_paypal_button_location_cart_type_credit_show
braintree_paypal_button_location_cart_type_messaging_layout
braintree_paypal_button_location_cart_type_messaging_logo
braintree_paypal_button_location_cart_type_messaging_logo_position
braintree_paypal_button_location_cart_type_messaging_show
braintree_paypal_button_location_cart_type_messaging_text_color
braintree_paypal_button_location_cart_type_paylater_color
braintree_paypal_button_location_cart_type_paylater_label
braintree_paypal_button_location_cart_type_paylater_shape
braintree_paypal_button_location_cart_type_paylater_show
braintree_paypal_button_location_cart_type_paypal_color
braintree_paypal_button_location_cart_type_paypal_label
braintree_paypal_button_location_cart_type_paypal_shape
braintree_paypal_button_location_cart_type_paypal_show
braintree_paypal_button_location_checkout_type_credit_color
braintree_paypal_button_location_checkout_type_credit_label
braintree_paypal_button_location_checkout_type_credit_shape
braintree_paypal_button_location_checkout_type_credit_show
braintree_paypal_button_location_checkout_type_messaging_layout
braintree_paypal_button_location_checkout_type_messaging_logo
braintree_paypal_button_location_checkout_type_messaging_logo_position
braintree_paypal_button_location_checkout_type_messaging_show
braintree_paypal_button_location_checkout_type_messaging_text_color
braintree_paypal_button_location_checkout_type_paylater_color
braintree_paypal_button_location_checkout_type_paylater_label
braintree_paypal_button_location_checkout_type_paylater_shape
braintree_paypal_button_location_checkout_type_paylater_show
braintree_paypal_button_location_checkout_type_paypal_color
braintree_paypal_button_location_checkout_type_paypal_label
braintree_paypal_button_location_checkout_type_paypal_shape
braintree_paypal_button_location_checkout_type_paypal_show
braintree_paypal_button_location_productpage_type_credit_color
braintree_paypal_button_location_productpage_type_credit_label
braintree_paypal_button_location_productpage_type_credit_shape
braintree_paypal_button_location_productpage_type_credit_show
braintree_paypal_button_location_productpage_type_messaging_layout
braintree_paypal_button_location_productpage_type_messaging_logo
braintree_paypal_button_location_productpage_type_messaging_logo_position
braintree_paypal_button_location_productpage_type_messaging_show
braintree_paypal_button_location_productpage_type_messaging_text_color
braintree_paypal_button_location_productpage_type_paylater_color
braintree_paypal_button_location_productpage_type_paylater_label
braintree_paypal_button_location_productpage_type_paylater_shape
braintree_paypal_button_location_productpage_type_paylater_show
braintree_paypal_button_location_productpage_type_paypal_color
braintree_paypal_button_location_productpage_type_paypal_label
braintree_paypal_button_location_productpage_type_paypal_shape
braintree_paypal_button_location_productpage_type_paypal_show
braintree_paypal_credit_uk_merchant_name
braintree_paypal_display_on_shopping_cart
braintree_paypal_merchant_country
braintree_paypal_merchant_name_override
braintree_paypal_require_billing_address
braintree_paypal_send_cart_line_items
braintree_paypal_vault_active
cart_expires_in_days
cart_gift_wrapping
cart_printed_card
cart_summary_display_quantity
catalog_default_sort_by
category_fixed_product_tax_display_setting
category_url_suffix
check_money_order_enable_for_specific_countries
check_money_order_enabled
check_money_order_make_check_payable_to
check_money_order_max_order_total
check_money_order_min_order_total
check_money_order_new_order_status
check_money_order_payment_from_specific_countries
check_money_order_send_check_to
check_money_order_sort_order
check_money_order_title
cms_home_page
cms_no_cookies
cms_no_route
code
configurable_thumbnail_source
contact_enabled
copyright
countries_with_required_region
create_account_confirmation
customer_access_token_lifetime
default_country
default_description
default_display_currency_code
default_keywords
default_title
demonotice
display_state_if_optional
enable_multiple_wishlists
front
grid_per_page
grid_per_page_values
head_includes
head_shortcut_icon
header_logo_src
id
is_default_store
is_default_store_group
is_guest_checkout_enabled
is_negotiable_quote_active
is_one_page_checkout_enabled
is_requisition_list_active
list_mode
list_per_page
list_per_page_values
locale
logo_alt
logo_height
logo_width
magento_reward_general_is_enabled
magento_reward_general_is_enabled_on_front
magento_reward_general_min_points_balance
magento_reward_general_publish_history
magento_reward_points_invitation_customer
magento_reward_points_invitation_customer_limit
magento_reward_points_invitation_order
magento_reward_points_invitation_order_limit
magento_reward_points_newsletter
magento_reward_points_order
magento_reward_points_register
magento_reward_points_review
magento_reward_points_review_limit
magento_wishlist_general_is_enabled
max_items_in_order_summary
maximum_number_of_wishlists
minicart_display
minicart_max_items
minimum_password_length
newsletter_enabled
no_route
optional_zip_countries
order_cancellation_enabled
order_cancellation_reasons {
...CancellationReasonFragment
}
payment_payflowpro_cc_vault_active
printed_card_price
product_fixed_product_tax_display_setting
product_reviews_enabled
product_url_suffix
quickorder_active
required_character_classes_number
returns_enabled
root_category_id
root_category_uid
sales_fixed_product_tax_display_setting
sales_gift_wrapping
sales_printed_card
secure_base_link_url
secure_base_media_url
secure_base_static_url
secure_base_url
send_friend {
...SendFriendConfigurationFragment
}
shopping_cart_display_full_summary
shopping_cart_display_grand_total
shopping_cart_display_price
shopping_cart_display_shipping
shopping_cart_display_subtotal
shopping_cart_display_tax_gift_wrapping
shopping_cart_display_zero_tax
show_cms_breadcrumbs
store_code
store_group_code
store_group_name
store_name
store_sort_order
timezone
title_prefix
title_separator
title_suffix
use_store_in_url
website_code
website_id
website_name
weight_unit
welcome
zero_subtotal_enable_for_specific_countries
zero_subtotal_enabled
zero_subtotal_new_order_status
zero_subtotal_payment_action
zero_subtotal_payment_from_specific_countries
zero_subtotal_sort_order
zero_subtotal_title
}
}
Variables
{"useCurrentGroup": false}
Response
{
"data": {
"availableStores": [
{
"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_items": "abc123",
"allow_order": "abc123",
"allow_printed_card": "xyz789",
"autocomplete_on_storefront": false,
"base_currency_code": "xyz789",
"base_link_url": "xyz789",
"base_media_url": "abc123",
"base_static_url": "abc123",
"base_url": "xyz789",
"braintree_3dsecure_allowspecific": false,
"braintree_3dsecure_always_request_3ds": false,
"braintree_3dsecure_specificcountry": "abc123",
"braintree_3dsecure_threshold_amount": "xyz789",
"braintree_3dsecure_verify_3dsecure": false,
"braintree_ach_direct_debit_vault_active": true,
"braintree_applepay_merchant_name": "xyz789",
"braintree_applepay_vault_active": false,
"braintree_cc_vault_active": "xyz789",
"braintree_cc_vault_cvv": true,
"braintree_environment": "abc123",
"braintree_googlepay_btn_color": "xyz789",
"braintree_googlepay_cctypes": "xyz789",
"braintree_googlepay_merchant_id": "abc123",
"braintree_googlepay_vault_active": false,
"braintree_local_payment_allowed_methods": "xyz789",
"braintree_local_payment_fallback_button_text": "xyz789",
"braintree_local_payment_redirect_on_fail": "abc123",
"braintree_merchant_account_id": "abc123",
"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_shape": "abc123",
"braintree_paypal_button_location_cart_type_credit_show": false,
"braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_cart_type_messaging_show": true,
"braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_color": "abc123",
"braintree_paypal_button_location_cart_type_paylater_label": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_shape": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_show": true,
"braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
"braintree_paypal_button_location_cart_type_paypal_label": "abc123",
"braintree_paypal_button_location_cart_type_paypal_shape": "abc123",
"braintree_paypal_button_location_cart_type_paypal_show": false,
"braintree_paypal_button_location_checkout_type_credit_color": "abc123",
"braintree_paypal_button_location_checkout_type_credit_label": "abc123",
"braintree_paypal_button_location_checkout_type_credit_shape": "abc123",
"braintree_paypal_button_location_checkout_type_credit_show": true,
"braintree_paypal_button_location_checkout_type_messaging_layout": "abc123",
"braintree_paypal_button_location_checkout_type_messaging_logo": "abc123",
"braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_checkout_type_messaging_show": true,
"braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_color": "xyz789",
"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_show": true,
"braintree_paypal_button_location_checkout_type_paypal_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paypal_label": "xyz789",
"braintree_paypal_button_location_checkout_type_paypal_shape": "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": "xyz789",
"braintree_paypal_button_location_productpage_type_credit_show": true,
"braintree_paypal_button_location_productpage_type_messaging_layout": "abc123",
"braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
"braintree_paypal_button_location_productpage_type_messaging_show": true,
"braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
"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_shape": "abc123",
"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": "xyz789",
"braintree_paypal_button_location_productpage_type_paypal_shape": "xyz789",
"braintree_paypal_button_location_productpage_type_paypal_show": true,
"braintree_paypal_credit_uk_merchant_name": "abc123",
"braintree_paypal_display_on_shopping_cart": true,
"braintree_paypal_merchant_country": "abc123",
"braintree_paypal_merchant_name_override": "abc123",
"braintree_paypal_require_billing_address": false,
"braintree_paypal_send_cart_line_items": false,
"braintree_paypal_vault_active": false,
"cart_expires_in_days": 123,
"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",
"check_money_order_enable_for_specific_countries": true,
"check_money_order_enabled": true,
"check_money_order_make_check_payable_to": "xyz789",
"check_money_order_max_order_total": "xyz789",
"check_money_order_min_order_total": "xyz789",
"check_money_order_new_order_status": "xyz789",
"check_money_order_payment_from_specific_countries": "xyz789",
"check_money_order_send_check_to": "xyz789",
"check_money_order_sort_order": 987,
"check_money_order_title": "xyz789",
"cms_home_page": "abc123",
"cms_no_cookies": "abc123",
"cms_no_route": "abc123",
"code": "xyz789",
"configurable_thumbnail_source": "xyz789",
"contact_enabled": false,
"copyright": "xyz789",
"countries_with_required_region": "abc123",
"create_account_confirmation": true,
"customer_access_token_lifetime": 123.45,
"default_country": "xyz789",
"default_description": "abc123",
"default_display_currency_code": "xyz789",
"default_keywords": "xyz789",
"default_title": "abc123",
"demonotice": 987,
"display_state_if_optional": false,
"enable_multiple_wishlists": "abc123",
"front": "xyz789",
"grid_per_page": 123,
"grid_per_page_values": "abc123",
"head_includes": "abc123",
"head_shortcut_icon": "abc123",
"header_logo_src": "xyz789",
"id": 987,
"is_default_store": false,
"is_default_store_group": true,
"is_guest_checkout_enabled": true,
"is_negotiable_quote_active": false,
"is_one_page_checkout_enabled": false,
"is_requisition_list_active": "abc123",
"list_mode": "abc123",
"list_per_page": 987,
"list_per_page_values": "xyz789",
"locale": "xyz789",
"logo_alt": "abc123",
"logo_height": 123,
"logo_width": 987,
"magento_reward_general_is_enabled": "xyz789",
"magento_reward_general_is_enabled_on_front": "abc123",
"magento_reward_general_min_points_balance": "xyz789",
"magento_reward_general_publish_history": "abc123",
"magento_reward_points_invitation_customer": "abc123",
"magento_reward_points_invitation_customer_limit": "xyz789",
"magento_reward_points_invitation_order": "xyz789",
"magento_reward_points_invitation_order_limit": "xyz789",
"magento_reward_points_newsletter": "abc123",
"magento_reward_points_order": "abc123",
"magento_reward_points_register": "xyz789",
"magento_reward_points_review": "xyz789",
"magento_reward_points_review_limit": "abc123",
"magento_wishlist_general_is_enabled": "xyz789",
"max_items_in_order_summary": 123,
"maximum_number_of_wishlists": "xyz789",
"minicart_display": false,
"minicart_max_items": 987,
"minimum_password_length": "xyz789",
"newsletter_enabled": false,
"no_route": "abc123",
"optional_zip_countries": "abc123",
"order_cancellation_enabled": false,
"order_cancellation_reasons": [
CancellationReason
],
"payment_payflowpro_cc_vault_active": "xyz789",
"printed_card_price": "xyz789",
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"product_reviews_enabled": "abc123",
"product_url_suffix": "xyz789",
"quickorder_active": true,
"required_character_classes_number": "abc123",
"returns_enabled": "abc123",
"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": "xyz789",
"secure_base_link_url": "xyz789",
"secure_base_media_url": "xyz789",
"secure_base_static_url": "abc123",
"secure_base_url": "xyz789",
"send_friend": SendFriendConfiguration,
"shopping_cart_display_full_summary": false,
"shopping_cart_display_grand_total": false,
"shopping_cart_display_price": 987,
"shopping_cart_display_shipping": 987,
"shopping_cart_display_subtotal": 123,
"shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
"shopping_cart_display_zero_tax": false,
"show_cms_breadcrumbs": 123,
"store_code": "4",
"store_group_code": 4,
"store_group_name": "abc123",
"store_name": "abc123",
"store_sort_order": 987,
"timezone": "xyz789",
"title_prefix": "abc123",
"title_separator": "xyz789",
"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": true,
"zero_subtotal_enabled": true,
"zero_subtotal_new_order_status": "abc123",
"zero_subtotal_payment_action": "abc123",
"zero_subtotal_payment_from_specific_countries": "xyz789",
"zero_subtotal_sort_order": 123,
"zero_subtotal_title": "abc123"
}
]
}
}
cart
Description
Return information about the specified shopping cart.
Response
Returns a Cart
Arguments
Name | Description |
---|---|
cart_id - String!
|
The unique ID of the cart to query. |
Example
Query
query cart($cart_id: String!) {
cart(cart_id: $cart_id) {
applied_coupon {
...AppliedCouponFragment
}
applied_coupons {
...AppliedCouponFragment
}
applied_gift_cards {
...AppliedGiftCardFragment
}
applied_reward_points {
...RewardPointsAmountFragment
}
applied_store_credit {
...AppliedStoreCreditFragment
}
available_gift_wrappings {
...GiftWrappingFragment
}
available_payment_methods {
...AvailablePaymentMethodFragment
}
billing_address {
...BillingCartAddressFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
id
is_virtual
items {
...CartItemInterfaceFragment
}
itemsV2 {
...CartItemsFragment
}
prices {
...CartPricesFragment
}
printed_card_included
selected_payment_method {
...SelectedPaymentMethodFragment
}
shipping_addresses {
...ShippingCartAddressFragment
}
total_quantity
}
}
Variables
{"cart_id": "abc123"}
Response
{
"data": {
"cart": {
"applied_coupon": AppliedCoupon,
"applied_coupons": [AppliedCoupon],
"applied_gift_cards": [AppliedGiftCard],
"applied_reward_points": RewardPointsAmount,
"applied_store_credit": AppliedStoreCredit,
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
"email": "abc123",
"gift_message": GiftMessage,
"gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
"id": "4",
"is_virtual": false,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
"printed_card_included": false,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
"total_quantity": 987.65
}
}
}
categories
Description
Return a list of categories that match the specified filter.
Response
Returns a CategoryResult
Arguments
Name | Description |
---|---|
filters - CategoryFilterInput
|
Identifies which Category filter inputs to search for and return. |
pageSize - Int
|
Specifies the maximum number of results to return at once. The default value is 20. Default = 20 |
currentPage - Int
|
Specifies which page of results to return. The default value is 1. Default = 1 |
Example
Query
query categories(
$filters: CategoryFilterInput,
$pageSize: Int,
$currentPage: Int
) {
categories(
filters: $filters,
pageSize: $pageSize,
currentPage: $currentPage
) {
items {
...CategoryTreeFragment
}
page_info {
...SearchResultPageInfoFragment
}
total_count
}
}
Variables
{
"filters": CategoryFilterInput,
"pageSize": 20,
"currentPage": 1
}
Response
{
"data": {
"categories": {
"items": [CategoryTree],
"page_info": SearchResultPageInfo,
"total_count": 123
}
}
}
category
categories
instead. Description
Search for categories that match the criteria specified in the search
and filter
attributes.
Response
Returns a CategoryTree
Arguments
Name | Description |
---|---|
id - Int
|
The category ID to use as the root of the search. |
Example
Query
query category($id: Int) {
category(id: $id) {
automatic_sorting
available_sort_by
breadcrumbs {
...BreadcrumbFragment
}
canonical_url
children {
...CategoryTreeFragment
}
children_count
cms_block {
...CmsBlockFragment
}
created_at
custom_layout_update_file
default_sort_by
description
display_mode
filter_price_range
id
image
include_in_menu
is_anchor
landing_page
level
meta_description
meta_keywords
meta_title
name
path
path_in_store
position
product_count
products {
...CategoryProductsFragment
}
redirect_code
relative_url
staged
type
uid
updated_at
url_key
url_path
url_suffix
}
}
Variables
{"id": 123}
Response
{
"data": {
"category": {
"automatic_sorting": "abc123",
"available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "xyz789",
"children": [CategoryTree],
"children_count": "abc123",
"cms_block": CmsBlock,
"created_at": "xyz789",
"custom_layout_update_file": "xyz789",
"default_sort_by": "xyz789",
"description": "xyz789",
"display_mode": "abc123",
"filter_price_range": 987.65,
"id": 987,
"image": "xyz789",
"include_in_menu": 987,
"is_anchor": 123,
"landing_page": 987,
"level": 123,
"meta_description": "xyz789",
"meta_keywords": "abc123",
"meta_title": "abc123",
"name": "abc123",
"path": "abc123",
"path_in_store": "xyz789",
"position": 987,
"product_count": 987,
"products": CategoryProducts,
"redirect_code": 123,
"relative_url": "abc123",
"staged": false,
"type": "CMS_PAGE",
"uid": 4,
"updated_at": "xyz789",
"url_key": "xyz789",
"url_path": "xyz789",
"url_suffix": "xyz789"
}
}
}
categoryList
categories
instead. Description
Return an array of categories based on the specified filters.
Response
Returns [CategoryTree]
Arguments
Name | Description |
---|---|
filters - CategoryFilterInput
|
Identifies which Category filter inputs to search for and return. |
pageSize - Int
|
Specifies the maximum number of results to return at once. The default value is 20. Default = 20 |
currentPage - Int
|
Specifies which page of results to return. The default value is 1. Default = 1 |
Example
Query
query categoryList(
$filters: CategoryFilterInput,
$pageSize: Int,
$currentPage: Int
) {
categoryList(
filters: $filters,
pageSize: $pageSize,
currentPage: $currentPage
) {
automatic_sorting
available_sort_by
breadcrumbs {
...BreadcrumbFragment
}
canonical_url
children {
...CategoryTreeFragment
}
children_count
cms_block {
...CmsBlockFragment
}
created_at
custom_layout_update_file
default_sort_by
description
display_mode
filter_price_range
id
image
include_in_menu
is_anchor
landing_page
level
meta_description
meta_keywords
meta_title
name
path
path_in_store
position
product_count
products {
...CategoryProductsFragment
}
redirect_code
relative_url
staged
type
uid
updated_at
url_key
url_path
url_suffix
}
}
Variables
{
"filters": CategoryFilterInput,
"pageSize": 20,
"currentPage": 1
}
Response
{
"data": {
"categoryList": [
{
"automatic_sorting": "abc123",
"available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "xyz789",
"children": [CategoryTree],
"children_count": "xyz789",
"cms_block": CmsBlock,
"created_at": "abc123",
"custom_layout_update_file": "xyz789",
"default_sort_by": "abc123",
"description": "abc123",
"display_mode": "abc123",
"filter_price_range": 123.45,
"id": 123,
"image": "abc123",
"include_in_menu": 123,
"is_anchor": 987,
"landing_page": 987,
"level": 987,
"meta_description": "abc123",
"meta_keywords": "abc123",
"meta_title": "abc123",
"name": "xyz789",
"path": "xyz789",
"path_in_store": "abc123",
"position": 123,
"product_count": 987,
"products": CategoryProducts,
"redirect_code": 123,
"relative_url": "xyz789",
"staged": true,
"type": "CMS_PAGE",
"uid": 4,
"updated_at": "xyz789",
"url_key": "xyz789",
"url_path": "abc123",
"url_suffix": "abc123"
}
]
}
}
checkoutAgreements
Description
Return Terms and Conditions configuration information.
Response
Returns [CheckoutAgreement]
Example
Query
query checkoutAgreements {
checkoutAgreements {
agreement_id
checkbox_text
content
content_height
is_html
mode
name
}
}
Response
{
"data": {
"checkoutAgreements": [
{
"agreement_id": 987,
"checkbox_text": "xyz789",
"content": "xyz789",
"content_height": "xyz789",
"is_html": true,
"mode": "AUTO",
"name": "abc123"
}
]
}
}
cmsBlocks
Description
Return information about CMS blocks.
Response
Returns a CmsBlocks
Arguments
Name | Description |
---|---|
identifiers - [String]
|
An array of CMS block IDs. |
Example
Query
query cmsBlocks($identifiers: [String]) {
cmsBlocks(identifiers: $identifiers) {
items {
...CmsBlockFragment
}
}
}
Variables
{"identifiers": ["abc123"]}
Response
{"data": {"cmsBlocks": {"items": [CmsBlock]}}}
cmsPage
Description
Return details about a CMS page.
Response
Returns a CmsPage
Example
Query
query cmsPage(
$id: Int,
$identifier: String
) {
cmsPage(
id: $id,
identifier: $identifier
) {
content
content_heading
identifier
meta_description
meta_keywords
meta_title
page_layout
redirect_code
relative_url
title
type
url_key
}
}
Variables
{"id": 987, "identifier": "abc123"}
Response
{
"data": {
"cmsPage": {
"content": "xyz789",
"content_heading": "xyz789",
"identifier": "abc123",
"meta_description": "xyz789",
"meta_keywords": "abc123",
"meta_title": "abc123",
"page_layout": "xyz789",
"redirect_code": 987,
"relative_url": "xyz789",
"title": "abc123",
"type": "CMS_PAGE",
"url_key": "abc123"
}
}
}
company
Description
Return detailed information about the authenticated customer's company.
Response
Returns a Company
Example
Query
query company {
company {
acl_resources {
...CompanyAclResourceFragment
}
company_admin {
...CustomerFragment
}
credit {
...CompanyCreditFragment
}
credit_history {
...CompanyCreditHistoryFragment
}
email
id
legal_address {
...CompanyLegalAddressFragment
}
legal_name
name
payment_methods
reseller_id
role {
...CompanyRoleFragment
}
roles {
...CompanyRolesFragment
}
sales_representative {
...CompanySalesRepresentativeFragment
}
structure {
...CompanyStructureFragment
}
team {
...CompanyTeamFragment
}
user {
...CustomerFragment
}
users {
...CompanyUsersFragment
}
vat_tax_id
}
}
Response
{
"data": {
"company": {
"acl_resources": [CompanyAclResource],
"company_admin": Customer,
"credit": CompanyCredit,
"credit_history": CompanyCreditHistory,
"email": "abc123",
"id": "4",
"legal_address": CompanyLegalAddress,
"legal_name": "abc123",
"name": "xyz789",
"payment_methods": ["abc123"],
"reseller_id": "xyz789",
"role": CompanyRole,
"roles": CompanyRoles,
"sales_representative": CompanySalesRepresentative,
"structure": CompanyStructure,
"team": CompanyTeam,
"user": Customer,
"users": CompanyUsers,
"vat_tax_id": "xyz789"
}
}
}
compareList
Description
Return products that have been added to the specified compare list.
Response
Returns a CompareList
Arguments
Name | Description |
---|---|
uid - ID!
|
The unique ID of the compare list to be queried. |
Example
Query
query compareList($uid: ID!) {
compareList(uid: $uid) {
attributes {
...ComparableAttributeFragment
}
item_count
items {
...ComparableItemFragment
}
uid
}
}
Variables
{"uid": 4}
Response
{
"data": {
"compareList": {
"attributes": [ComparableAttribute],
"item_count": 123,
"items": [ComparableItem],
"uid": "4"
}
}
}
countries
Description
The countries query provides information for all countries.
Response
Returns [Country]
Example
Query
query countries {
countries {
available_regions {
...RegionFragment
}
full_name_english
full_name_locale
id
three_letter_abbreviation
two_letter_abbreviation
}
}
Response
{
"data": {
"countries": [
{
"available_regions": [Region],
"full_name_english": "abc123",
"full_name_locale": "abc123",
"id": "abc123",
"three_letter_abbreviation": "xyz789",
"two_letter_abbreviation": "abc123"
}
]
}
}
country
Description
The countries query provides information for a single country.
Example
Query
query country($id: String) {
country(id: $id) {
available_regions {
...RegionFragment
}
full_name_english
full_name_locale
id
three_letter_abbreviation
two_letter_abbreviation
}
}
Variables
{"id": "abc123"}
Response
{
"data": {
"country": {
"available_regions": [Region],
"full_name_english": "abc123",
"full_name_locale": "abc123",
"id": "xyz789",
"three_letter_abbreviation": "abc123",
"two_letter_abbreviation": "abc123"
}
}
}
currency
Description
Return information about the store's currency.
Response
Returns a Currency
Example
Query
query currency {
currency {
available_currency_codes
base_currency_code
base_currency_symbol
default_display_currecy_code
default_display_currecy_symbol
default_display_currency_code
default_display_currency_symbol
exchange_rates {
...ExchangeRateFragment
}
}
}
Response
{
"data": {
"currency": {
"available_currency_codes": [
"abc123"
],
"base_currency_code": "abc123",
"base_currency_symbol": "xyz789",
"default_display_currecy_code": "abc123",
"default_display_currecy_symbol": "abc123",
"default_display_currency_code": "xyz789",
"default_display_currency_symbol": "abc123",
"exchange_rates": [ExchangeRate]
}
}
}
customAttributeMetadata
customAttributeMetadataV2
query instead. Description
Return the attribute type, given an attribute code and entity type.
Response
Returns a CustomAttributeMetadata
Arguments
Name | Description |
---|---|
attributes - [AttributeInput!]!
|
An input object that specifies the attribute code and entity type to search. |
Example
Query
query customAttributeMetadata($attributes: [AttributeInput!]!) {
customAttributeMetadata(attributes: $attributes) {
items {
...AttributeFragment
}
}
}
Variables
{"attributes": [AttributeInput]}
Response
{
"data": {
"customAttributeMetadata": {"items": [Attribute]}
}
}
customAttributeMetadataV2
Description
Retrieve EAV attributes metadata.
Response
Returns an AttributesMetadataOutput!
Arguments
Name | Description |
---|---|
attributes - [AttributeInput!]
|
Example
Query
query customAttributeMetadataV2($attributes: [AttributeInput!]) {
customAttributeMetadataV2(attributes: $attributes) {
errors {
...AttributeMetadataErrorFragment
}
items {
...CustomAttributeMetadataInterfaceFragment
}
}
}
Variables
{"attributes": [AttributeInput]}
Response
{
"data": {
"customAttributeMetadataV2": {
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
}
}
customer
Description
Return detailed information about a customer account.
Response
Returns a Customer
Example
Query
query customer {
customer {
addresses {
...CustomerAddressFragment
}
allow_remote_shopping_assistance
compare_list {
...CompareListFragment
}
confirmation_status
created_at
custom_attributes {
...AttributeValueInterfaceFragment
}
date_of_birth
default_billing
default_shipping
dob
email
firstname
gender
gift_registries {
...GiftRegistryFragment
}
gift_registry {
...GiftRegistryFragment
}
group_id
id
is_subscribed
job_title
lastname
middlename
orders {
...CustomerOrdersFragment
}
prefix
purchase_order {
...PurchaseOrderFragment
}
purchase_order_approval_rule {
...PurchaseOrderApprovalRuleFragment
}
purchase_order_approval_rule_metadata {
...PurchaseOrderApprovalRuleMetadataFragment
}
purchase_order_approval_rules {
...PurchaseOrderApprovalRulesFragment
}
purchase_orders {
...PurchaseOrdersFragment
}
purchase_orders_enabled
requisition_lists {
...RequisitionListsFragment
}
return {
...ReturnFragment
}
returns {
...ReturnsFragment
}
reviews {
...ProductReviewsFragment
}
reward_points {
...RewardPointsFragment
}
role {
...CompanyRoleFragment
}
status
store_credit {
...CustomerStoreCreditFragment
}
structure_id
suffix
taxvat
team {
...CompanyTeamFragment
}
telephone
wishlist {
...WishlistFragment
}
wishlist_v2 {
...WishlistFragment
}
wishlists {
...WishlistFragment
}
}
}
Response
{
"data": {
"customer": {
"addresses": [CustomerAddress],
"allow_remote_shopping_assistance": true,
"compare_list": CompareList,
"confirmation_status": "ACCOUNT_CONFIRMED",
"created_at": "xyz789",
"custom_attributes": [AttributeValueInterface],
"date_of_birth": "abc123",
"default_billing": "xyz789",
"default_shipping": "abc123",
"dob": "xyz789",
"email": "abc123",
"firstname": "xyz789",
"gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group_id": 987,
"id": 987,
"is_subscribed": false,
"job_title": "abc123",
"lastname": "xyz789",
"middlename": "abc123",
"orders": CustomerOrders,
"prefix": "xyz789",
"purchase_order": PurchaseOrder,
"purchase_order_approval_rule": PurchaseOrderApprovalRule,
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata,
"purchase_order_approval_rules": PurchaseOrderApprovalRules,
"purchase_orders": PurchaseOrders,
"purchase_orders_enabled": false,
"requisition_lists": RequisitionLists,
"return": Return,
"returns": Returns,
"reviews": ProductReviews,
"reward_points": RewardPoints,
"role": CompanyRole,
"status": "ACTIVE",
"store_credit": CustomerStoreCredit,
"structure_id": "4",
"suffix": "abc123",
"taxvat": "abc123",
"team": CompanyTeam,
"telephone": "xyz789",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
}
}
}
customerCart
Description
Return information about the customer's shopping cart.
Response
Returns a Cart!
Example
Query
query customerCart {
customerCart {
applied_coupon {
...AppliedCouponFragment
}
applied_coupons {
...AppliedCouponFragment
}
applied_gift_cards {
...AppliedGiftCardFragment
}
applied_reward_points {
...RewardPointsAmountFragment
}
applied_store_credit {
...AppliedStoreCreditFragment
}
available_gift_wrappings {
...GiftWrappingFragment
}
available_payment_methods {
...AvailablePaymentMethodFragment
}
billing_address {
...BillingCartAddressFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
id
is_virtual
items {
...CartItemInterfaceFragment
}
itemsV2 {
...CartItemsFragment
}
prices {
...CartPricesFragment
}
printed_card_included
selected_payment_method {
...SelectedPaymentMethodFragment
}
shipping_addresses {
...ShippingCartAddressFragment
}
total_quantity
}
}
Response
{
"data": {
"customerCart": {
"applied_coupon": AppliedCoupon,
"applied_coupons": [AppliedCoupon],
"applied_gift_cards": [AppliedGiftCard],
"applied_reward_points": RewardPointsAmount,
"applied_store_credit": AppliedStoreCredit,
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
"email": "abc123",
"gift_message": GiftMessage,
"gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
"id": 4,
"is_virtual": false,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
"printed_card_included": false,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
"total_quantity": 123.45
}
}
}
customerDownloadableProducts
Description
Return a list of downloadable products the customer has purchased.
Response
Returns a CustomerDownloadableProducts
Example
Query
query customerDownloadableProducts {
customerDownloadableProducts {
items {
...CustomerDownloadableProductFragment
}
}
}
Response
{
"data": {
"customerDownloadableProducts": {
"items": [CustomerDownloadableProduct]
}
}
}
customerOrders
customer
query instead. Response
Returns a CustomerOrders
Example
Query
query customerOrders {
customerOrders {
items {
...CustomerOrderFragment
}
page_info {
...SearchResultPageInfoFragment
}
total_count
}
}
Response
{
"data": {
"customerOrders": {
"items": [CustomerOrder],
"page_info": SearchResultPageInfo,
"total_count": 123
}
}
}
customerPaymentTokens
Description
Return a list of customer payment tokens stored in the vault.
Response
Returns a CustomerPaymentTokens
Example
Query
query customerPaymentTokens {
customerPaymentTokens {
items {
...PaymentTokenFragment
}
}
}
Response
{
"data": {
"customerPaymentTokens": {"items": [PaymentToken]}
}
}
dynamicBlocks
Description
Return a list of dynamic blocks filtered by type, location, or UIDs.
Response
Returns a DynamicBlocks!
Arguments
Name | Description |
---|---|
input - DynamicBlocksFilterInput
|
Defines the filter for returning matching dynamic blocks. |
pageSize - Int
|
The maximum number of results to return at once. The default is 20. Default = 20 |
currentPage - Int
|
The page of results to return. The default is 1. Default = 1 |
Example
Query
query dynamicBlocks(
$input: DynamicBlocksFilterInput,
$pageSize: Int,
$currentPage: Int
) {
dynamicBlocks(
input: $input,
pageSize: $pageSize,
currentPage: $currentPage
) {
items {
...DynamicBlockFragment
}
page_info {
...SearchResultPageInfoFragment
}
total_count
}
}
Variables
{
"input": DynamicBlocksFilterInput,
"pageSize": 20,
"currentPage": 1
}
Response
{
"data": {
"dynamicBlocks": {
"items": [DynamicBlock],
"page_info": SearchResultPageInfo,
"total_count": 123
}
}
}
getHostedProUrl
Description
Retrieve the secure PayPal URL for a Payments Pro Hosted Solution transaction.
Response
Returns a HostedProUrl
Arguments
Name | Description |
---|---|
input - HostedProUrlInput!
|
An input object that specifies the cart ID. |
Example
Query
query getHostedProUrl($input: HostedProUrlInput!) {
getHostedProUrl(input: $input) {
secure_form_url
}
}
Variables
{"input": HostedProUrlInput}
Response
{
"data": {
"getHostedProUrl": {
"secure_form_url": "abc123"
}
}
}
getPayflowLinkToken
Description
Retrieve payment credentials for a transaction. Use this query for Payflow Link and Payments Advanced payment methods.
Response
Returns a PayflowLinkToken
Arguments
Name | Description |
---|---|
input - PayflowLinkTokenInput!
|
An input object that defines the requirements to receive a payment token. |
Example
Query
query getPayflowLinkToken($input: PayflowLinkTokenInput!) {
getPayflowLinkToken(input: $input) {
mode
paypal_url
secure_token
secure_token_id
}
}
Variables
{"input": PayflowLinkTokenInput}
Response
{
"data": {
"getPayflowLinkToken": {
"mode": "TEST",
"paypal_url": "abc123",
"secure_token": "xyz789",
"secure_token_id": "abc123"
}
}
}
getPaymentConfig
Description
Retrieves the payment configuration for a given location
Response
Returns a PaymentConfigOutput
Arguments
Name | Description |
---|---|
location - PaymentLocation!
|
Defines the origin location for that payment request |
Example
Query
query getPaymentConfig($location: PaymentLocation!) {
getPaymentConfig(location: $location) {
apple_pay {
...ApplePayConfigFragment
}
hosted_fields {
...HostedFieldsConfigFragment
}
smart_buttons {
...SmartButtonsConfigFragment
}
}
}
Variables
{"location": "PRODUCT_DETAIL"}
Response
{
"data": {
"getPaymentConfig": {
"apple_pay": ApplePayConfig,
"hosted_fields": HostedFieldsConfig,
"smart_buttons": SmartButtonsConfig
}
}
}
getPaymentOrder
Description
Retrieves the payment details for the order
Response
Returns a PaymentOrderOutput
Example
Query
query getPaymentOrder(
$cartId: String!,
$id: String!
) {
getPaymentOrder(
cartId: $cartId,
id: $id
) {
id
mp_order_id
payment_source_details {
...PaymentSourceDetailsFragment
}
status
}
}
Variables
{
"cartId": "xyz789",
"id": "abc123"
}
Response
{
"data": {
"getPaymentOrder": {
"id": "abc123",
"mp_order_id": "xyz789",
"payment_source_details": PaymentSourceDetails,
"status": "abc123"
}
}
}
getPaymentSDK
Description
Gets the payment SDK urls and values
Response
Returns an GetPaymentSDKOutput
Arguments
Name | Description |
---|---|
location - PaymentLocation!
|
Defines the origin location for that payment request |
Example
Query
query getPaymentSDK($location: PaymentLocation!) {
getPaymentSDK(location: $location) {
sdkParams {
...PaymentSDKParamsItemFragment
}
}
}
Variables
{"location": "PRODUCT_DETAIL"}
Response
{
"data": {
"getPaymentSDK": {"sdkParams": [PaymentSDKParamsItem]}
}
}
giftCardAccount
Description
Return details about a specific gift card.
Response
Returns a GiftCardAccount
Arguments
Name | Description |
---|---|
input - GiftCardAccountInput!
|
An input object that specifies the gift card code. |
Example
Query
query giftCardAccount($input: GiftCardAccountInput!) {
giftCardAccount(input: $input) {
balance {
...MoneyFragment
}
code
expiration_date
}
}
Variables
{"input": GiftCardAccountInput}
Response
{
"data": {
"giftCardAccount": {
"balance": Money,
"code": "abc123",
"expiration_date": "xyz789"
}
}
}
giftRegistry
Description
Return the specified gift registry. Some details will not be available to guests.
Response
Returns a GiftRegistry
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the registry to search for. |
Example
Query
query giftRegistry($giftRegistryUid: ID!) {
giftRegistry(giftRegistryUid: $giftRegistryUid) {
created_at
dynamic_attributes {
...GiftRegistryDynamicAttributeFragment
}
event_name
items {
...GiftRegistryItemInterfaceFragment
}
message
owner_name
privacy_settings
registrants {
...GiftRegistryRegistrantFragment
}
shipping_address {
...CustomerAddressFragment
}
status
type {
...GiftRegistryTypeFragment
}
uid
}
}
Variables
{"giftRegistryUid": 4}
Response
{
"data": {
"giftRegistry": {
"created_at": "xyz789",
"dynamic_attributes": [
GiftRegistryDynamicAttribute
],
"event_name": "xyz789",
"items": [GiftRegistryItemInterface],
"message": "abc123",
"owner_name": "abc123",
"privacy_settings": "PRIVATE",
"registrants": [GiftRegistryRegistrant],
"shipping_address": CustomerAddress,
"status": "ACTIVE",
"type": GiftRegistryType,
"uid": "4"
}
}
}
giftRegistryEmailSearch
Description
Search for gift registries by specifying a registrant email address.
Response
Returns [GiftRegistrySearchResult]
Arguments
Name | Description |
---|---|
email - String!
|
The registrant's email. |
Example
Query
query giftRegistryEmailSearch($email: String!) {
giftRegistryEmailSearch(email: $email) {
event_date
event_title
gift_registry_uid
location
name
type
}
}
Variables
{"email": "xyz789"}
Response
{
"data": {
"giftRegistryEmailSearch": [
{
"event_date": "xyz789",
"event_title": "abc123",
"gift_registry_uid": 4,
"location": "xyz789",
"name": "xyz789",
"type": "abc123"
}
]
}
}
giftRegistryIdSearch
Description
Search for gift registries by specifying a registry URL key.
Response
Returns [GiftRegistrySearchResult]
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the gift registry. |
Example
Query
query giftRegistryIdSearch($giftRegistryUid: ID!) {
giftRegistryIdSearch(giftRegistryUid: $giftRegistryUid) {
event_date
event_title
gift_registry_uid
location
name
type
}
}
Variables
{"giftRegistryUid": 4}
Response
{
"data": {
"giftRegistryIdSearch": [
{
"event_date": "xyz789",
"event_title": "xyz789",
"gift_registry_uid": 4,
"location": "xyz789",
"name": "abc123",
"type": "xyz789"
}
]
}
}
giftRegistryTypeSearch
Description
Search for gift registries by specifying the registrant name and registry type ID.
Response
Returns [GiftRegistrySearchResult]
Example
Query
query giftRegistryTypeSearch(
$firstName: String!,
$lastName: String!,
$giftRegistryTypeUid: ID
) {
giftRegistryTypeSearch(
firstName: $firstName,
lastName: $lastName,
giftRegistryTypeUid: $giftRegistryTypeUid
) {
event_date
event_title
gift_registry_uid
location
name
type
}
}
Variables
{
"firstName": "abc123",
"lastName": "xyz789",
"giftRegistryTypeUid": 4
}
Response
{
"data": {
"giftRegistryTypeSearch": [
{
"event_date": "xyz789",
"event_title": "abc123",
"gift_registry_uid": 4,
"location": "abc123",
"name": "abc123",
"type": "abc123"
}
]
}
}
giftRegistryTypes
Description
Get a list of available gift registry types.
Response
Returns [GiftRegistryType]
Example
Query
query giftRegistryTypes {
giftRegistryTypes {
dynamic_attributes_metadata {
...GiftRegistryDynamicAttributeMetadataInterfaceFragment
}
label
uid
}
}
Response
{
"data": {
"giftRegistryTypes": [
{
"dynamic_attributes_metadata": [
GiftRegistryDynamicAttributeMetadataInterface
],
"label": "abc123",
"uid": 4
}
]
}
}
guestOrder
Description
Retrieve guest order details based on number, email and postcode.
Response
Returns a CustomerOrder!
Arguments
Name | Description |
---|---|
input - OrderInformationInput!
|
Example
Query
query guestOrder($input: OrderInformationInput!) {
guestOrder(input: $input) {
applied_coupons {
...AppliedCouponFragment
}
billing_address {
...OrderAddressFragment
}
carrier
comments {
...SalesCommentItemFragment
}
created_at
credit_memos {
...CreditMemoFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
grand_total
id
increment_id
invoices {
...InvoiceFragment
}
items {
...OrderItemInterfaceFragment
}
items_eligible_for_return {
...OrderItemInterfaceFragment
}
number
order_date
order_number
payment_methods {
...OrderPaymentMethodFragment
}
printed_card_included
returns {
...ReturnsFragment
}
shipments {
...OrderShipmentFragment
}
shipping_address {
...OrderAddressFragment
}
shipping_method
status
token
total {
...OrderTotalFragment
}
}
}
Variables
{"input": OrderInformationInput}
Response
{
"data": {
"guestOrder": {
"applied_coupons": [AppliedCoupon],
"billing_address": OrderAddress,
"carrier": "xyz789",
"comments": [SalesCommentItem],
"created_at": "abc123",
"credit_memos": [CreditMemo],
"email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
"grand_total": 987.65,
"id": 4,
"increment_id": "abc123",
"invoices": [Invoice],
"items": [OrderItemInterface],
"items_eligible_for_return": [OrderItemInterface],
"number": "abc123",
"order_date": "xyz789",
"order_number": "abc123",
"payment_methods": [OrderPaymentMethod],
"printed_card_included": true,
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
"shipping_method": "xyz789",
"status": "abc123",
"token": "xyz789",
"total": OrderTotal
}
}
}
guestOrderByToken
Description
Retrieve guest order details based on token.
Response
Returns a CustomerOrder!
Arguments
Name | Description |
---|---|
input - OrderTokenInput!
|
Example
Query
query guestOrderByToken($input: OrderTokenInput!) {
guestOrderByToken(input: $input) {
applied_coupons {
...AppliedCouponFragment
}
billing_address {
...OrderAddressFragment
}
carrier
comments {
...SalesCommentItemFragment
}
created_at
credit_memos {
...CreditMemoFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
grand_total
id
increment_id
invoices {
...InvoiceFragment
}
items {
...OrderItemInterfaceFragment
}
items_eligible_for_return {
...OrderItemInterfaceFragment
}
number
order_date
order_number
payment_methods {
...OrderPaymentMethodFragment
}
printed_card_included
returns {
...ReturnsFragment
}
shipments {
...OrderShipmentFragment
}
shipping_address {
...OrderAddressFragment
}
shipping_method
status
token
total {
...OrderTotalFragment
}
}
}
Variables
{"input": OrderTokenInput}
Response
{
"data": {
"guestOrderByToken": {
"applied_coupons": [AppliedCoupon],
"billing_address": OrderAddress,
"carrier": "xyz789",
"comments": [SalesCommentItem],
"created_at": "xyz789",
"credit_memos": [CreditMemo],
"email": "abc123",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
"grand_total": 123.45,
"id": "4",
"increment_id": "abc123",
"invoices": [Invoice],
"items": [OrderItemInterface],
"items_eligible_for_return": [OrderItemInterface],
"number": "xyz789",
"order_date": "abc123",
"order_number": "xyz789",
"payment_methods": [OrderPaymentMethod],
"printed_card_included": true,
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
"shipping_method": "xyz789",
"status": "abc123",
"token": "xyz789",
"total": OrderTotal
}
}
}
isCompanyAdminEmailAvailable
Description
Check whether the specified email can be used to register a company admin.
Response
Returns an IsCompanyAdminEmailAvailableOutput
Arguments
Name | Description |
---|---|
email - String!
|
Example
Query
query isCompanyAdminEmailAvailable($email: String!) {
isCompanyAdminEmailAvailable(email: $email) {
is_email_available
}
}
Variables
{"email": "abc123"}
Response
{"data": {"isCompanyAdminEmailAvailable": {"is_email_available": false}}}
isCompanyEmailAvailable
Description
Check whether the specified email can be used to register a new company.
Response
Returns an IsCompanyEmailAvailableOutput
Arguments
Name | Description |
---|---|
email - String!
|
Example
Query
query isCompanyEmailAvailable($email: String!) {
isCompanyEmailAvailable(email: $email) {
is_email_available
}
}
Variables
{"email": "abc123"}
Response
{"data": {"isCompanyEmailAvailable": {"is_email_available": true}}}
isCompanyRoleNameAvailable
Description
Check whether the specified role name is valid for the company.
Response
Returns an IsCompanyRoleNameAvailableOutput
Arguments
Name | Description |
---|---|
name - String!
|
Example
Query
query isCompanyRoleNameAvailable($name: String!) {
isCompanyRoleNameAvailable(name: $name) {
is_role_name_available
}
}
Variables
{"name": "abc123"}
Response
{"data": {"isCompanyRoleNameAvailable": {"is_role_name_available": true}}}
isCompanyUserEmailAvailable
Description
Check whether the specified email can be used to register a company user.
Response
Returns an IsCompanyUserEmailAvailableOutput
Arguments
Name | Description |
---|---|
email - String!
|
Example
Query
query isCompanyUserEmailAvailable($email: String!) {
isCompanyUserEmailAvailable(email: $email) {
is_email_available
}
}
Variables
{"email": "abc123"}
Response
{"data": {"isCompanyUserEmailAvailable": {"is_email_available": true}}}
isEmailAvailable
Description
Check whether the specified email has already been used to create a customer account.
Response
Returns an IsEmailAvailableOutput
Arguments
Name | Description |
---|---|
email - String!
|
The email address to check. |
Example
Query
query isEmailAvailable($email: String!) {
isEmailAvailable(email: $email) {
is_email_available
}
}
Variables
{"email": "xyz789"}
Response
{"data": {"isEmailAvailable": {"is_email_available": false}}}
negotiableQuote
Description
Retrieve the specified negotiable quote.
Response
Returns a NegotiableQuote
Arguments
Name | Description |
---|---|
uid - ID!
|
Example
Query
query negotiableQuote($uid: ID!) {
negotiableQuote(uid: $uid) {
available_payment_methods {
...AvailablePaymentMethodFragment
}
billing_address {
...NegotiableQuoteBillingAddressFragment
}
buyer {
...NegotiableQuoteUserFragment
}
comments {
...NegotiableQuoteCommentFragment
}
created_at
email
history {
...NegotiableQuoteHistoryEntryFragment
}
is_virtual
items {
...CartItemInterfaceFragment
}
name
prices {
...CartPricesFragment
}
selected_payment_method {
...SelectedPaymentMethodFragment
}
shipping_addresses {
...NegotiableQuoteShippingAddressFragment
}
status
total_quantity
uid
updated_at
}
}
Variables
{"uid": "4"}
Response
{
"data": {
"negotiableQuote": {
"available_payment_methods": [
AvailablePaymentMethod
],
"billing_address": NegotiableQuoteBillingAddress,
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
"created_at": "abc123",
"email": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
"is_virtual": true,
"items": [CartItemInterface],
"name": "abc123",
"prices": CartPrices,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [
NegotiableQuoteShippingAddress
],
"status": "SUBMITTED",
"total_quantity": 123.45,
"uid": "4",
"updated_at": "xyz789"
}
}
}
negotiableQuotes
Description
Return a list of negotiable quotes that can be viewed by the logged-in customer.
Response
Returns a NegotiableQuotesOutput
Arguments
Name | Description |
---|---|
filter - NegotiableQuoteFilterInput
|
The filter to use to determine which negotiable quotes to return. |
pageSize - Int
|
The maximum number of results to return at once. The default value is 20. Default = 20 |
currentPage - Int
|
The page of results to return. The default value is 1. Default = 1 |
sort - NegotiableQuoteSortInput
|
The field to use for sorting results. |
Example
Query
query negotiableQuotes(
$filter: NegotiableQuoteFilterInput,
$pageSize: Int,
$currentPage: Int,
$sort: NegotiableQuoteSortInput
) {
negotiableQuotes(
filter: $filter,
pageSize: $pageSize,
currentPage: $currentPage,
sort: $sort
) {
items {
...NegotiableQuoteFragment
}
page_info {
...SearchResultPageInfoFragment
}
sort_fields {
...SortFieldsFragment
}
total_count
}
}
Variables
{
"filter": NegotiableQuoteFilterInput,
"pageSize": 20,
"currentPage": 1,
"sort": NegotiableQuoteSortInput
}
Response
{
"data": {
"negotiableQuotes": {
"items": [NegotiableQuote],
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"total_count": 987
}
}
}
pickupLocations
Description
The pickup locations query searches for locations that match the search request requirements.
Response
Returns a PickupLocations
Arguments
Name | Description |
---|---|
area - AreaInput
|
Perform search by location using radius and search term. |
filters - PickupLocationFilterInput
|
Apply filters by attributes. |
sort - PickupLocationSortInput
|
Specifies which attribute to sort on, and whether to return the results in ascending or descending order. |
pageSize - Int
|
The maximum number of pickup locations to return at once. The attribute is optional. Default = 20 |
currentPage - Int
|
Specifies which page of results to return. The default value is 1. Default = 1 |
productsInfo - [ProductInfoInput]
|
Information about products which should be delivered. |
Example
Query
query pickupLocations(
$area: AreaInput,
$filters: PickupLocationFilterInput,
$sort: PickupLocationSortInput,
$pageSize: Int,
$currentPage: Int,
$productsInfo: [ProductInfoInput]
) {
pickupLocations(
area: $area,
filters: $filters,
sort: $sort,
pageSize: $pageSize,
currentPage: $currentPage,
productsInfo: $productsInfo
) {
items {
...PickupLocationFragment
}
page_info {
...SearchResultPageInfoFragment
}
total_count
}
}
Variables
{
"area": AreaInput,
"filters": PickupLocationFilterInput,
"sort": PickupLocationSortInput,
"pageSize": 20,
"currentPage": 1,
"productsInfo": [ProductInfoInput]
}
Response
{
"data": {
"pickupLocations": {
"items": [PickupLocation],
"page_info": SearchResultPageInfo,
"total_count": 987
}
}
}
productReviewRatingsMetadata
Description
Return the active ratings attributes and the values each rating can have.
Response
Returns a ProductReviewRatingsMetadata!
Example
Query
query productReviewRatingsMetadata {
productReviewRatingsMetadata {
items {
...ProductReviewRatingMetadataFragment
}
}
}
Response
{
"data": {
"productReviewRatingsMetadata": {
"items": [ProductReviewRatingMetadata]
}
}
}
products
Description
Search for products that match the criteria specified in the search
and filter
attributes.
Response
Returns a Products
Arguments
Name | Description |
---|---|
search - String
|
One or more keywords to use in a full-text search. |
filter - ProductAttributeFilterInput
|
The product attributes to search for and return. |
pageSize - Int
|
The maximum number of results to return at once. The default value is 20. Default = 20 |
currentPage - Int
|
The page of results to return. The default value is 1. Default = 1 |
sort - ProductAttributeSortInput
|
Specifies which attributes to sort on, and whether to return the results in ascending or descending order. |
Example
Query
query products(
$search: String,
$filter: ProductAttributeFilterInput,
$pageSize: Int,
$currentPage: Int,
$sort: ProductAttributeSortInput
) {
products(
search: $search,
filter: $filter,
pageSize: $pageSize,
currentPage: $currentPage,
sort: $sort
) {
aggregations {
...AggregationFragment
}
filters {
...LayerFilterFragment
}
items {
...ProductInterfaceFragment
}
page_info {
...SearchResultPageInfoFragment
}
sort_fields {
...SortFieldsFragment
}
suggestions {
...SearchSuggestionFragment
}
total_count
}
}
Variables
{
"search": "xyz789",
"filter": ProductAttributeFilterInput,
"pageSize": 20,
"currentPage": 1,
"sort": ProductAttributeSortInput
}
Response
{
"data": {
"products": {
"aggregations": [Aggregation],
"filters": [LayerFilter],
"items": [ProductInterface],
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"suggestions": [SearchSuggestion],
"total_count": 987
}
}
}
recaptchaV3Config
Description
Returns details about Google reCAPTCHA V3-Invisible configuration.
Response
Returns a ReCaptchaConfigurationV3
Example
Query
query recaptchaV3Config {
recaptchaV3Config {
badge_position
failure_message
forms
is_enabled
language_code
minimum_score
website_key
}
}
Response
{
"data": {
"recaptchaV3Config": {
"badge_position": "abc123",
"failure_message": "abc123",
"forms": ["PLACE_ORDER"],
"is_enabled": true,
"language_code": "abc123",
"minimum_score": 987.65,
"website_key": "abc123"
}
}
}
route
Description
Return the full details for a specified product, category, or CMS page.
Response
Returns a RoutableInterface
Arguments
Name | Description |
---|---|
url - String!
|
A url_key appended by the `url_suffix, if one exists. |
Example
Query
query route($url: String!) {
route(url: $url) {
redirect_code
relative_url
type
}
}
Variables
{"url": "xyz789"}
Response
{
"data": {
"route": {
"redirect_code": 123,
"relative_url": "xyz789",
"type": "CMS_PAGE"
}
}
}
storeConfig
Description
Return details about the store's configuration.
Response
Returns a StoreConfig
Example
Query
query storeConfig {
storeConfig {
absolute_footer
allow_gift_receipt
allow_gift_wrapping_on_order
allow_gift_wrapping_on_order_items
allow_guests_to_write_product_reviews
allow_items
allow_order
allow_printed_card
autocomplete_on_storefront
base_currency_code
base_link_url
base_media_url
base_static_url
base_url
braintree_3dsecure_allowspecific
braintree_3dsecure_always_request_3ds
braintree_3dsecure_specificcountry
braintree_3dsecure_threshold_amount
braintree_3dsecure_verify_3dsecure
braintree_ach_direct_debit_vault_active
braintree_applepay_merchant_name
braintree_applepay_vault_active
braintree_cc_vault_active
braintree_cc_vault_cvv
braintree_environment
braintree_googlepay_btn_color
braintree_googlepay_cctypes
braintree_googlepay_merchant_id
braintree_googlepay_vault_active
braintree_local_payment_allowed_methods
braintree_local_payment_fallback_button_text
braintree_local_payment_redirect_on_fail
braintree_merchant_account_id
braintree_paypal_button_location_cart_type_credit_color
braintree_paypal_button_location_cart_type_credit_label
braintree_paypal_button_location_cart_type_credit_shape
braintree_paypal_button_location_cart_type_credit_show
braintree_paypal_button_location_cart_type_messaging_layout
braintree_paypal_button_location_cart_type_messaging_logo
braintree_paypal_button_location_cart_type_messaging_logo_position
braintree_paypal_button_location_cart_type_messaging_show
braintree_paypal_button_location_cart_type_messaging_text_color
braintree_paypal_button_location_cart_type_paylater_color
braintree_paypal_button_location_cart_type_paylater_label
braintree_paypal_button_location_cart_type_paylater_shape
braintree_paypal_button_location_cart_type_paylater_show
braintree_paypal_button_location_cart_type_paypal_color
braintree_paypal_button_location_cart_type_paypal_label
braintree_paypal_button_location_cart_type_paypal_shape
braintree_paypal_button_location_cart_type_paypal_show
braintree_paypal_button_location_checkout_type_credit_color
braintree_paypal_button_location_checkout_type_credit_label
braintree_paypal_button_location_checkout_type_credit_shape
braintree_paypal_button_location_checkout_type_credit_show
braintree_paypal_button_location_checkout_type_messaging_layout
braintree_paypal_button_location_checkout_type_messaging_logo
braintree_paypal_button_location_checkout_type_messaging_logo_position
braintree_paypal_button_location_checkout_type_messaging_show
braintree_paypal_button_location_checkout_type_messaging_text_color
braintree_paypal_button_location_checkout_type_paylater_color
braintree_paypal_button_location_checkout_type_paylater_label
braintree_paypal_button_location_checkout_type_paylater_shape
braintree_paypal_button_location_checkout_type_paylater_show
braintree_paypal_button_location_checkout_type_paypal_color
braintree_paypal_button_location_checkout_type_paypal_label
braintree_paypal_button_location_checkout_type_paypal_shape
braintree_paypal_button_location_checkout_type_paypal_show
braintree_paypal_button_location_productpage_type_credit_color
braintree_paypal_button_location_productpage_type_credit_label
braintree_paypal_button_location_productpage_type_credit_shape
braintree_paypal_button_location_productpage_type_credit_show
braintree_paypal_button_location_productpage_type_messaging_layout
braintree_paypal_button_location_productpage_type_messaging_logo
braintree_paypal_button_location_productpage_type_messaging_logo_position
braintree_paypal_button_location_productpage_type_messaging_show
braintree_paypal_button_location_productpage_type_messaging_text_color
braintree_paypal_button_location_productpage_type_paylater_color
braintree_paypal_button_location_productpage_type_paylater_label
braintree_paypal_button_location_productpage_type_paylater_shape
braintree_paypal_button_location_productpage_type_paylater_show
braintree_paypal_button_location_productpage_type_paypal_color
braintree_paypal_button_location_productpage_type_paypal_label
braintree_paypal_button_location_productpage_type_paypal_shape
braintree_paypal_button_location_productpage_type_paypal_show
braintree_paypal_credit_uk_merchant_name
braintree_paypal_display_on_shopping_cart
braintree_paypal_merchant_country
braintree_paypal_merchant_name_override
braintree_paypal_require_billing_address
braintree_paypal_send_cart_line_items
braintree_paypal_vault_active
cart_expires_in_days
cart_gift_wrapping
cart_printed_card
cart_summary_display_quantity
catalog_default_sort_by
category_fixed_product_tax_display_setting
category_url_suffix
check_money_order_enable_for_specific_countries
check_money_order_enabled
check_money_order_make_check_payable_to
check_money_order_max_order_total
check_money_order_min_order_total
check_money_order_new_order_status
check_money_order_payment_from_specific_countries
check_money_order_send_check_to
check_money_order_sort_order
check_money_order_title
cms_home_page
cms_no_cookies
cms_no_route
code
configurable_thumbnail_source
contact_enabled
copyright
countries_with_required_region
create_account_confirmation
customer_access_token_lifetime
default_country
default_description
default_display_currency_code
default_keywords
default_title
demonotice
display_state_if_optional
enable_multiple_wishlists
front
grid_per_page
grid_per_page_values
head_includes
head_shortcut_icon
header_logo_src
id
is_default_store
is_default_store_group
is_guest_checkout_enabled
is_negotiable_quote_active
is_one_page_checkout_enabled
is_requisition_list_active
list_mode
list_per_page
list_per_page_values
locale
logo_alt
logo_height
logo_width
magento_reward_general_is_enabled
magento_reward_general_is_enabled_on_front
magento_reward_general_min_points_balance
magento_reward_general_publish_history
magento_reward_points_invitation_customer
magento_reward_points_invitation_customer_limit
magento_reward_points_invitation_order
magento_reward_points_invitation_order_limit
magento_reward_points_newsletter
magento_reward_points_order
magento_reward_points_register
magento_reward_points_review
magento_reward_points_review_limit
magento_wishlist_general_is_enabled
max_items_in_order_summary
maximum_number_of_wishlists
minicart_display
minicart_max_items
minimum_password_length
newsletter_enabled
no_route
optional_zip_countries
order_cancellation_enabled
order_cancellation_reasons {
...CancellationReasonFragment
}
payment_payflowpro_cc_vault_active
printed_card_price
product_fixed_product_tax_display_setting
product_reviews_enabled
product_url_suffix
quickorder_active
required_character_classes_number
returns_enabled
root_category_id
root_category_uid
sales_fixed_product_tax_display_setting
sales_gift_wrapping
sales_printed_card
secure_base_link_url
secure_base_media_url
secure_base_static_url
secure_base_url
send_friend {
...SendFriendConfigurationFragment
}
shopping_cart_display_full_summary
shopping_cart_display_grand_total
shopping_cart_display_price
shopping_cart_display_shipping
shopping_cart_display_subtotal
shopping_cart_display_tax_gift_wrapping
shopping_cart_display_zero_tax
show_cms_breadcrumbs
store_code
store_group_code
store_group_name
store_name
store_sort_order
timezone
title_prefix
title_separator
title_suffix
use_store_in_url
website_code
website_id
website_name
weight_unit
welcome
zero_subtotal_enable_for_specific_countries
zero_subtotal_enabled
zero_subtotal_new_order_status
zero_subtotal_payment_action
zero_subtotal_payment_from_specific_countries
zero_subtotal_sort_order
zero_subtotal_title
}
}
Response
{
"data": {
"storeConfig": {
"absolute_footer": "xyz789",
"allow_gift_receipt": "xyz789",
"allow_gift_wrapping_on_order": "xyz789",
"allow_gift_wrapping_on_order_items": "abc123",
"allow_guests_to_write_product_reviews": "abc123",
"allow_items": "xyz789",
"allow_order": "xyz789",
"allow_printed_card": "abc123",
"autocomplete_on_storefront": false,
"base_currency_code": "abc123",
"base_link_url": "abc123",
"base_media_url": "abc123",
"base_static_url": "abc123",
"base_url": "xyz789",
"braintree_3dsecure_allowspecific": false,
"braintree_3dsecure_always_request_3ds": false,
"braintree_3dsecure_specificcountry": "xyz789",
"braintree_3dsecure_threshold_amount": "xyz789",
"braintree_3dsecure_verify_3dsecure": false,
"braintree_ach_direct_debit_vault_active": false,
"braintree_applepay_merchant_name": "xyz789",
"braintree_applepay_vault_active": false,
"braintree_cc_vault_active": "xyz789",
"braintree_cc_vault_cvv": true,
"braintree_environment": "xyz789",
"braintree_googlepay_btn_color": "xyz789",
"braintree_googlepay_cctypes": "xyz789",
"braintree_googlepay_merchant_id": "abc123",
"braintree_googlepay_vault_active": true,
"braintree_local_payment_allowed_methods": "abc123",
"braintree_local_payment_fallback_button_text": "abc123",
"braintree_local_payment_redirect_on_fail": "xyz789",
"braintree_merchant_account_id": "abc123",
"braintree_paypal_button_location_cart_type_credit_color": "abc123",
"braintree_paypal_button_location_cart_type_credit_label": "abc123",
"braintree_paypal_button_location_cart_type_credit_shape": "abc123",
"braintree_paypal_button_location_cart_type_credit_show": true,
"braintree_paypal_button_location_cart_type_messaging_layout": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo": "abc123",
"braintree_paypal_button_location_cart_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_cart_type_messaging_show": false,
"braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_label": "abc123",
"braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
"braintree_paypal_button_location_cart_type_paylater_show": false,
"braintree_paypal_button_location_cart_type_paypal_color": "xyz789",
"braintree_paypal_button_location_cart_type_paypal_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": "abc123",
"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_checkout_type_messaging_logo_position": "abc123",
"braintree_paypal_button_location_checkout_type_messaging_show": false,
"braintree_paypal_button_location_checkout_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_label": "abc123",
"braintree_paypal_button_location_checkout_type_paylater_shape": "xyz789",
"braintree_paypal_button_location_checkout_type_paylater_show": false,
"braintree_paypal_button_location_checkout_type_paypal_color": "xyz789",
"braintree_paypal_button_location_checkout_type_paypal_label": "xyz789",
"braintree_paypal_button_location_checkout_type_paypal_shape": "abc123",
"braintree_paypal_button_location_checkout_type_paypal_show": false,
"braintree_paypal_button_location_productpage_type_credit_color": "abc123",
"braintree_paypal_button_location_productpage_type_credit_label": "abc123",
"braintree_paypal_button_location_productpage_type_credit_shape": "xyz789",
"braintree_paypal_button_location_productpage_type_credit_show": true,
"braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
"braintree_paypal_button_location_productpage_type_messaging_show": true,
"braintree_paypal_button_location_productpage_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_productpage_type_paylater_color": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_label": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_shape": "xyz789",
"braintree_paypal_button_location_productpage_type_paylater_show": false,
"braintree_paypal_button_location_productpage_type_paypal_color": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_label": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_show": false,
"braintree_paypal_credit_uk_merchant_name": "xyz789",
"braintree_paypal_display_on_shopping_cart": false,
"braintree_paypal_merchant_country": "xyz789",
"braintree_paypal_merchant_name_override": "abc123",
"braintree_paypal_require_billing_address": true,
"braintree_paypal_send_cart_line_items": false,
"braintree_paypal_vault_active": false,
"cart_expires_in_days": 123,
"cart_gift_wrapping": "abc123",
"cart_printed_card": "abc123",
"cart_summary_display_quantity": 123,
"catalog_default_sort_by": "abc123",
"category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"category_url_suffix": "abc123",
"check_money_order_enable_for_specific_countries": false,
"check_money_order_enabled": false,
"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": "xyz789",
"check_money_order_payment_from_specific_countries": "xyz789",
"check_money_order_send_check_to": "abc123",
"check_money_order_sort_order": 987,
"check_money_order_title": "abc123",
"cms_home_page": "abc123",
"cms_no_cookies": "abc123",
"cms_no_route": "xyz789",
"code": "abc123",
"configurable_thumbnail_source": "abc123",
"contact_enabled": false,
"copyright": "xyz789",
"countries_with_required_region": "xyz789",
"create_account_confirmation": true,
"customer_access_token_lifetime": 123.45,
"default_country": "abc123",
"default_description": "xyz789",
"default_display_currency_code": "xyz789",
"default_keywords": "xyz789",
"default_title": "xyz789",
"demonotice": 123,
"display_state_if_optional": false,
"enable_multiple_wishlists": "xyz789",
"front": "xyz789",
"grid_per_page": 123,
"grid_per_page_values": "abc123",
"head_includes": "abc123",
"head_shortcut_icon": "xyz789",
"header_logo_src": "xyz789",
"id": 987,
"is_default_store": true,
"is_default_store_group": true,
"is_guest_checkout_enabled": true,
"is_negotiable_quote_active": true,
"is_one_page_checkout_enabled": false,
"is_requisition_list_active": "abc123",
"list_mode": "abc123",
"list_per_page": 987,
"list_per_page_values": "xyz789",
"locale": "xyz789",
"logo_alt": "abc123",
"logo_height": 123,
"logo_width": 123,
"magento_reward_general_is_enabled": "xyz789",
"magento_reward_general_is_enabled_on_front": "xyz789",
"magento_reward_general_min_points_balance": "xyz789",
"magento_reward_general_publish_history": "abc123",
"magento_reward_points_invitation_customer": "abc123",
"magento_reward_points_invitation_customer_limit": "xyz789",
"magento_reward_points_invitation_order": "xyz789",
"magento_reward_points_invitation_order_limit": "xyz789",
"magento_reward_points_newsletter": "xyz789",
"magento_reward_points_order": "xyz789",
"magento_reward_points_register": "abc123",
"magento_reward_points_review": "abc123",
"magento_reward_points_review_limit": "abc123",
"magento_wishlist_general_is_enabled": "xyz789",
"max_items_in_order_summary": 123,
"maximum_number_of_wishlists": "abc123",
"minicart_display": true,
"minicart_max_items": 987,
"minimum_password_length": "abc123",
"newsletter_enabled": false,
"no_route": "xyz789",
"optional_zip_countries": "abc123",
"order_cancellation_enabled": true,
"order_cancellation_reasons": [CancellationReason],
"payment_payflowpro_cc_vault_active": "abc123",
"printed_card_price": "xyz789",
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"product_reviews_enabled": "abc123",
"product_url_suffix": "abc123",
"quickorder_active": true,
"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": "abc123",
"sales_printed_card": "xyz789",
"secure_base_link_url": "abc123",
"secure_base_media_url": "xyz789",
"secure_base_static_url": "abc123",
"secure_base_url": "xyz789",
"send_friend": SendFriendConfiguration,
"shopping_cart_display_full_summary": true,
"shopping_cart_display_grand_total": true,
"shopping_cart_display_price": 987,
"shopping_cart_display_shipping": 987,
"shopping_cart_display_subtotal": 123,
"shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
"shopping_cart_display_zero_tax": false,
"show_cms_breadcrumbs": 987,
"store_code": "4",
"store_group_code": 4,
"store_group_name": "abc123",
"store_name": "xyz789",
"store_sort_order": 123,
"timezone": "abc123",
"title_prefix": "xyz789",
"title_separator": "xyz789",
"title_suffix": "xyz789",
"use_store_in_url": true,
"website_code": "4",
"website_id": 987,
"website_name": "xyz789",
"weight_unit": "abc123",
"welcome": "abc123",
"zero_subtotal_enable_for_specific_countries": true,
"zero_subtotal_enabled": false,
"zero_subtotal_new_order_status": "xyz789",
"zero_subtotal_payment_action": "abc123",
"zero_subtotal_payment_from_specific_countries": "xyz789",
"zero_subtotal_sort_order": 987,
"zero_subtotal_title": "abc123"
}
}
}
urlResolver
route
query instead. Description
Return the relative URL for a specified product, category or CMS page.
Response
Returns an EntityUrl
Arguments
Name | Description |
---|---|
url - String!
|
A url_key appended by the `url_suffix, if one exists. |
Example
Query
query urlResolver($url: String!) {
urlResolver(url: $url) {
canonical_url
entity_uid
id
redirectCode
relative_url
type
}
}
Variables
{"url": "abc123"}
Response
{
"data": {
"urlResolver": {
"canonical_url": "abc123",
"entity_uid": "4",
"id": 987,
"redirectCode": 987,
"relative_url": "abc123",
"type": "CMS_PAGE"
}
}
}
wishlist
Customer.wishlist
. Description
Return the contents of a customer's wish list.
Response
Returns a WishlistOutput
Example
Query
query wishlist {
wishlist {
items {
...WishlistItemFragment
}
items_count
name
sharing_code
updated_at
}
}
Response
{
"data": {
"wishlist": {
"items": [WishlistItem],
"items_count": 987,
"name": "abc123",
"sharing_code": "xyz789",
"updated_at": "abc123"
}
}
}
Mutations
addBundleProductsToCart
Description
Add one or more bundle products to the specified cart. We recommend using addProductsToCart
instead.
Response
Returns an AddBundleProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddBundleProductsToCartInput
|
An input object that defines which bundle products to add to the cart. |
Example
Query
mutation addBundleProductsToCart($input: AddBundleProductsToCartInput) {
addBundleProductsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": AddBundleProductsToCartInput}
Response
{"data": {"addBundleProductsToCart": {"cart": Cart}}}
addConfigurableProductsToCart
Description
Add one or more configurable products to the specified cart. We recommend using addProductsToCart
instead.
Response
Returns an AddConfigurableProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddConfigurableProductsToCartInput
|
An input object that defines which configurable products to add to the cart. |
Example
Query
mutation addConfigurableProductsToCart($input: AddConfigurableProductsToCartInput) {
addConfigurableProductsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": AddConfigurableProductsToCartInput}
Response
{
"data": {
"addConfigurableProductsToCart": {"cart": Cart}
}
}
addDownloadableProductsToCart
Description
Add one or more downloadable products to the specified cart. We recommend using addProductsToCart
instead.
Response
Returns an AddDownloadableProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddDownloadableProductsToCartInput
|
An input object that defines which downloadable products to add to the cart. |
Example
Query
mutation addDownloadableProductsToCart($input: AddDownloadableProductsToCartInput) {
addDownloadableProductsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": AddDownloadableProductsToCartInput}
Response
{
"data": {
"addDownloadableProductsToCart": {"cart": Cart}
}
}
addGiftRegistryRegistrants
Description
Add registrants to the specified gift registry.
Response
Returns an AddGiftRegistryRegistrantsOutput
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the gift registry. |
registrants - [AddGiftRegistryRegistrantInput!]!
|
An array registrants to add. |
Example
Query
mutation addGiftRegistryRegistrants(
$giftRegistryUid: ID!,
$registrants: [AddGiftRegistryRegistrantInput!]!
) {
addGiftRegistryRegistrants(
giftRegistryUid: $giftRegistryUid,
registrants: $registrants
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{
"giftRegistryUid": 4,
"registrants": [AddGiftRegistryRegistrantInput]
}
Response
{
"data": {
"addGiftRegistryRegistrants": {
"gift_registry": GiftRegistry
}
}
}
addProductsToCart
Description
Add any type of product to the cart.
Response
Returns an AddProductsToCartOutput
Arguments
Name | Description |
---|---|
cartId - String!
|
The cart ID of the shopper. |
cartItems - [CartItemInput!]!
|
An array that defines the products to add to the cart. |
Example
Query
mutation addProductsToCart(
$cartId: String!,
$cartItems: [CartItemInput!]!
) {
addProductsToCart(
cartId: $cartId,
cartItems: $cartItems
) {
cart {
...CartFragment
}
user_errors {
...CartUserInputErrorFragment
}
}
}
Variables
{
"cartId": "abc123",
"cartItems": [CartItemInput]
}
Response
{
"data": {
"addProductsToCart": {
"cart": Cart,
"user_errors": [CartUserInputError]
}
}
}
addProductsToCompareList
Description
Add products to the specified compare list.
Response
Returns a CompareList
Arguments
Name | Description |
---|---|
input - AddProductsToCompareListInput
|
An input object that defines which products to add to an existing compare list. |
Example
Query
mutation addProductsToCompareList($input: AddProductsToCompareListInput) {
addProductsToCompareList(input: $input) {
attributes {
...ComparableAttributeFragment
}
item_count
items {
...ComparableItemFragment
}
uid
}
}
Variables
{"input": AddProductsToCompareListInput}
Response
{
"data": {
"addProductsToCompareList": {
"attributes": [ComparableAttribute],
"item_count": 987,
"items": [ComparableItem],
"uid": "4"
}
}
}
addProductsToRequisitionList
Description
Add items to the specified requisition list.
Response
Returns an AddProductsToRequisitionListOutput
Arguments
Name | Description |
---|---|
requisitionListUid - ID!
|
The unique ID of the requisition list. |
requisitionListItems - [RequisitionListItemsInput!]!
|
An array of products to be added to the requisition list. |
Example
Query
mutation addProductsToRequisitionList(
$requisitionListUid: ID!,
$requisitionListItems: [RequisitionListItemsInput!]!
) {
addProductsToRequisitionList(
requisitionListUid: $requisitionListUid,
requisitionListItems: $requisitionListItems
) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{
"requisitionListUid": 4,
"requisitionListItems": [RequisitionListItemsInput]
}
Response
{
"data": {
"addProductsToRequisitionList": {
"requisition_list": RequisitionList
}
}
}
addProductsToWishlist
Description
Add one or more products to the specified wish list. This mutation supports all product types.
Response
Returns an AddProductsToWishlistOutput
Arguments
Name | Description |
---|---|
wishlistId - ID!
|
The ID of a wish list. |
wishlistItems - [WishlistItemInput!]!
|
An array of products to add to the wish list. |
Example
Query
mutation addProductsToWishlist(
$wishlistId: ID!,
$wishlistItems: [WishlistItemInput!]!
) {
addProductsToWishlist(
wishlistId: $wishlistId,
wishlistItems: $wishlistItems
) {
user_errors {
...WishListUserInputErrorFragment
}
wishlist {
...WishlistFragment
}
}
}
Variables
{
"wishlistId": "4",
"wishlistItems": [WishlistItemInput]
}
Response
{
"data": {
"addProductsToWishlist": {
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
}
}
addPurchaseOrderComment
Description
Add a comment to an existing purchase order.
Response
Returns an AddPurchaseOrderCommentOutput
Arguments
Name | Description |
---|---|
input - AddPurchaseOrderCommentInput!
|
Example
Query
mutation addPurchaseOrderComment($input: AddPurchaseOrderCommentInput!) {
addPurchaseOrderComment(input: $input) {
comment {
...PurchaseOrderCommentFragment
}
}
}
Variables
{"input": AddPurchaseOrderCommentInput}
Response
{
"data": {
"addPurchaseOrderComment": {
"comment": PurchaseOrderComment
}
}
}
addPurchaseOrderItemsToCart
Description
Add purchase order items to the shopping cart.
Response
Returns an AddProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddPurchaseOrderItemsToCartInput!
|
Example
Query
mutation addPurchaseOrderItemsToCart($input: AddPurchaseOrderItemsToCartInput!) {
addPurchaseOrderItemsToCart(input: $input) {
cart {
...CartFragment
}
user_errors {
...CartUserInputErrorFragment
}
}
}
Variables
{"input": AddPurchaseOrderItemsToCartInput}
Response
{
"data": {
"addPurchaseOrderItemsToCart": {
"cart": Cart,
"user_errors": [CartUserInputError]
}
}
}
addRequisitionListItemsToCart
Description
Add items in the requisition list to the customer's cart.
Response
Returns an AddRequisitionListItemsToCartOutput
Example
Query
mutation addRequisitionListItemsToCart(
$requisitionListUid: ID!,
$requisitionListItemUids: [ID!]
) {
addRequisitionListItemsToCart(
requisitionListUid: $requisitionListUid,
requisitionListItemUids: $requisitionListItemUids
) {
add_requisition_list_items_to_cart_user_errors {
...AddRequisitionListItemToCartUserErrorFragment
}
cart {
...CartFragment
}
status
}
}
Variables
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
Response
{
"data": {
"addRequisitionListItemsToCart": {
"add_requisition_list_items_to_cart_user_errors": [
AddRequisitionListItemToCartUserError
],
"cart": Cart,
"status": false
}
}
}
addReturnComment
Description
Add a comment to an existing return.
Response
Returns an AddReturnCommentOutput
Arguments
Name | Description |
---|---|
input - AddReturnCommentInput!
|
An input object that defines a return comment. |
Example
Query
mutation addReturnComment($input: AddReturnCommentInput!) {
addReturnComment(input: $input) {
return {
...ReturnFragment
}
}
}
Variables
{"input": AddReturnCommentInput}
Response
{"data": {"addReturnComment": {"return": Return}}}
addReturnTracking
Description
Add tracking information to the return.
Response
Returns an AddReturnTrackingOutput
Arguments
Name | Description |
---|---|
input - AddReturnTrackingInput!
|
An input object that defines tracking information. |
Example
Query
mutation addReturnTracking($input: AddReturnTrackingInput!) {
addReturnTracking(input: $input) {
return {
...ReturnFragment
}
return_shipping_tracking {
...ReturnShippingTrackingFragment
}
}
}
Variables
{"input": AddReturnTrackingInput}
Response
{
"data": {
"addReturnTracking": {
"return": Return,
"return_shipping_tracking": ReturnShippingTracking
}
}
}
addSimpleProductsToCart
Description
Add one or more simple products to the specified cart. We recommend using addProductsToCart
instead.
Response
Returns an AddSimpleProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddSimpleProductsToCartInput
|
An input object that defines which simple products to add to the cart. |
Example
Query
mutation addSimpleProductsToCart($input: AddSimpleProductsToCartInput) {
addSimpleProductsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": AddSimpleProductsToCartInput}
Response
{"data": {"addSimpleProductsToCart": {"cart": Cart}}}
addVirtualProductsToCart
Description
Add one or more virtual products to the specified cart. We recommend using addProductsToCart
instead.
Response
Returns an AddVirtualProductsToCartOutput
Arguments
Name | Description |
---|---|
input - AddVirtualProductsToCartInput
|
An input object that defines which virtual products to add to the cart. |
Example
Query
mutation addVirtualProductsToCart($input: AddVirtualProductsToCartInput) {
addVirtualProductsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": AddVirtualProductsToCartInput}
Response
{"data": {"addVirtualProductsToCart": {"cart": Cart}}}
addWishlistItemsToCart
Description
Add items in the specified wishlist to the customer's cart.
Response
Returns an AddWishlistItemsToCartOutput
Example
Query
mutation addWishlistItemsToCart(
$wishlistId: ID!,
$wishlistItemIds: [ID!]
) {
addWishlistItemsToCart(
wishlistId: $wishlistId,
wishlistItemIds: $wishlistItemIds
) {
add_wishlist_items_to_cart_user_errors {
...WishlistCartUserInputErrorFragment
}
status
wishlist {
...WishlistFragment
}
}
}
Variables
{
"wishlistId": "4",
"wishlistItemIds": ["4"]
}
Response
{
"data": {
"addWishlistItemsToCart": {
"add_wishlist_items_to_cart_user_errors": [
WishlistCartUserInputError
],
"status": false,
"wishlist": Wishlist
}
}
}
applyCouponToCart
Description
Apply a pre-defined coupon code to the specified cart.
Response
Returns an ApplyCouponToCartOutput
Arguments
Name | Description |
---|---|
input - ApplyCouponToCartInput
|
An input object that defines the coupon code to apply to the cart. |
Example
Query
mutation applyCouponToCart($input: ApplyCouponToCartInput) {
applyCouponToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": ApplyCouponToCartInput}
Response
{"data": {"applyCouponToCart": {"cart": Cart}}}
applyCouponsToCart
Description
Apply a pre-defined coupon code to the specified cart.
Response
Returns an ApplyCouponToCartOutput
Arguments
Name | Description |
---|---|
input - ApplyCouponsToCartInput
|
An input object that defines the coupon code to apply to the cart. |
Example
Query
mutation applyCouponsToCart($input: ApplyCouponsToCartInput) {
applyCouponsToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": ApplyCouponsToCartInput}
Response
{"data": {"applyCouponsToCart": {"cart": Cart}}}
applyGiftCardToCart
Description
Apply a pre-defined gift card code to the specified cart.
Response
Returns an ApplyGiftCardToCartOutput
Arguments
Name | Description |
---|---|
input - ApplyGiftCardToCartInput
|
An input object that specifies the gift card code and cart. |
Example
Query
mutation applyGiftCardToCart($input: ApplyGiftCardToCartInput) {
applyGiftCardToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": ApplyGiftCardToCartInput}
Response
{"data": {"applyGiftCardToCart": {"cart": Cart}}}
applyRewardPointsToCart
Description
Apply all available points, up to the cart total. Partial redemption is not available.
Response
Returns an ApplyRewardPointsToCartOutput
Arguments
Name | Description |
---|---|
cartId - ID!
|
Example
Query
mutation applyRewardPointsToCart($cartId: ID!) {
applyRewardPointsToCart(cartId: $cartId) {
cart {
...CartFragment
}
}
}
Variables
{"cartId": "4"}
Response
{"data": {"applyRewardPointsToCart": {"cart": Cart}}}
applyStoreCreditToCart
Description
Apply store credit to the specified cart.
Response
Returns an ApplyStoreCreditToCartOutput
Arguments
Name | Description |
---|---|
input - ApplyStoreCreditToCartInput!
|
An input object that specifies the cart ID. |
Example
Query
mutation applyStoreCreditToCart($input: ApplyStoreCreditToCartInput!) {
applyStoreCreditToCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": ApplyStoreCreditToCartInput}
Response
{"data": {"applyStoreCreditToCart": {"cart": Cart}}}
approvePurchaseOrders
Description
Approve purchase orders.
Response
Returns a PurchaseOrdersActionOutput
Arguments
Name | Description |
---|---|
input - PurchaseOrdersActionInput!
|
Example
Query
mutation approvePurchaseOrders($input: PurchaseOrdersActionInput!) {
approvePurchaseOrders(input: $input) {
errors {
...PurchaseOrderActionErrorFragment
}
purchase_orders {
...PurchaseOrderFragment
}
}
}
Variables
{"input": PurchaseOrdersActionInput}
Response
{
"data": {
"approvePurchaseOrders": {
"errors": [PurchaseOrderActionError],
"purchase_orders": [PurchaseOrder]
}
}
}
assignCompareListToCustomer
Description
Assign the specified compare list to the logged in customer.
Response
Returns an AssignCompareListToCustomerOutput
Arguments
Name | Description |
---|---|
uid - ID!
|
The unique ID of the compare list to be assigned. |
Example
Query
mutation assignCompareListToCustomer($uid: ID!) {
assignCompareListToCustomer(uid: $uid) {
compare_list {
...CompareListFragment
}
result
}
}
Variables
{"uid": 4}
Response
{
"data": {
"assignCompareListToCustomer": {
"compare_list": CompareList,
"result": false
}
}
}
assignCustomerToGuestCart
Description
Assign a logged-in customer to the specified guest shopping cart.
Example
Query
mutation assignCustomerToGuestCart($cart_id: String!) {
assignCustomerToGuestCart(cart_id: $cart_id) {
applied_coupon {
...AppliedCouponFragment
}
applied_coupons {
...AppliedCouponFragment
}
applied_gift_cards {
...AppliedGiftCardFragment
}
applied_reward_points {
...RewardPointsAmountFragment
}
applied_store_credit {
...AppliedStoreCreditFragment
}
available_gift_wrappings {
...GiftWrappingFragment
}
available_payment_methods {
...AvailablePaymentMethodFragment
}
billing_address {
...BillingCartAddressFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
id
is_virtual
items {
...CartItemInterfaceFragment
}
itemsV2 {
...CartItemsFragment
}
prices {
...CartPricesFragment
}
printed_card_included
selected_payment_method {
...SelectedPaymentMethodFragment
}
shipping_addresses {
...ShippingCartAddressFragment
}
total_quantity
}
}
Variables
{"cart_id": "xyz789"}
Response
{
"data": {
"assignCustomerToGuestCart": {
"applied_coupon": AppliedCoupon,
"applied_coupons": [AppliedCoupon],
"applied_gift_cards": [AppliedGiftCard],
"applied_reward_points": RewardPointsAmount,
"applied_store_credit": AppliedStoreCredit,
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
"email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
"id": 4,
"is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
"printed_card_included": true,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
"total_quantity": 987.65
}
}
}
cancelOrder
Description
Cancel the specified customer order.
Response
Returns a CancelOrderOutput
Arguments
Name | Description |
---|---|
input - CancelOrderInput!
|
Example
Query
mutation cancelOrder($input: CancelOrderInput!) {
cancelOrder(input: $input) {
error
order {
...CustomerOrderFragment
}
}
}
Variables
{"input": CancelOrderInput}
Response
{
"data": {
"cancelOrder": {
"error": "xyz789",
"order": CustomerOrder
}
}
}
cancelPurchaseOrders
Description
Cancel purchase orders.
Response
Returns a PurchaseOrdersActionOutput
Arguments
Name | Description |
---|---|
input - PurchaseOrdersActionInput!
|
Example
Query
mutation cancelPurchaseOrders($input: PurchaseOrdersActionInput!) {
cancelPurchaseOrders(input: $input) {
errors {
...PurchaseOrderActionErrorFragment
}
purchase_orders {
...PurchaseOrderFragment
}
}
}
Variables
{"input": PurchaseOrdersActionInput}
Response
{
"data": {
"cancelPurchaseOrders": {
"errors": [PurchaseOrderActionError],
"purchase_orders": [PurchaseOrder]
}
}
}
changeCustomerPassword
Description
Change the password for the logged-in customer.
Response
Returns a Customer
Example
Query
mutation changeCustomerPassword(
$currentPassword: String!,
$newPassword: String!
) {
changeCustomerPassword(
currentPassword: $currentPassword,
newPassword: $newPassword
) {
addresses {
...CustomerAddressFragment
}
allow_remote_shopping_assistance
compare_list {
...CompareListFragment
}
confirmation_status
created_at
custom_attributes {
...AttributeValueInterfaceFragment
}
date_of_birth
default_billing
default_shipping
dob
email
firstname
gender
gift_registries {
...GiftRegistryFragment
}
gift_registry {
...GiftRegistryFragment
}
group_id
id
is_subscribed
job_title
lastname
middlename
orders {
...CustomerOrdersFragment
}
prefix
purchase_order {
...PurchaseOrderFragment
}
purchase_order_approval_rule {
...PurchaseOrderApprovalRuleFragment
}
purchase_order_approval_rule_metadata {
...PurchaseOrderApprovalRuleMetadataFragment
}
purchase_order_approval_rules {
...PurchaseOrderApprovalRulesFragment
}
purchase_orders {
...PurchaseOrdersFragment
}
purchase_orders_enabled
requisition_lists {
...RequisitionListsFragment
}
return {
...ReturnFragment
}
returns {
...ReturnsFragment
}
reviews {
...ProductReviewsFragment
}
reward_points {
...RewardPointsFragment
}
role {
...CompanyRoleFragment
}
status
store_credit {
...CustomerStoreCreditFragment
}
structure_id
suffix
taxvat
team {
...CompanyTeamFragment
}
telephone
wishlist {
...WishlistFragment
}
wishlist_v2 {
...WishlistFragment
}
wishlists {
...WishlistFragment
}
}
}
Variables
{
"currentPassword": "abc123",
"newPassword": "xyz789"
}
Response
{
"data": {
"changeCustomerPassword": {
"addresses": [CustomerAddress],
"allow_remote_shopping_assistance": false,
"compare_list": CompareList,
"confirmation_status": "ACCOUNT_CONFIRMED",
"created_at": "xyz789",
"custom_attributes": [AttributeValueInterface],
"date_of_birth": "xyz789",
"default_billing": "abc123",
"default_shipping": "abc123",
"dob": "xyz789",
"email": "abc123",
"firstname": "xyz789",
"gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group_id": 123,
"id": 987,
"is_subscribed": false,
"job_title": "xyz789",
"lastname": "xyz789",
"middlename": "abc123",
"orders": CustomerOrders,
"prefix": "abc123",
"purchase_order": PurchaseOrder,
"purchase_order_approval_rule": PurchaseOrderApprovalRule,
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata,
"purchase_order_approval_rules": PurchaseOrderApprovalRules,
"purchase_orders": PurchaseOrders,
"purchase_orders_enabled": true,
"requisition_lists": RequisitionLists,
"return": Return,
"returns": Returns,
"reviews": ProductReviews,
"reward_points": RewardPoints,
"role": CompanyRole,
"status": "ACTIVE",
"store_credit": CustomerStoreCredit,
"structure_id": "4",
"suffix": "xyz789",
"taxvat": "xyz789",
"team": CompanyTeam,
"telephone": "xyz789",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
}
}
}
clearCart
Description
Remove all items from the specified cart.
Response
Returns a ClearCartOutput!
Arguments
Name | Description |
---|---|
input - ClearCartInput!
|
An input object that defines cart ID of the shopper. |
Example
Query
mutation clearCart($input: ClearCartInput!) {
clearCart(input: $input) {
cart {
...CartFragment
}
errors {
...ClearCartErrorFragment
}
}
}
Variables
{"input": ClearCartInput}
Response
{
"data": {
"clearCart": {
"cart": Cart,
"errors": [ClearCartError]
}
}
}
clearCustomerCart
Description
Remove all items from the specified cart.
Response
Returns a ClearCustomerCartOutput
Arguments
Name | Description |
---|---|
cartUid - String!
|
The masked ID of the cart. |
Example
Query
mutation clearCustomerCart($cartUid: String!) {
clearCustomerCart(cartUid: $cartUid) {
cart {
...CartFragment
}
status
}
}
Variables
{"cartUid": "abc123"}
Response
{
"data": {
"clearCustomerCart": {"cart": Cart, "status": true}
}
}
closeNegotiableQuotes
Description
Mark a negotiable quote as closed. The negotiable quote is still visible on the storefront.
Response
Returns a CloseNegotiableQuotesOutput
Arguments
Name | Description |
---|---|
input - CloseNegotiableQuotesInput!
|
An input object that closes a negotiable quote. |
Example
Query
mutation closeNegotiableQuotes($input: CloseNegotiableQuotesInput!) {
closeNegotiableQuotes(input: $input) {
closed_quotes {
...NegotiableQuoteFragment
}
negotiable_quotes {
...NegotiableQuotesOutputFragment
}
operation_results {
... on NegotiableQuoteUidOperationSuccess {
...NegotiableQuoteUidOperationSuccessFragment
}
... on CloseNegotiableQuoteOperationFailure {
...CloseNegotiableQuoteOperationFailureFragment
}
}
result_status
}
}
Variables
{"input": CloseNegotiableQuotesInput}
Response
{
"data": {
"closeNegotiableQuotes": {
"closed_quotes": [NegotiableQuote],
"negotiable_quotes": NegotiableQuotesOutput,
"operation_results": [
NegotiableQuoteUidOperationSuccess
],
"result_status": "SUCCESS"
}
}
}
confirmEmail
Description
Confirms the email address for a customer.
Response
Returns a CustomerOutput
Arguments
Name | Description |
---|---|
input - ConfirmEmailInput!
|
An input object to identify the customer to confirm the email. |
Example
Query
mutation confirmEmail($input: ConfirmEmailInput!) {
confirmEmail(input: $input) {
customer {
...CustomerFragment
}
}
}
Variables
{"input": ConfirmEmailInput}
Response
{"data": {"confirmEmail": {"customer": Customer}}}
contactUs
Description
Send a 'Contact Us' email to the merchant.
Response
Returns a ContactUsOutput
Arguments
Name | Description |
---|---|
input - ContactUsInput!
|
An input object that defines shopper information. |
Example
Query
mutation contactUs($input: ContactUsInput!) {
contactUs(input: $input) {
status
}
}
Variables
{"input": ContactUsInput}
Response
{"data": {"contactUs": {"status": false}}}
copyItemsBetweenRequisitionLists
Description
Copy items from one requisition list to another.
Response
Returns a CopyItemsFromRequisitionListsOutput
Arguments
Name | Description |
---|---|
sourceRequisitionListUid - ID!
|
The unique ID of the source requisition list. |
destinationRequisitionListUid - ID
|
The unique ID of the destination requisition list. If null, a new requisition list will be created. |
requisitionListItem - CopyItemsBetweenRequisitionListsInput
|
The list of products to copy. |
Example
Query
mutation copyItemsBetweenRequisitionLists(
$sourceRequisitionListUid: ID!,
$destinationRequisitionListUid: ID,
$requisitionListItem: CopyItemsBetweenRequisitionListsInput
) {
copyItemsBetweenRequisitionLists(
sourceRequisitionListUid: $sourceRequisitionListUid,
destinationRequisitionListUid: $destinationRequisitionListUid,
requisitionListItem: $requisitionListItem
) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{
"sourceRequisitionListUid": 4,
"destinationRequisitionListUid": 4,
"requisitionListItem": CopyItemsBetweenRequisitionListsInput
}
Response
{
"data": {
"copyItemsBetweenRequisitionLists": {
"requisition_list": RequisitionList
}
}
}
copyProductsBetweenWishlists
Description
Copy products from one wish list to another. The original wish list is unchanged.
Response
Returns a CopyProductsBetweenWishlistsOutput
Arguments
Name | Description |
---|---|
sourceWishlistUid - ID!
|
The ID of the original wish list. |
destinationWishlistUid - ID!
|
The ID of the target wish list. |
wishlistItems - [WishlistItemCopyInput!]!
|
An array of items to copy. |
Example
Query
mutation copyProductsBetweenWishlists(
$sourceWishlistUid: ID!,
$destinationWishlistUid: ID!,
$wishlistItems: [WishlistItemCopyInput!]!
) {
copyProductsBetweenWishlists(
sourceWishlistUid: $sourceWishlistUid,
destinationWishlistUid: $destinationWishlistUid,
wishlistItems: $wishlistItems
) {
destination_wishlist {
...WishlistFragment
}
source_wishlist {
...WishlistFragment
}
user_errors {
...WishListUserInputErrorFragment
}
}
}
Variables
{
"sourceWishlistUid": "4",
"destinationWishlistUid": 4,
"wishlistItems": [WishlistItemCopyInput]
}
Response
{
"data": {
"copyProductsBetweenWishlists": {
"destination_wishlist": Wishlist,
"source_wishlist": Wishlist,
"user_errors": [WishListUserInputError]
}
}
}
createBraintreeClientToken
Description
Creates Client Token for Braintree Javascript SDK initialization.
Response
Returns a String!
Example
Query
mutation createBraintreeClientToken {
createBraintreeClientToken
}
Response
{
"data": {
"createBraintreeClientToken": "xyz789"
}
}
createBraintreePayPalClientToken
Description
Creates Client Token for Braintree PayPal Javascript SDK initialization.
Response
Returns a String!
Example
Query
mutation createBraintreePayPalClientToken {
createBraintreePayPalClientToken
}
Response
{
"data": {
"createBraintreePayPalClientToken": "abc123"
}
}
createBraintreePayPalVaultClientToken
Description
Creates Client Token for Braintree PayPal Vault Javascript SDK initialization.
Response
Returns a String!
Arguments
Name | Description |
---|---|
input - BraintreeVaultInput
|
Example
Query
mutation createBraintreePayPalVaultClientToken($input: BraintreeVaultInput) {
createBraintreePayPalVaultClientToken(input: $input)
}
Variables
{"input": BraintreeVaultInput}
Response
{
"data": {
"createBraintreePayPalVaultClientToken": "abc123"
}
}
createCompany
Description
Create a company at the request of either a customer or a guest.
Response
Returns a CreateCompanyOutput
Arguments
Name | Description |
---|---|
input - CompanyCreateInput!
|
Example
Query
mutation createCompany($input: CompanyCreateInput!) {
createCompany(input: $input) {
company {
...CompanyFragment
}
}
}
Variables
{"input": CompanyCreateInput}
Response
{"data": {"createCompany": {"company": Company}}}
createCompanyRole
Description
Create a new company role.
Response
Returns a CreateCompanyRoleOutput
Arguments
Name | Description |
---|---|
input - CompanyRoleCreateInput!
|
Example
Query
mutation createCompanyRole($input: CompanyRoleCreateInput!) {
createCompanyRole(input: $input) {
role {
...CompanyRoleFragment
}
}
}
Variables
{"input": CompanyRoleCreateInput}
Response
{"data": {"createCompanyRole": {"role": CompanyRole}}}
createCompanyTeam
Description
Create a new team for the authenticated customer's company.
Response
Returns a CreateCompanyTeamOutput
Arguments
Name | Description |
---|---|
input - CompanyTeamCreateInput!
|
Example
Query
mutation createCompanyTeam($input: CompanyTeamCreateInput!) {
createCompanyTeam(input: $input) {
team {
...CompanyTeamFragment
}
}
}
Variables
{"input": CompanyTeamCreateInput}
Response
{"data": {"createCompanyTeam": {"team": CompanyTeam}}}
createCompanyUser
Description
Create a new company user at the request of an existing customer.
Response
Returns a CreateCompanyUserOutput
Arguments
Name | Description |
---|---|
input - CompanyUserCreateInput!
|
Example
Query
mutation createCompanyUser($input: CompanyUserCreateInput!) {
createCompanyUser(input: $input) {
user {
...CustomerFragment
}
}
}
Variables
{"input": CompanyUserCreateInput}
Response
{"data": {"createCompanyUser": {"user": Customer}}}
createCompareList
Description
Create a new compare list. The compare list is saved for logged in customers.
Response
Returns a CompareList
Arguments
Name | Description |
---|---|
input - CreateCompareListInput
|
Example
Query
mutation createCompareList($input: CreateCompareListInput) {
createCompareList(input: $input) {
attributes {
...ComparableAttributeFragment
}
item_count
items {
...ComparableItemFragment
}
uid
}
}
Variables
{"input": CreateCompareListInput}
Response
{
"data": {
"createCompareList": {
"attributes": [ComparableAttribute],
"item_count": 123,
"items": [ComparableItem],
"uid": "4"
}
}
}
createCustomer
Description
Use createCustomerV2
instead.
Response
Returns a CustomerOutput
Arguments
Name | Description |
---|---|
input - CustomerInput!
|
An input object that defines the customer to be created. |
Example
Query
mutation createCustomer($input: CustomerInput!) {
createCustomer(input: $input) {
customer {
...CustomerFragment
}
}
}
Variables
{"input": CustomerInput}
Response
{"data": {"createCustomer": {"customer": Customer}}}
createCustomerAddress
Description
Create a billing or shipping address for a customer or guest.
Response
Returns a CustomerAddress
Arguments
Name | Description |
---|---|
input - CustomerAddressInput!
|
Example
Query
mutation createCustomerAddress($input: CustomerAddressInput!) {
createCustomerAddress(input: $input) {
city
company
country_code
country_id
custom_attributes {
...CustomerAddressAttributeFragment
}
custom_attributesV2 {
...AttributeValueInterfaceFragment
}
customer_id
default_billing
default_shipping
extension_attributes {
...CustomerAddressAttributeFragment
}
fax
firstname
id
lastname
middlename
postcode
prefix
region {
...CustomerAddressRegionFragment
}
region_id
street
suffix
telephone
vat_id
}
}
Variables
{"input": CustomerAddressInput}
Response
{
"data": {
"createCustomerAddress": {
"city": "abc123",
"company": "abc123",
"country_code": "AF",
"country_id": "abc123",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
"customer_id": 987,
"default_billing": false,
"default_shipping": false,
"extension_attributes": [CustomerAddressAttribute],
"fax": "xyz789",
"firstname": "abc123",
"id": 987,
"lastname": "abc123",
"middlename": "xyz789",
"postcode": "abc123",
"prefix": "xyz789",
"region": CustomerAddressRegion,
"region_id": 123,
"street": ["xyz789"],
"suffix": "abc123",
"telephone": "xyz789",
"vat_id": "xyz789"
}
}
}
createCustomerV2
Description
Create a customer account.
Response
Returns a CustomerOutput
Arguments
Name | Description |
---|---|
input - CustomerCreateInput!
|
An input object that defines the customer to be created. |
Example
Query
mutation createCustomerV2($input: CustomerCreateInput!) {
createCustomerV2(input: $input) {
customer {
...CustomerFragment
}
}
}
Variables
{"input": CustomerCreateInput}
Response
{"data": {"createCustomerV2": {"customer": Customer}}}
createEmptyCart
Mutation.createGuestCart
or Query.customerCart
for logged in customer Description
Create an empty shopping cart for a guest or logged in user
Response
Returns a String
Arguments
Name | Description |
---|---|
input - createEmptyCartInput
|
An optional input object that assigns the specified ID to the cart. |
Example
Query
mutation createEmptyCart($input: createEmptyCartInput) {
createEmptyCart(input: $input)
}
Variables
{"input": createEmptyCartInput}
Response
{"data": {"createEmptyCart": "abc123"}}
createGiftRegistry
Description
Create a gift registry on behalf of the customer.
Response
Returns a CreateGiftRegistryOutput
Arguments
Name | Description |
---|---|
giftRegistry - CreateGiftRegistryInput!
|
An input object that defines a new gift registry. |
Example
Query
mutation createGiftRegistry($giftRegistry: CreateGiftRegistryInput!) {
createGiftRegistry(giftRegistry: $giftRegistry) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{"giftRegistry": CreateGiftRegistryInput}
Response
{
"data": {
"createGiftRegistry": {"gift_registry": GiftRegistry}
}
}
createGuestCart
Description
Create a new shopping cart
Response
Returns a CreateGuestCartOutput
Arguments
Name | Description |
---|---|
input - CreateGuestCartInput
|
Example
Query
mutation createGuestCart($input: CreateGuestCartInput) {
createGuestCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": CreateGuestCartInput}
Response
{"data": {"createGuestCart": {"cart": Cart}}}
createPayflowProToken
Description
Initiate a transaction and receive a token. Use this mutation for Payflow Pro and Payments Pro payment methods
Response
Returns a CreatePayflowProTokenOutput
Arguments
Name | Description |
---|---|
input - PayflowProTokenInput!
|
An input object that defines the requirements to fetch payment token information. |
Example
Query
mutation createPayflowProToken($input: PayflowProTokenInput!) {
createPayflowProToken(input: $input) {
response_message
result
result_code
secure_token
secure_token_id
}
}
Variables
{"input": PayflowProTokenInput}
Response
{
"data": {
"createPayflowProToken": {
"response_message": "xyz789",
"result": 987,
"result_code": 123,
"secure_token": "xyz789",
"secure_token_id": "abc123"
}
}
}
createPaymentOrder
Description
Creates a payment order for further payment processing
Response
Returns a CreatePaymentOrderOutput
Arguments
Name | Description |
---|---|
input - CreatePaymentOrderInput!
|
Contains payment order details that are used while processing the payment order |
Example
Query
mutation createPaymentOrder($input: CreatePaymentOrderInput!) {
createPaymentOrder(input: $input) {
id
mp_order_id
status
}
}
Variables
{"input": CreatePaymentOrderInput}
Response
{
"data": {
"createPaymentOrder": {
"id": "xyz789",
"mp_order_id": "xyz789",
"status": "xyz789"
}
}
}
createPaypalExpressToken
Description
Initiate an Express Checkout transaction and receive a token. Use this mutation for Express Checkout and Payments Standard payment methods.
Response
Returns a PaypalExpressTokenOutput
Arguments
Name | Description |
---|---|
input - PaypalExpressTokenInput!
|
An input object that defines the requirements to receive a payment token. |
Example
Query
mutation createPaypalExpressToken($input: PaypalExpressTokenInput!) {
createPaypalExpressToken(input: $input) {
paypal_urls {
...PaypalExpressUrlListFragment
}
token
}
}
Variables
{"input": PaypalExpressTokenInput}
Response
{
"data": {
"createPaypalExpressToken": {
"paypal_urls": PaypalExpressUrlList,
"token": "abc123"
}
}
}
createProductReview
Description
Create a product review for the specified product.
Response
Returns a CreateProductReviewOutput!
Arguments
Name | Description |
---|---|
input - CreateProductReviewInput!
|
An input object that contains the details necessary to create a product review. |
Example
Query
mutation createProductReview($input: CreateProductReviewInput!) {
createProductReview(input: $input) {
review {
...ProductReviewFragment
}
}
}
Variables
{"input": CreateProductReviewInput}
Response
{
"data": {
"createProductReview": {"review": ProductReview}
}
}
createPurchaseOrderApprovalRule
Description
Create a purchase order approval rule.
Response
Returns a PurchaseOrderApprovalRule
Arguments
Name | Description |
---|---|
input - PurchaseOrderApprovalRuleInput!
|
Example
Query
mutation createPurchaseOrderApprovalRule($input: PurchaseOrderApprovalRuleInput!) {
createPurchaseOrderApprovalRule(input: $input) {
applies_to_roles {
...CompanyRoleFragment
}
approver_roles {
...CompanyRoleFragment
}
condition {
...PurchaseOrderApprovalRuleConditionInterfaceFragment
}
created_at
created_by
description
name
status
uid
updated_at
}
}
Variables
{"input": PurchaseOrderApprovalRuleInput}
Response
{
"data": {
"createPurchaseOrderApprovalRule": {
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
"created_at": "xyz789",
"created_by": "xyz789",
"description": "abc123",
"name": "xyz789",
"status": "ENABLED",
"uid": 4,
"updated_at": "abc123"
}
}
}
createRequisitionList
Description
Create an empty requisition list.
Response
Returns a CreateRequisitionListOutput
Arguments
Name | Description |
---|---|
input - CreateRequisitionListInput
|
Example
Query
mutation createRequisitionList($input: CreateRequisitionListInput) {
createRequisitionList(input: $input) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{"input": CreateRequisitionListInput}
Response
{
"data": {
"createRequisitionList": {
"requisition_list": RequisitionList
}
}
}
createWishlist
Description
Create a new wish list.
Response
Returns a CreateWishlistOutput
Arguments
Name | Description |
---|---|
input - CreateWishlistInput!
|
An input object that defines a new wish list. |
Example
Query
mutation createWishlist($input: CreateWishlistInput!) {
createWishlist(input: $input) {
wishlist {
...WishlistFragment
}
}
}
Variables
{"input": CreateWishlistInput}
Response
{"data": {"createWishlist": {"wishlist": Wishlist}}}
deleteCompanyRole
Description
Delete the specified company role.
Response
Returns a DeleteCompanyRoleOutput
Arguments
Name | Description |
---|---|
id - ID!
|
Example
Query
mutation deleteCompanyRole($id: ID!) {
deleteCompanyRole(id: $id) {
success
}
}
Variables
{"id": "4"}
Response
{"data": {"deleteCompanyRole": {"success": true}}}
deleteCompanyTeam
Description
Delete the specified company team.
Response
Returns a DeleteCompanyTeamOutput
Arguments
Name | Description |
---|---|
id - ID!
|
Example
Query
mutation deleteCompanyTeam($id: ID!) {
deleteCompanyTeam(id: $id) {
success
}
}
Variables
{"id": 4}
Response
{"data": {"deleteCompanyTeam": {"success": false}}}
deleteCompanyUser
Description
Delete the specified company user.
Response
Returns a DeleteCompanyUserOutput
Arguments
Name | Description |
---|---|
id - ID!
|
Example
Query
mutation deleteCompanyUser($id: ID!) {
deleteCompanyUser(id: $id) {
success
}
}
Variables
{"id": "4"}
Response
{"data": {"deleteCompanyUser": {"success": true}}}
deleteCompareList
Description
Delete the specified compare list.
Response
Returns a DeleteCompareListOutput
Arguments
Name | Description |
---|---|
uid - ID!
|
The unique ID of the compare list to be deleted. |
Example
Query
mutation deleteCompareList($uid: ID!) {
deleteCompareList(uid: $uid) {
result
}
}
Variables
{"uid": 4}
Response
{"data": {"deleteCompareList": {"result": true}}}
deleteCustomer
Description
Delete customer account
Response
Returns a Boolean
Example
Query
mutation deleteCustomer {
deleteCustomer
}
Response
{"data": {"deleteCustomer": true}}
deleteCustomerAddress
Description
Delete the billing or shipping address of a customer.
deleteNegotiableQuotes
Description
Delete a negotiable quote. The negotiable quote will not be displayed on the storefront.
Response
Returns a DeleteNegotiableQuotesOutput
Arguments
Name | Description |
---|---|
input - DeleteNegotiableQuotesInput!
|
An input object that deletes a negotiable quote. |
Example
Query
mutation deleteNegotiableQuotes($input: DeleteNegotiableQuotesInput!) {
deleteNegotiableQuotes(input: $input) {
negotiable_quotes {
...NegotiableQuotesOutputFragment
}
operation_results {
... on NegotiableQuoteUidOperationSuccess {
...NegotiableQuoteUidOperationSuccessFragment
}
... on DeleteNegotiableQuoteOperationFailure {
...DeleteNegotiableQuoteOperationFailureFragment
}
}
result_status
}
}
Variables
{"input": DeleteNegotiableQuotesInput}
Response
{
"data": {
"deleteNegotiableQuotes": {
"negotiable_quotes": NegotiableQuotesOutput,
"operation_results": [
NegotiableQuoteUidOperationSuccess
],
"result_status": "SUCCESS"
}
}
}
deletePaymentToken
Description
Delete a customer's payment token.
Response
Returns a DeletePaymentTokenOutput
Arguments
Name | Description |
---|---|
public_hash - String!
|
The reusable payment token securely stored in the vault. |
Example
Query
mutation deletePaymentToken($public_hash: String!) {
deletePaymentToken(public_hash: $public_hash) {
customerPaymentTokens {
...CustomerPaymentTokensFragment
}
result
}
}
Variables
{"public_hash": "xyz789"}
Response
{
"data": {
"deletePaymentToken": {
"customerPaymentTokens": CustomerPaymentTokens,
"result": true
}
}
}
deletePurchaseOrderApprovalRule
Description
Delete existing purchase order approval rules.
Response
Returns a DeletePurchaseOrderApprovalRuleOutput
Arguments
Name | Description |
---|---|
input - DeletePurchaseOrderApprovalRuleInput!
|
Example
Query
mutation deletePurchaseOrderApprovalRule($input: DeletePurchaseOrderApprovalRuleInput!) {
deletePurchaseOrderApprovalRule(input: $input) {
errors {
...DeletePurchaseOrderApprovalRuleErrorFragment
}
}
}
Variables
{"input": DeletePurchaseOrderApprovalRuleInput}
Response
{
"data": {
"deletePurchaseOrderApprovalRule": {
"errors": [DeletePurchaseOrderApprovalRuleError]
}
}
}
deleteRequisitionList
Description
Delete a requisition list.
Response
Returns a DeleteRequisitionListOutput
Arguments
Name | Description |
---|---|
requisitionListUid - ID!
|
The unique ID of the requisition list. |
Example
Query
mutation deleteRequisitionList($requisitionListUid: ID!) {
deleteRequisitionList(requisitionListUid: $requisitionListUid) {
requisition_lists {
...RequisitionListsFragment
}
status
}
}
Variables
{"requisitionListUid": "4"}
Response
{
"data": {
"deleteRequisitionList": {
"requisition_lists": RequisitionLists,
"status": false
}
}
}
deleteRequisitionListItems
Description
Delete items from a requisition list.
Response
Returns a DeleteRequisitionListItemsOutput
Example
Query
mutation deleteRequisitionListItems(
$requisitionListUid: ID!,
$requisitionListItemUids: [ID!]!
) {
deleteRequisitionListItems(
requisitionListUid: $requisitionListUid,
requisitionListItemUids: $requisitionListItemUids
) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{"requisitionListUid": 4, "requisitionListItemUids": [4]}
Response
{
"data": {
"deleteRequisitionListItems": {
"requisition_list": RequisitionList
}
}
}
deleteWishlist
Description
Delete the specified wish list. You cannot delete the customer's default (first) wish list.
Response
Returns a DeleteWishlistOutput
Arguments
Name | Description |
---|---|
wishlistId - ID!
|
The ID of the wish list to delete. |
Example
Query
mutation deleteWishlist($wishlistId: ID!) {
deleteWishlist(wishlistId: $wishlistId) {
status
wishlists {
...WishlistFragment
}
}
}
Variables
{"wishlistId": "4"}
Response
{
"data": {
"deleteWishlist": {
"status": true,
"wishlists": [Wishlist]
}
}
}
estimateShippingMethods
Description
Estimate shipping method(s) for cart based on address
Response
Returns [AvailableShippingMethod]
Arguments
Name | Description |
---|---|
input - EstimateTotalsInput!
|
An input object that specifies details for estimation of available shipping methods |
Example
Query
mutation estimateShippingMethods($input: EstimateTotalsInput!) {
estimateShippingMethods(input: $input) {
amount {
...MoneyFragment
}
available
base_amount {
...MoneyFragment
}
carrier_code
carrier_title
error_message
method_code
method_title
price_excl_tax {
...MoneyFragment
}
price_incl_tax {
...MoneyFragment
}
}
}
Variables
{"input": EstimateTotalsInput}
Response
{
"data": {
"estimateShippingMethods": [
{
"amount": Money,
"available": false,
"base_amount": Money,
"carrier_code": "xyz789",
"carrier_title": "abc123",
"error_message": "abc123",
"method_code": "abc123",
"method_title": "xyz789",
"price_excl_tax": Money,
"price_incl_tax": Money
}
]
}
}
estimateTotals
Description
Estimate totals for cart based on the address
Response
Returns an EstimateTotalsOutput!
Arguments
Name | Description |
---|---|
input - EstimateTotalsInput!
|
An input object that specifies details for cart totals estimation |
Example
Query
mutation estimateTotals($input: EstimateTotalsInput!) {
estimateTotals(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": EstimateTotalsInput}
Response
{"data": {"estimateTotals": {"cart": Cart}}}
generateCustomerToken
Description
Generate a token for specified customer.
Response
Returns a CustomerToken
Example
Query
mutation generateCustomerToken(
$email: String!,
$password: String!
) {
generateCustomerToken(
email: $email,
password: $password
) {
token
}
}
Variables
{
"email": "xyz789",
"password": "xyz789"
}
Response
{
"data": {
"generateCustomerToken": {
"token": "abc123"
}
}
}
generateCustomerTokenAsAdmin
Description
Request a customer token so that an administrator can perform remote shopping assistance.
Response
Returns a GenerateCustomerTokenAsAdminOutput
Arguments
Name | Description |
---|---|
input - GenerateCustomerTokenAsAdminInput!
|
An input object that defines the customer email address. |
Example
Query
mutation generateCustomerTokenAsAdmin($input: GenerateCustomerTokenAsAdminInput!) {
generateCustomerTokenAsAdmin(input: $input) {
customer_token
}
}
Variables
{"input": GenerateCustomerTokenAsAdminInput}
Response
{
"data": {
"generateCustomerTokenAsAdmin": {
"customer_token": "xyz789"
}
}
}
handlePayflowProResponse
Description
Handle a payment response and save the payment in Quote. Use this mutation for Payflow Pro and Payments Pro payment methods.
Response
Returns a PayflowProResponseOutput
Arguments
Name | Description |
---|---|
input - PayflowProResponseInput!
|
An input object that includes the payload returned by PayPal and the cart ID. |
Example
Query
mutation handlePayflowProResponse($input: PayflowProResponseInput!) {
handlePayflowProResponse(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": PayflowProResponseInput}
Response
{"data": {"handlePayflowProResponse": {"cart": Cart}}}
mergeCarts
Description
Transfer the contents of a guest cart into the cart of a logged-in customer.
Response
Returns a Cart!
Example
Query
mutation mergeCarts(
$source_cart_id: String!,
$destination_cart_id: String
) {
mergeCarts(
source_cart_id: $source_cart_id,
destination_cart_id: $destination_cart_id
) {
applied_coupon {
...AppliedCouponFragment
}
applied_coupons {
...AppliedCouponFragment
}
applied_gift_cards {
...AppliedGiftCardFragment
}
applied_reward_points {
...RewardPointsAmountFragment
}
applied_store_credit {
...AppliedStoreCreditFragment
}
available_gift_wrappings {
...GiftWrappingFragment
}
available_payment_methods {
...AvailablePaymentMethodFragment
}
billing_address {
...BillingCartAddressFragment
}
email
gift_message {
...GiftMessageFragment
}
gift_receipt_included
gift_wrapping {
...GiftWrappingFragment
}
id
is_virtual
items {
...CartItemInterfaceFragment
}
itemsV2 {
...CartItemsFragment
}
prices {
...CartPricesFragment
}
printed_card_included
selected_payment_method {
...SelectedPaymentMethodFragment
}
shipping_addresses {
...ShippingCartAddressFragment
}
total_quantity
}
}
Variables
{
"source_cart_id": "xyz789",
"destination_cart_id": "abc123"
}
Response
{
"data": {
"mergeCarts": {
"applied_coupon": AppliedCoupon,
"applied_coupons": [AppliedCoupon],
"applied_gift_cards": [AppliedGiftCard],
"applied_reward_points": RewardPointsAmount,
"applied_store_credit": AppliedStoreCredit,
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [
AvailablePaymentMethod
],
"billing_address": BillingCartAddress,
"email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
"id": "4",
"is_virtual": true,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
"printed_card_included": false,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
"total_quantity": 987.65
}
}
}
moveCartItemsToGiftRegistry
Description
Move all items from the cart to a gift registry.
Response
Returns a MoveCartItemsToGiftRegistryOutput
Example
Query
mutation moveCartItemsToGiftRegistry(
$cartUid: ID!,
$giftRegistryUid: ID!
) {
moveCartItemsToGiftRegistry(
cartUid: $cartUid,
giftRegistryUid: $giftRegistryUid
) {
gift_registry {
...GiftRegistryFragment
}
status
user_errors {
...GiftRegistryItemsUserErrorFragment
}
}
}
Variables
{"cartUid": "4", "giftRegistryUid": 4}
Response
{
"data": {
"moveCartItemsToGiftRegistry": {
"gift_registry": GiftRegistry,
"status": false,
"user_errors": [GiftRegistryItemsUserError]
}
}
}
moveItemsBetweenRequisitionLists
Description
Move Items from one requisition list to another.
Response
Returns a MoveItemsBetweenRequisitionListsOutput
Arguments
Name | Description |
---|---|
sourceRequisitionListUid - ID!
|
The unique ID of the source requisition list. |
destinationRequisitionListUid - ID
|
The unique ID of the destination requisition list. If null, a new requisition list will be created. |
requisitionListItem - MoveItemsBetweenRequisitionListsInput
|
The list of products to move. |
Example
Query
mutation moveItemsBetweenRequisitionLists(
$sourceRequisitionListUid: ID!,
$destinationRequisitionListUid: ID,
$requisitionListItem: MoveItemsBetweenRequisitionListsInput
) {
moveItemsBetweenRequisitionLists(
sourceRequisitionListUid: $sourceRequisitionListUid,
destinationRequisitionListUid: $destinationRequisitionListUid,
requisitionListItem: $requisitionListItem
) {
destination_requisition_list {
...RequisitionListFragment
}
source_requisition_list {
...RequisitionListFragment
}
}
}
Variables
{
"sourceRequisitionListUid": 4,
"destinationRequisitionListUid": "4",
"requisitionListItem": MoveItemsBetweenRequisitionListsInput
}
Response
{
"data": {
"moveItemsBetweenRequisitionLists": {
"destination_requisition_list": RequisitionList,
"source_requisition_list": RequisitionList
}
}
}
moveProductsBetweenWishlists
Description
Move products from one wish list to another.
Response
Returns a MoveProductsBetweenWishlistsOutput
Arguments
Name | Description |
---|---|
sourceWishlistUid - ID!
|
The ID of the original wish list. |
destinationWishlistUid - ID!
|
The ID of the target wish list. |
wishlistItems - [WishlistItemMoveInput!]!
|
An array of items to move. |
Example
Query
mutation moveProductsBetweenWishlists(
$sourceWishlistUid: ID!,
$destinationWishlistUid: ID!,
$wishlistItems: [WishlistItemMoveInput!]!
) {
moveProductsBetweenWishlists(
sourceWishlistUid: $sourceWishlistUid,
destinationWishlistUid: $destinationWishlistUid,
wishlistItems: $wishlistItems
) {
destination_wishlist {
...WishlistFragment
}
source_wishlist {
...WishlistFragment
}
user_errors {
...WishListUserInputErrorFragment
}
}
}
Variables
{
"sourceWishlistUid": 4,
"destinationWishlistUid": 4,
"wishlistItems": [WishlistItemMoveInput]
}
Response
{
"data": {
"moveProductsBetweenWishlists": {
"destination_wishlist": Wishlist,
"source_wishlist": Wishlist,
"user_errors": [WishListUserInputError]
}
}
}
placeNegotiableQuoteOrder
Description
Convert a negotiable quote into an order.
Response
Returns a PlaceNegotiableQuoteOrderOutput
Arguments
Name | Description |
---|---|
input - PlaceNegotiableQuoteOrderInput!
|
An input object that specifies the negotiable quote. |
Example
Query
mutation placeNegotiableQuoteOrder($input: PlaceNegotiableQuoteOrderInput!) {
placeNegotiableQuoteOrder(input: $input) {
order {
...OrderFragment
}
}
}
Variables
{"input": PlaceNegotiableQuoteOrderInput}
Response
{"data": {"placeNegotiableQuoteOrder": {"order": Order}}}
placeOrder
Description
Convert the quote into an order.
Response
Returns a PlaceOrderOutput
Arguments
Name | Description |
---|---|
input - PlaceOrderInput
|
An input object that defines the shopper's cart ID. |
Example
Query
mutation placeOrder($input: PlaceOrderInput) {
placeOrder(input: $input) {
errors {
...PlaceOrderErrorFragment
}
order {
...OrderFragment
}
orderV2 {
...CustomerOrderFragment
}
}
}
Variables
{"input": PlaceOrderInput}
Response
{
"data": {
"placeOrder": {
"errors": [PlaceOrderError],
"order": Order,
"orderV2": CustomerOrder
}
}
}
placeOrderForPurchaseOrder
Description
Convert the purchase order into an order.
Response
Returns a PlaceOrderForPurchaseOrderOutput
Arguments
Name | Description |
---|---|
input - PlaceOrderForPurchaseOrderInput!
|
Example
Query
mutation placeOrderForPurchaseOrder($input: PlaceOrderForPurchaseOrderInput!) {
placeOrderForPurchaseOrder(input: $input) {
order {
...CustomerOrderFragment
}
}
}
Variables
{"input": PlaceOrderForPurchaseOrderInput}
Response
{
"data": {
"placeOrderForPurchaseOrder": {"order": CustomerOrder}
}
}
placePurchaseOrder
Description
Place a purchase order.
Response
Returns a PlacePurchaseOrderOutput
Arguments
Name | Description |
---|---|
input - PlacePurchaseOrderInput!
|
Example
Query
mutation placePurchaseOrder($input: PlacePurchaseOrderInput!) {
placePurchaseOrder(input: $input) {
purchase_order {
...PurchaseOrderFragment
}
}
}
Variables
{"input": PlacePurchaseOrderInput}
Response
{
"data": {
"placePurchaseOrder": {
"purchase_order": PurchaseOrder
}
}
}
redeemGiftCardBalanceAsStoreCredit
Description
Redeem a gift card for store credit.
Response
Returns a GiftCardAccount
Arguments
Name | Description |
---|---|
input - GiftCardAccountInput!
|
An input object that specifies the gift card code to redeem. |
Example
Query
mutation redeemGiftCardBalanceAsStoreCredit($input: GiftCardAccountInput!) {
redeemGiftCardBalanceAsStoreCredit(input: $input) {
balance {
...MoneyFragment
}
code
expiration_date
}
}
Variables
{"input": GiftCardAccountInput}
Response
{
"data": {
"redeemGiftCardBalanceAsStoreCredit": {
"balance": Money,
"code": "abc123",
"expiration_date": "abc123"
}
}
}
rejectPurchaseOrders
Description
Reject purchase orders.
Response
Returns a PurchaseOrdersActionOutput
Arguments
Name | Description |
---|---|
input - PurchaseOrdersActionInput!
|
Example
Query
mutation rejectPurchaseOrders($input: PurchaseOrdersActionInput!) {
rejectPurchaseOrders(input: $input) {
errors {
...PurchaseOrderActionErrorFragment
}
purchase_orders {
...PurchaseOrderFragment
}
}
}
Variables
{"input": PurchaseOrdersActionInput}
Response
{
"data": {
"rejectPurchaseOrders": {
"errors": [PurchaseOrderActionError],
"purchase_orders": [PurchaseOrder]
}
}
}
removeCouponFromCart
Description
Remove a previously-applied coupon from the cart. The cart must contain at least one item in order to remove the coupon.
Response
Returns a RemoveCouponFromCartOutput
Arguments
Name | Description |
---|---|
input - RemoveCouponFromCartInput
|
An input object that defines which coupon code to remove from the cart. |
Example
Query
mutation removeCouponFromCart($input: RemoveCouponFromCartInput) {
removeCouponFromCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": RemoveCouponFromCartInput}
Response
{"data": {"removeCouponFromCart": {"cart": Cart}}}
removeCouponsFromCart
Description
Remove a previously-applied coupon from the cart. The cart must contain at least one item in order to remove the coupon.
Response
Returns a RemoveCouponFromCartOutput
Arguments
Name | Description |
---|---|
input - RemoveCouponsFromCartInput
|
An input object that defines which coupon code to remove from the cart. |
Example
Query
mutation removeCouponsFromCart($input: RemoveCouponsFromCartInput) {
removeCouponsFromCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": RemoveCouponsFromCartInput}
Response
{"data": {"removeCouponsFromCart": {"cart": Cart}}}
removeGiftCardFromCart
Description
Removes a gift card from the cart.
Response
Returns a RemoveGiftCardFromCartOutput
Arguments
Name | Description |
---|---|
input - RemoveGiftCardFromCartInput
|
An input object that specifies which gift card code to remove from the cart. |
Example
Query
mutation removeGiftCardFromCart($input: RemoveGiftCardFromCartInput) {
removeGiftCardFromCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": RemoveGiftCardFromCartInput}
Response
{"data": {"removeGiftCardFromCart": {"cart": Cart}}}
removeGiftRegistry
Description
Delete the specified gift registry.
Response
Returns a RemoveGiftRegistryOutput
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the gift registry to delete. |
Example
Query
mutation removeGiftRegistry($giftRegistryUid: ID!) {
removeGiftRegistry(giftRegistryUid: $giftRegistryUid) {
success
}
}
Variables
{"giftRegistryUid": 4}
Response
{"data": {"removeGiftRegistry": {"success": true}}}
removeGiftRegistryItems
Description
Delete the specified items from a gift registry.
Response
Returns a RemoveGiftRegistryItemsOutput
Example
Query
mutation removeGiftRegistryItems(
$giftRegistryUid: ID!,
$itemsUid: [ID!]!
) {
removeGiftRegistryItems(
giftRegistryUid: $giftRegistryUid,
itemsUid: $itemsUid
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{"giftRegistryUid": 4, "itemsUid": ["4"]}
Response
{
"data": {
"removeGiftRegistryItems": {
"gift_registry": GiftRegistry
}
}
}
removeGiftRegistryRegistrants
Description
Removes registrants from a gift registry.
Response
Returns a RemoveGiftRegistryRegistrantsOutput
Example
Query
mutation removeGiftRegistryRegistrants(
$giftRegistryUid: ID!,
$registrantsUid: [ID!]!
) {
removeGiftRegistryRegistrants(
giftRegistryUid: $giftRegistryUid,
registrantsUid: $registrantsUid
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{
"giftRegistryUid": "4",
"registrantsUid": [4]
}
Response
{
"data": {
"removeGiftRegistryRegistrants": {
"gift_registry": GiftRegistry
}
}
}
removeItemFromCart
Description
Delete the entire quantity of a specified item from the cart. If you remove all items from the cart, the cart continues to exist.
Response
Returns a RemoveItemFromCartOutput
Arguments
Name | Description |
---|---|
input - RemoveItemFromCartInput
|
An input object that defines which products to remove from the cart. |
Example
Query
mutation removeItemFromCart($input: RemoveItemFromCartInput) {
removeItemFromCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": RemoveItemFromCartInput}
Response
{"data": {"removeItemFromCart": {"cart": Cart}}}
removeNegotiableQuoteItems
Description
Remove one or more products from a negotiable quote.
Response
Returns a RemoveNegotiableQuoteItemsOutput
Arguments
Name | Description |
---|---|
input - RemoveNegotiableQuoteItemsInput!
|
An input object that removes one or more items from a negotiable quote. |
Example
Query
mutation removeNegotiableQuoteItems($input: RemoveNegotiableQuoteItemsInput!) {
removeNegotiableQuoteItems(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": RemoveNegotiableQuoteItemsInput}
Response
{
"data": {
"removeNegotiableQuoteItems": {
"quote": NegotiableQuote
}
}
}
removeProductsFromCompareList
Description
Remove products from the specified compare list.
Response
Returns a CompareList
Arguments
Name | Description |
---|---|
input - RemoveProductsFromCompareListInput
|
An input object that defines which products to remove from a compare list. |
Example
Query
mutation removeProductsFromCompareList($input: RemoveProductsFromCompareListInput) {
removeProductsFromCompareList(input: $input) {
attributes {
...ComparableAttributeFragment
}
item_count
items {
...ComparableItemFragment
}
uid
}
}
Variables
{"input": RemoveProductsFromCompareListInput}
Response
{
"data": {
"removeProductsFromCompareList": {
"attributes": [ComparableAttribute],
"item_count": 123,
"items": [ComparableItem],
"uid": 4
}
}
}
removeProductsFromWishlist
Description
Remove one or more products from the specified wish list.
Response
Returns a RemoveProductsFromWishlistOutput
Example
Query
mutation removeProductsFromWishlist(
$wishlistId: ID!,
$wishlistItemsIds: [ID!]!
) {
removeProductsFromWishlist(
wishlistId: $wishlistId,
wishlistItemsIds: $wishlistItemsIds
) {
user_errors {
...WishListUserInputErrorFragment
}
wishlist {
...WishlistFragment
}
}
}
Variables
{"wishlistId": 4, "wishlistItemsIds": [4]}
Response
{
"data": {
"removeProductsFromWishlist": {
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
}
}
removeReturnTracking
Description
Remove a tracked shipment from a return.
Response
Returns a RemoveReturnTrackingOutput
Arguments
Name | Description |
---|---|
input - RemoveReturnTrackingInput!
|
An input object that removes tracking information. |
Example
Query
mutation removeReturnTracking($input: RemoveReturnTrackingInput!) {
removeReturnTracking(input: $input) {
return {
...ReturnFragment
}
}
}
Variables
{"input": RemoveReturnTrackingInput}
Response
{"data": {"removeReturnTracking": {"return": Return}}}
removeRewardPointsFromCart
Description
Cancel the application of reward points to the cart.
Response
Returns a RemoveRewardPointsFromCartOutput
Arguments
Name | Description |
---|---|
cartId - ID!
|
Example
Query
mutation removeRewardPointsFromCart($cartId: ID!) {
removeRewardPointsFromCart(cartId: $cartId) {
cart {
...CartFragment
}
}
}
Variables
{"cartId": "4"}
Response
{"data": {"removeRewardPointsFromCart": {"cart": Cart}}}
removeStoreCreditFromCart
Description
Remove store credit that has been applied to the specified cart.
Response
Returns a RemoveStoreCreditFromCartOutput
Arguments
Name | Description |
---|---|
input - RemoveStoreCreditFromCartInput!
|
An input object that specifies the cart ID. |
Example
Query
mutation removeStoreCreditFromCart($input: RemoveStoreCreditFromCartInput!) {
removeStoreCreditFromCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": RemoveStoreCreditFromCartInput}
Response
{"data": {"removeStoreCreditFromCart": {"cart": Cart}}}
reorderItems
Description
Add all products from a customer's previous order to the cart.
Response
Returns a ReorderItemsOutput
Arguments
Name | Description |
---|---|
orderNumber - String!
|
Example
Query
mutation reorderItems($orderNumber: String!) {
reorderItems(orderNumber: $orderNumber) {
cart {
...CartFragment
}
userInputErrors {
...CheckoutUserInputErrorFragment
}
}
}
Variables
{"orderNumber": "abc123"}
Response
{
"data": {
"reorderItems": {
"cart": Cart,
"userInputErrors": [CheckoutUserInputError]
}
}
}
requestNegotiableQuote
Description
Request a new negotiable quote on behalf of the buyer.
Response
Returns a RequestNegotiableQuoteOutput
Arguments
Name | Description |
---|---|
input - RequestNegotiableQuoteInput!
|
An input object that contains a request to initiate a negotiable quote. |
Example
Query
mutation requestNegotiableQuote($input: RequestNegotiableQuoteInput!) {
requestNegotiableQuote(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": RequestNegotiableQuoteInput}
Response
{
"data": {
"requestNegotiableQuote": {"quote": NegotiableQuote}
}
}
requestPasswordResetEmail
Description
Request an email with a reset password token for the registered customer identified by the specified email.
requestReturn
Description
Initiates a buyer's request to return items for replacement or refund.
Response
Returns a RequestReturnOutput
Arguments
Name | Description |
---|---|
input - RequestReturnInput!
|
An input object that contains the fields needed to start a return request. |
Example
Query
mutation requestReturn($input: RequestReturnInput!) {
requestReturn(input: $input) {
return {
...ReturnFragment
}
returns {
...ReturnsFragment
}
}
}
Variables
{"input": RequestReturnInput}
Response
{
"data": {
"requestReturn": {
"return": Return,
"returns": Returns
}
}
}
resetPassword
Description
Reset a customer's password using the reset password token that the customer received in an email after requesting it using requestPasswordResetEmail
.
Response
Returns a Boolean
Example
Query
mutation resetPassword(
$email: String!,
$resetPasswordToken: String!,
$newPassword: String!
) {
resetPassword(
email: $email,
resetPasswordToken: $resetPasswordToken,
newPassword: $newPassword
)
}
Variables
{
"email": "abc123",
"resetPasswordToken": "abc123",
"newPassword": "xyz789"
}
Response
{"data": {"resetPassword": false}}
revokeCustomerToken
Description
Revoke the customer token.
Response
Returns a RevokeCustomerTokenOutput
Example
Query
mutation revokeCustomerToken {
revokeCustomerToken {
result
}
}
Response
{"data": {"revokeCustomerToken": {"result": false}}}
sendEmailToFriend
Description
Send a message on behalf of a customer to the specified email addresses.
Response
Returns a SendEmailToFriendOutput
Arguments
Name | Description |
---|---|
input - SendEmailToFriendInput
|
An input object that defines sender, recipients, and product. |
Example
Query
mutation sendEmailToFriend($input: SendEmailToFriendInput) {
sendEmailToFriend(input: $input) {
recipients {
...SendEmailToFriendRecipientFragment
}
sender {
...SendEmailToFriendSenderFragment
}
}
}
Variables
{"input": SendEmailToFriendInput}
Response
{
"data": {
"sendEmailToFriend": {
"recipients": [SendEmailToFriendRecipient],
"sender": SendEmailToFriendSender
}
}
}
sendNegotiableQuoteForReview
Description
Send the negotiable quote to the seller for review.
Response
Returns a SendNegotiableQuoteForReviewOutput
Arguments
Name | Description |
---|---|
input - SendNegotiableQuoteForReviewInput!
|
An input object that sends a request for the merchant to review a negotiable quote. |
Example
Query
mutation sendNegotiableQuoteForReview($input: SendNegotiableQuoteForReviewInput!) {
sendNegotiableQuoteForReview(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": SendNegotiableQuoteForReviewInput}
Response
{
"data": {
"sendNegotiableQuoteForReview": {
"quote": NegotiableQuote
}
}
}
setBillingAddressOnCart
Description
Set the billing address on a specific cart.
Response
Returns a SetBillingAddressOnCartOutput
Arguments
Name | Description |
---|---|
input - SetBillingAddressOnCartInput
|
An input object that defines the billing address to be assigned to the cart. |
Example
Query
mutation setBillingAddressOnCart($input: SetBillingAddressOnCartInput) {
setBillingAddressOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetBillingAddressOnCartInput}
Response
{"data": {"setBillingAddressOnCart": {"cart": Cart}}}
setGiftOptionsOnCart
Description
Set gift options, including gift messages, gift wrapping, gift receipts, and printed cards.
Response
Returns a SetGiftOptionsOnCartOutput
Arguments
Name | Description |
---|---|
input - SetGiftOptionsOnCartInput
|
An input object that defines the selected gift options. |
Example
Query
mutation setGiftOptionsOnCart($input: SetGiftOptionsOnCartInput) {
setGiftOptionsOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetGiftOptionsOnCartInput}
Response
{"data": {"setGiftOptionsOnCart": {"cart": Cart}}}
setGuestEmailOnCart
Description
Assign the email address of a guest to the cart.
Response
Returns a SetGuestEmailOnCartOutput
Arguments
Name | Description |
---|---|
input - SetGuestEmailOnCartInput
|
An input object that defines a guest email address. |
Example
Query
mutation setGuestEmailOnCart($input: SetGuestEmailOnCartInput) {
setGuestEmailOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetGuestEmailOnCartInput}
Response
{"data": {"setGuestEmailOnCart": {"cart": Cart}}}
setLineItemNote
Description
Add buyer's note to a negotiable quote item.
Response
Returns a SetLineItemNoteOutput
Arguments
Name | Description |
---|---|
input - LineItemNoteInput!
|
An input object that defines the quote item note. |
Example
Query
mutation setLineItemNote($input: LineItemNoteInput!) {
setLineItemNote(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": LineItemNoteInput}
Response
{"data": {"setLineItemNote": {"quote": NegotiableQuote}}}
setNegotiableQuoteBillingAddress
Description
Assign a billing address to a negotiable quote.
Response
Returns a SetNegotiableQuoteBillingAddressOutput
Arguments
Name | Description |
---|---|
input - SetNegotiableQuoteBillingAddressInput!
|
An input object that defines the billing address to be assigned to a negotiable quote. |
Example
Query
mutation setNegotiableQuoteBillingAddress($input: SetNegotiableQuoteBillingAddressInput!) {
setNegotiableQuoteBillingAddress(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": SetNegotiableQuoteBillingAddressInput}
Response
{
"data": {
"setNegotiableQuoteBillingAddress": {
"quote": NegotiableQuote
}
}
}
setNegotiableQuotePaymentMethod
Description
Set the payment method on a negotiable quote.
Response
Returns a SetNegotiableQuotePaymentMethodOutput
Arguments
Name | Description |
---|---|
input - SetNegotiableQuotePaymentMethodInput!
|
An input object that defines the payment method for the specified negotiable quote. |
Example
Query
mutation setNegotiableQuotePaymentMethod($input: SetNegotiableQuotePaymentMethodInput!) {
setNegotiableQuotePaymentMethod(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": SetNegotiableQuotePaymentMethodInput}
Response
{
"data": {
"setNegotiableQuotePaymentMethod": {
"quote": NegotiableQuote
}
}
}
setNegotiableQuoteShippingAddress
Description
Assign a previously-defined address as the shipping address for a negotiable quote.
Response
Returns a SetNegotiableQuoteShippingAddressOutput
Arguments
Name | Description |
---|---|
input - SetNegotiableQuoteShippingAddressInput!
|
An input object that defines the shipping address to be assigned to a negotiable quote. |
Example
Query
mutation setNegotiableQuoteShippingAddress($input: SetNegotiableQuoteShippingAddressInput!) {
setNegotiableQuoteShippingAddress(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": SetNegotiableQuoteShippingAddressInput}
Response
{
"data": {
"setNegotiableQuoteShippingAddress": {
"quote": NegotiableQuote
}
}
}
setNegotiableQuoteShippingMethods
Description
Assign the shipping methods on the negotiable quote.
Response
Returns a SetNegotiableQuoteShippingMethodsOutput
Arguments
Name | Description |
---|---|
input - SetNegotiableQuoteShippingMethodsInput!
|
An input object that defines the shipping methods to be assigned to a negotiable quote. |
Example
Query
mutation setNegotiableQuoteShippingMethods($input: SetNegotiableQuoteShippingMethodsInput!) {
setNegotiableQuoteShippingMethods(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": SetNegotiableQuoteShippingMethodsInput}
Response
{
"data": {
"setNegotiableQuoteShippingMethods": {
"quote": NegotiableQuote
}
}
}
setPaymentMethodAndPlaceOrder
Description
Set the cart payment method and convert the cart into an order.
Response
Returns a PlaceOrderOutput
Arguments
Name | Description |
---|---|
input - SetPaymentMethodAndPlaceOrderInput
|
Example
Query
mutation setPaymentMethodAndPlaceOrder($input: SetPaymentMethodAndPlaceOrderInput) {
setPaymentMethodAndPlaceOrder(input: $input) {
errors {
...PlaceOrderErrorFragment
}
order {
...OrderFragment
}
orderV2 {
...CustomerOrderFragment
}
}
}
Variables
{"input": SetPaymentMethodAndPlaceOrderInput}
Response
{
"data": {
"setPaymentMethodAndPlaceOrder": {
"errors": [PlaceOrderError],
"order": Order,
"orderV2": CustomerOrder
}
}
}
setPaymentMethodOnCart
Description
Apply a payment method to the cart.
Response
Returns a SetPaymentMethodOnCartOutput
Arguments
Name | Description |
---|---|
input - SetPaymentMethodOnCartInput
|
An input object that defines which payment method to apply to the cart. |
Example
Query
mutation setPaymentMethodOnCart($input: SetPaymentMethodOnCartInput) {
setPaymentMethodOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetPaymentMethodOnCartInput}
Response
{"data": {"setPaymentMethodOnCart": {"cart": Cart}}}
setShippingAddressesOnCart
Description
Set one or more shipping addresses on a specific cart.
Response
Returns a SetShippingAddressesOnCartOutput
Arguments
Name | Description |
---|---|
input - SetShippingAddressesOnCartInput
|
An input object that defines one or more shipping addresses to be assigned to the cart. |
Example
Query
mutation setShippingAddressesOnCart($input: SetShippingAddressesOnCartInput) {
setShippingAddressesOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetShippingAddressesOnCartInput}
Response
{"data": {"setShippingAddressesOnCart": {"cart": Cart}}}
setShippingMethodsOnCart
Description
Set one or more delivery methods on a cart.
Response
Returns a SetShippingMethodsOnCartOutput
Arguments
Name | Description |
---|---|
input - SetShippingMethodsOnCartInput
|
An input object that applies one or more shipping methods to the cart. |
Example
Query
mutation setShippingMethodsOnCart($input: SetShippingMethodsOnCartInput) {
setShippingMethodsOnCart(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": SetShippingMethodsOnCartInput}
Response
{"data": {"setShippingMethodsOnCart": {"cart": Cart}}}
subscribeEmailToNewsletter
Description
Subscribe the specified email to the store's newsletter.
Response
Returns a SubscribeEmailToNewsletterOutput
Arguments
Name | Description |
---|---|
email - String!
|
The email address that will receive the store's newsletter. |
Example
Query
mutation subscribeEmailToNewsletter($email: String!) {
subscribeEmailToNewsletter(email: $email) {
status
}
}
Variables
{"email": "abc123"}
Response
{"data": {"subscribeEmailToNewsletter": {"status": "NOT_ACTIVE"}}}
syncPaymentOrder
Description
Synchronizes the payment order details for further payment processing
Response
Returns a Boolean
Arguments
Name | Description |
---|---|
input - SyncPaymentOrderInput
|
Describes the variables needed to synchronize the payment order details |
Example
Query
mutation syncPaymentOrder($input: SyncPaymentOrderInput) {
syncPaymentOrder(input: $input)
}
Variables
{"input": SyncPaymentOrderInput}
Response
{"data": {"syncPaymentOrder": false}}
updateCartItems
Description
Modify items in the cart.
Response
Returns an UpdateCartItemsOutput
Arguments
Name | Description |
---|---|
input - UpdateCartItemsInput
|
An input object that defines products to be updated. |
Example
Query
mutation updateCartItems($input: UpdateCartItemsInput) {
updateCartItems(input: $input) {
cart {
...CartFragment
}
}
}
Variables
{"input": UpdateCartItemsInput}
Response
{"data": {"updateCartItems": {"cart": Cart}}}
updateCompany
Description
Update company information.
Response
Returns an UpdateCompanyOutput
Arguments
Name | Description |
---|---|
input - CompanyUpdateInput!
|
Example
Query
mutation updateCompany($input: CompanyUpdateInput!) {
updateCompany(input: $input) {
company {
...CompanyFragment
}
}
}
Variables
{"input": CompanyUpdateInput}
Response
{"data": {"updateCompany": {"company": Company}}}
updateCompanyRole
Description
Update company role information.
Response
Returns an UpdateCompanyRoleOutput
Arguments
Name | Description |
---|---|
input - CompanyRoleUpdateInput!
|
Example
Query
mutation updateCompanyRole($input: CompanyRoleUpdateInput!) {
updateCompanyRole(input: $input) {
role {
...CompanyRoleFragment
}
}
}
Variables
{"input": CompanyRoleUpdateInput}
Response
{"data": {"updateCompanyRole": {"role": CompanyRole}}}
updateCompanyStructure
Description
Change the parent node of a company team.
Response
Returns an UpdateCompanyStructureOutput
Arguments
Name | Description |
---|---|
input - CompanyStructureUpdateInput!
|
Example
Query
mutation updateCompanyStructure($input: CompanyStructureUpdateInput!) {
updateCompanyStructure(input: $input) {
company {
...CompanyFragment
}
}
}
Variables
{"input": CompanyStructureUpdateInput}
Response
{"data": {"updateCompanyStructure": {"company": Company}}}
updateCompanyTeam
Description
Update company team data.
Response
Returns an UpdateCompanyTeamOutput
Arguments
Name | Description |
---|---|
input - CompanyTeamUpdateInput!
|
Example
Query
mutation updateCompanyTeam($input: CompanyTeamUpdateInput!) {
updateCompanyTeam(input: $input) {
team {
...CompanyTeamFragment
}
}
}
Variables
{"input": CompanyTeamUpdateInput}
Response
{"data": {"updateCompanyTeam": {"team": CompanyTeam}}}
updateCompanyUser
Description
Update an existing company user.
Response
Returns an UpdateCompanyUserOutput
Arguments
Name | Description |
---|---|
input - CompanyUserUpdateInput!
|
Example
Query
mutation updateCompanyUser($input: CompanyUserUpdateInput!) {
updateCompanyUser(input: $input) {
user {
...CustomerFragment
}
}
}
Variables
{"input": CompanyUserUpdateInput}
Response
{"data": {"updateCompanyUser": {"user": Customer}}}
updateCustomer
Description
Use updateCustomerV2
instead.
Response
Returns a CustomerOutput
Arguments
Name | Description |
---|---|
input - CustomerInput!
|
An input object that defines the customer characteristics to update. |
Example
Query
mutation updateCustomer($input: CustomerInput!) {
updateCustomer(input: $input) {
customer {
...CustomerFragment
}
}
}
Variables
{"input": CustomerInput}
Response
{"data": {"updateCustomer": {"customer": Customer}}}
updateCustomerAddress
Description
Update the billing or shipping address of a customer or guest.
Response
Returns a CustomerAddress
Arguments
Name | Description |
---|---|
id - Int!
|
The ID assigned to the customer address. |
input - CustomerAddressInput
|
An input object that contains changes to the customer address. |
Example
Query
mutation updateCustomerAddress(
$id: Int!,
$input: CustomerAddressInput
) {
updateCustomerAddress(
id: $id,
input: $input
) {
city
company
country_code
country_id
custom_attributes {
...CustomerAddressAttributeFragment
}
custom_attributesV2 {
...AttributeValueInterfaceFragment
}
customer_id
default_billing
default_shipping
extension_attributes {
...CustomerAddressAttributeFragment
}
fax
firstname
id
lastname
middlename
postcode
prefix
region {
...CustomerAddressRegionFragment
}
region_id
street
suffix
telephone
vat_id
}
}
Variables
{"id": 987, "input": CustomerAddressInput}
Response
{
"data": {
"updateCustomerAddress": {
"city": "xyz789",
"company": "abc123",
"country_code": "AF",
"country_id": "xyz789",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
"customer_id": 987,
"default_billing": true,
"default_shipping": true,
"extension_attributes": [CustomerAddressAttribute],
"fax": "abc123",
"firstname": "abc123",
"id": 123,
"lastname": "xyz789",
"middlename": "abc123",
"postcode": "xyz789",
"prefix": "xyz789",
"region": CustomerAddressRegion,
"region_id": 987,
"street": ["abc123"],
"suffix": "abc123",
"telephone": "xyz789",
"vat_id": "abc123"
}
}
}
updateCustomerEmail
Description
Change the email address for the logged-in customer.
Response
Returns a CustomerOutput
Example
Query
mutation updateCustomerEmail(
$email: String!,
$password: String!
) {
updateCustomerEmail(
email: $email,
password: $password
) {
customer {
...CustomerFragment
}
}
}
Variables
{
"email": "abc123",
"password": "xyz789"
}
Response
{"data": {"updateCustomerEmail": {"customer": Customer}}}
updateCustomerV2
Description
Update the customer's personal information.
Response
Returns a CustomerOutput
Arguments
Name | Description |
---|---|
input - CustomerUpdateInput!
|
An input object that defines the customer characteristics to update. |
Example
Query
mutation updateCustomerV2($input: CustomerUpdateInput!) {
updateCustomerV2(input: $input) {
customer {
...CustomerFragment
}
}
}
Variables
{"input": CustomerUpdateInput}
Response
{"data": {"updateCustomerV2": {"customer": Customer}}}
updateGiftRegistry
Description
Update the specified gift registry.
Response
Returns an UpdateGiftRegistryOutput
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of an existing gift registry. |
giftRegistry - UpdateGiftRegistryInput!
|
An input object that defines which fields to update. |
Example
Query
mutation updateGiftRegistry(
$giftRegistryUid: ID!,
$giftRegistry: UpdateGiftRegistryInput!
) {
updateGiftRegistry(
giftRegistryUid: $giftRegistryUid,
giftRegistry: $giftRegistry
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{
"giftRegistryUid": "4",
"giftRegistry": UpdateGiftRegistryInput
}
Response
{
"data": {
"updateGiftRegistry": {"gift_registry": GiftRegistry}
}
}
updateGiftRegistryItems
Description
Update the specified items in the gift registry.
Response
Returns an UpdateGiftRegistryItemsOutput
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the gift registry. |
items - [UpdateGiftRegistryItemInput!]!
|
An array of items to be updated. |
Example
Query
mutation updateGiftRegistryItems(
$giftRegistryUid: ID!,
$items: [UpdateGiftRegistryItemInput!]!
) {
updateGiftRegistryItems(
giftRegistryUid: $giftRegistryUid,
items: $items
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{
"giftRegistryUid": "4",
"items": [UpdateGiftRegistryItemInput]
}
Response
{
"data": {
"updateGiftRegistryItems": {
"gift_registry": GiftRegistry
}
}
}
updateGiftRegistryRegistrants
Description
Modify the properties of one or more gift registry registrants.
Response
Returns an UpdateGiftRegistryRegistrantsOutput
Arguments
Name | Description |
---|---|
giftRegistryUid - ID!
|
The unique ID of the gift registry. |
registrants - [UpdateGiftRegistryRegistrantInput!]!
|
An array of registrants to update. |
Example
Query
mutation updateGiftRegistryRegistrants(
$giftRegistryUid: ID!,
$registrants: [UpdateGiftRegistryRegistrantInput!]!
) {
updateGiftRegistryRegistrants(
giftRegistryUid: $giftRegistryUid,
registrants: $registrants
) {
gift_registry {
...GiftRegistryFragment
}
}
}
Variables
{
"giftRegistryUid": "4",
"registrants": [UpdateGiftRegistryRegistrantInput]
}
Response
{
"data": {
"updateGiftRegistryRegistrants": {
"gift_registry": GiftRegistry
}
}
}
updateNegotiableQuoteQuantities
Description
Change the quantity of one or more items in an existing negotiable quote.
Response
Returns an UpdateNegotiableQuoteItemsQuantityOutput
Arguments
Name | Description |
---|---|
input - UpdateNegotiableQuoteQuantitiesInput!
|
An input object that changes the quantity of one or more items in a negotiable quote. |
Example
Query
mutation updateNegotiableQuoteQuantities($input: UpdateNegotiableQuoteQuantitiesInput!) {
updateNegotiableQuoteQuantities(input: $input) {
quote {
...NegotiableQuoteFragment
}
}
}
Variables
{"input": UpdateNegotiableQuoteQuantitiesInput}
Response
{
"data": {
"updateNegotiableQuoteQuantities": {
"quote": NegotiableQuote
}
}
}
updateProductsInWishlist
Description
Update one or more products in the specified wish list.
Response
Returns an UpdateProductsInWishlistOutput
Arguments
Name | Description |
---|---|
wishlistId - ID!
|
The ID of a wish list. |
wishlistItems - [WishlistItemUpdateInput!]!
|
An array of items to be updated. |
Example
Query
mutation updateProductsInWishlist(
$wishlistId: ID!,
$wishlistItems: [WishlistItemUpdateInput!]!
) {
updateProductsInWishlist(
wishlistId: $wishlistId,
wishlistItems: $wishlistItems
) {
user_errors {
...WishListUserInputErrorFragment
}
wishlist {
...WishlistFragment
}
}
}
Variables
{
"wishlistId": "4",
"wishlistItems": [WishlistItemUpdateInput]
}
Response
{
"data": {
"updateProductsInWishlist": {
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
}
}
updatePurchaseOrderApprovalRule
Description
Update existing purchase order approval rules.
Response
Returns a PurchaseOrderApprovalRule
Arguments
Name | Description |
---|---|
input - UpdatePurchaseOrderApprovalRuleInput!
|
Example
Query
mutation updatePurchaseOrderApprovalRule($input: UpdatePurchaseOrderApprovalRuleInput!) {
updatePurchaseOrderApprovalRule(input: $input) {
applies_to_roles {
...CompanyRoleFragment
}
approver_roles {
...CompanyRoleFragment
}
condition {
...PurchaseOrderApprovalRuleConditionInterfaceFragment
}
created_at
created_by
description
name
status
uid
updated_at
}
}
Variables
{"input": UpdatePurchaseOrderApprovalRuleInput}
Response
{
"data": {
"updatePurchaseOrderApprovalRule": {
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
"created_at": "abc123",
"created_by": "abc123",
"description": "xyz789",
"name": "abc123",
"status": "ENABLED",
"uid": "4",
"updated_at": "abc123"
}
}
}
updateRequisitionList
Description
Rename a requisition list and change its description.
Response
Returns an UpdateRequisitionListOutput
Arguments
Name | Description |
---|---|
requisitionListUid - ID!
|
The unique ID of the requisition list. |
input - UpdateRequisitionListInput
|
Example
Query
mutation updateRequisitionList(
$requisitionListUid: ID!,
$input: UpdateRequisitionListInput
) {
updateRequisitionList(
requisitionListUid: $requisitionListUid,
input: $input
) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{
"requisitionListUid": 4,
"input": UpdateRequisitionListInput
}
Response
{
"data": {
"updateRequisitionList": {
"requisition_list": RequisitionList
}
}
}
updateRequisitionListItems
Description
Update items in a requisition list.
Response
Returns an UpdateRequisitionListItemsOutput
Arguments
Name | Description |
---|---|
requisitionListUid - ID!
|
The unique ID of the requisition list. |
requisitionListItems - [UpdateRequisitionListItemsInput!]!
|
Items to be updated in the requisition list. |
Example
Query
mutation updateRequisitionListItems(
$requisitionListUid: ID!,
$requisitionListItems: [UpdateRequisitionListItemsInput!]!
) {
updateRequisitionListItems(
requisitionListUid: $requisitionListUid,
requisitionListItems: $requisitionListItems
) {
requisition_list {
...RequisitionListFragment
}
}
}
Variables
{
"requisitionListUid": 4,
"requisitionListItems": [
UpdateRequisitionListItemsInput
]
}
Response
{
"data": {
"updateRequisitionListItems": {
"requisition_list": RequisitionList
}
}
}
updateWishlist
Description
Change the name and visibility of the specified wish list.
Response
Returns an UpdateWishlistOutput
Arguments
Name | Description |
---|---|
wishlistId - ID!
|
The ID of the wish list to update. |
name - String
|
The name assigned to the wish list. |
visibility - WishlistVisibilityEnum
|
Indicates the visibility of the wish list. |
Example
Query
mutation updateWishlist(
$wishlistId: ID!,
$name: String,
$visibility: WishlistVisibilityEnum
) {
updateWishlist(
wishlistId: $wishlistId,
name: $name,
visibility: $visibility
) {
name
uid
visibility
}
}
Variables
{
"wishlistId": "4",
"name": "abc123",
"visibility": "PUBLIC"
}
Response
{
"data": {
"updateWishlist": {
"name": "xyz789",
"uid": "4",
"visibility": "PUBLIC"
}
}
}
validatePurchaseOrders
Description
Validate purchase orders.
Response
Returns a ValidatePurchaseOrdersOutput
Arguments
Name | Description |
---|---|
input - ValidatePurchaseOrdersInput!
|
Example
Query
mutation validatePurchaseOrders($input: ValidatePurchaseOrdersInput!) {
validatePurchaseOrders(input: $input) {
errors {
...ValidatePurchaseOrderErrorFragment
}
purchase_orders {
...PurchaseOrderFragment
}
}
}
Variables
{"input": ValidatePurchaseOrdersInput}
Response
{
"data": {
"validatePurchaseOrders": {
"errors": [ValidatePurchaseOrderError],
"purchase_orders": [PurchaseOrder]
}
}
}
Types
AddBundleProductsToCartInput
Description
Defines the bundle products to add to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The ID of the cart. |
cart_items - [BundleProductCartItemInput]!
|
An array of bundle products to add. |
Example
{
"cart_id": "abc123",
"cart_items": [BundleProductCartItemInput]
}
AddBundleProductsToCartOutput
Description
Contains details about the cart after adding bundle products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after adding products. |
Example
{"cart": Cart}
AddConfigurableProductsToCartInput
Description
Defines the configurable products to add to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The ID of the cart. |
cart_items - [ConfigurableProductCartItemInput]!
|
An array of configurable products to add. |
Example
{
"cart_id": "xyz789",
"cart_items": [ConfigurableProductCartItemInput]
}
AddConfigurableProductsToCartOutput
Description
Contains details about the cart after adding configurable products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after adding products. |
Example
{"cart": Cart}
AddDownloadableProductsToCartInput
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The ID of the cart. |
cart_items - [DownloadableProductCartItemInput]!
|
An array of downloadable products to add. |
Example
{
"cart_id": "abc123",
"cart_items": [DownloadableProductCartItemInput]
}
AddDownloadableProductsToCartOutput
Description
Contains details about the cart after adding downloadable products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after adding products. |
Example
{"cart": Cart}
AddGiftRegistryRegistrantInput
Description
Defines a new registrant.
Fields
Input Field | Description |
---|---|
dynamic_attributes - [GiftRegistryDynamicAttributeInput]
|
Additional attributes specified as a code-value pair. |
email - String!
|
The email address of the registrant. |
firstname - String!
|
The first name of the registrant. |
lastname - String!
|
The last name of the registrant. |
Example
{
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
"email": "abc123",
"firstname": "xyz789",
"lastname": "xyz789"
}
AddGiftRegistryRegistrantsOutput
Description
Contains the results of a request to add registrants.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry after adding registrants. |
Example
{"gift_registry": GiftRegistry}
AddProductsToCartOutput
Description
Contains details about the cart after adding products to it.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after products have been added. |
user_errors - [CartUserInputError]!
|
Contains errors encountered while adding an item to the cart. |
Example
{
"cart": Cart,
"user_errors": [CartUserInputError]
}
AddProductsToCompareListInput
AddProductsToRequisitionListOutput
Description
Output of the request to add products to a requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The requisition list after adding products. |
Example
{"requisition_list": RequisitionList}
AddProductsToWishlistOutput
Description
Contains the customer's wish list and any errors encountered.
Fields
Field Name | Description |
---|---|
user_errors - [WishListUserInputError]!
|
An array of errors encountered while adding products to a wish list. |
wishlist - Wishlist!
|
Contains the wish list with all items that were successfully added. |
Example
{
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
AddPurchaseOrderCommentInput
AddPurchaseOrderCommentOutput
Description
Contains the successfully added comment.
Fields
Field Name | Description |
---|---|
comment - PurchaseOrderComment!
|
The purchase order comment. |
Example
{"comment": PurchaseOrderComment}
AddPurchaseOrderItemsToCartInput
Description
Defines the purchase order and cart to act on.
Example
{
"cart_id": "xyz789",
"purchase_order_uid": "4",
"replace_existing_cart_items": true
}
AddRequisitionListItemToCartUserError
Description
Contains details about why an attempt to add items to the requistion list failed.
Fields
Field Name | Description |
---|---|
message - String!
|
A description of the error. |
type - AddRequisitionListItemToCartUserErrorType!
|
The type of error that occurred. |
Example
{
"message": "abc123",
"type": "OUT_OF_STOCK"
}
AddRequisitionListItemToCartUserErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"OUT_OF_STOCK"
AddRequisitionListItemsToCartOutput
Description
Output of the request to add items in a requisition list to the cart.
Fields
Field Name | Description |
---|---|
add_requisition_list_items_to_cart_user_errors - [AddRequisitionListItemToCartUserError]!
|
Details about why the attempt to add items to the requistion list was not successful. |
cart - Cart
|
The cart after adding requisition list items. |
status - Boolean!
|
Indicates whether the attempt to add items to the requisition list was successful. |
Example
{
"add_requisition_list_items_to_cart_user_errors": [
AddRequisitionListItemToCartUserError
],
"cart": Cart,
"status": false
}
AddReturnCommentInput
AddReturnCommentOutput
Description
Contains details about the return request.
Fields
Field Name | Description |
---|---|
return - Return
|
The modified return. |
Example
{"return": Return}
AddReturnTrackingInput
Description
Defines tracking information to be added to the return.
Example
{
"carrier_uid": "4",
"return_uid": "4",
"tracking_number": "xyz789"
}
AddReturnTrackingOutput
Description
Contains the response after adding tracking information.
Fields
Field Name | Description |
---|---|
return - Return
|
Details about the modified return. |
return_shipping_tracking - ReturnShippingTracking
|
Details about shipping for a return. |
Example
{
"return": Return,
"return_shipping_tracking": ReturnShippingTracking
}
AddSimpleProductsToCartInput
Description
Defines the simple and group products to add to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
cart_items - [SimpleProductCartItemInput]!
|
An array of simple and group items to add. |
Example
{
"cart_id": "xyz789",
"cart_items": [SimpleProductCartItemInput]
}
AddSimpleProductsToCartOutput
Description
Contains details about the cart after adding simple or group products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after adding products. |
Example
{"cart": Cart}
AddVirtualProductsToCartInput
Description
Defines the virtual products to add to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
cart_items - [VirtualProductCartItemInput]!
|
An array of virtual products to add. |
Example
{
"cart_id": "xyz789",
"cart_items": [VirtualProductCartItemInput]
}
AddVirtualProductsToCartOutput
Description
Contains details about the cart after adding virtual products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after adding products. |
Example
{"cart": Cart}
AddWishlistItemsToCartOutput
Description
Contains the resultant wish list and any error information.
Fields
Field Name | Description |
---|---|
add_wishlist_items_to_cart_user_errors - [WishlistCartUserInputError]!
|
An array of errors encountered while adding products to the customer's cart. |
status - Boolean!
|
Indicates whether the attempt to add items to the customer's cart was successful. |
wishlist - Wishlist!
|
Contains the wish list with all items that were successfully added. |
Example
{
"add_wishlist_items_to_cart_user_errors": [
WishlistCartUserInputError
],
"status": true,
"wishlist": Wishlist
}
Aggregation
Description
Contains information for each filterable option (such as price, category UID
, and custom attributes).
Fields
Field Name | Description |
---|---|
attribute_code - String!
|
Attribute code of the aggregation group. |
count - Int
|
The number of options in the aggregation group. |
label - String
|
The aggregation display name. |
options - [AggregationOption]
|
Array of options for the aggregation. |
position - Int
|
The relative position of the attribute in a layered navigation block. |
Example
{
"attribute_code": "xyz789",
"count": 987,
"label": "xyz789",
"options": [AggregationOption],
"position": 123
}
AggregationOption
Description
An implementation of AggregationOptionInterface
.
Example
{
"count": 987,
"label": "xyz789",
"value": "abc123"
}
AggregationOptionInterface
Description
Defines aggregation option fields.
Fields
Field Name | Description |
---|---|
count - Int
|
The number of items that match the aggregation option. |
label - String
|
The display label for an aggregation option. |
value - String!
|
The internal ID that represents the value of the option. |
Possible Types
AggregationOptionInterface Types |
---|
Example
{
"count": 987,
"label": "abc123",
"value": "xyz789"
}
AggregationsCategoryFilterInput
Description
Filter category aggregations in layered navigation.
Fields
Input Field | Description |
---|---|
includeDirectChildrenOnly - Boolean
|
Indicates whether to include only direct subcategories or all children categories at all levels. |
Example
{"includeDirectChildrenOnly": true}
AggregationsFilterInput
Description
An input object that specifies the filters used in product aggregations.
Fields
Input Field | Description |
---|---|
category - AggregationsCategoryFilterInput
|
Filter category aggregations in layered navigation. |
Example
{"category": AggregationsCategoryFilterInput}
ApplePayConfig
Fields
Field Name | Description |
---|---|
button_styles - ButtonStyles
|
The styles for the ApplePay Smart Button configuration |
code - String
|
The payment method code as defined in the payment gateway |
is_visible - Boolean
|
Indicates whether the payment method is displayed |
payment_intent - String
|
Defines the payment intent (Authorize or Capture |
payment_source - String
|
The payment source for the payment method |
sdk_params - [SDKParams]
|
The PayPal parameters required to load the JS SDK |
sort_order - String
|
The relative order the payment method is displayed on the checkout page |
title - String
|
The name displayed for the payment method |
Example
{
"button_styles": ButtonStyles,
"code": "abc123",
"is_visible": false,
"payment_intent": "xyz789",
"payment_source": "abc123",
"sdk_params": [SDKParams],
"sort_order": "xyz789",
"title": "abc123"
}
ApplePayMethodInput
Description
Apple Pay inputs
Example
{
"payment_source": "abc123",
"payments_order_id": "xyz789",
"paypal_order_id": "xyz789"
}
AppliedCoupon
Description
Contains the applied coupon code.
Fields
Field Name | Description |
---|---|
code - String!
|
The coupon code the shopper applied to the card. |
Example
{"code": "abc123"}
AppliedGiftCard
Description
Contains an applied gift card with applied and remaining balance.
Example
{
"applied_balance": Money,
"code": "abc123",
"current_balance": Money,
"expiration_date": "xyz789"
}
AppliedStoreCredit
Description
Contains the applied and current balances.
Fields
Field Name | Description |
---|---|
applied_balance - Money
|
The applied store credit balance to the current cart. |
current_balance - Money
|
The current balance remaining on store credit. |
enabled - Boolean
|
Indicates whether store credits are enabled. If the feature is disabled, then the current balance will not be returned. |
Example
{
"applied_balance": Money,
"current_balance": Money,
"enabled": false
}
ApplyCouponToCartInput
ApplyCouponToCartOutput
Description
Contains details about the cart after applying a coupon.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after applying a coupon. |
Example
{"cart": Cart}
ApplyCouponsStrategy
Description
The strategy to apply coupons to the cart.
Values
Enum Value | Description |
---|---|
|
Append new coupons keeping the coupons that have been applied before. |
|
Remove all the coupons from the cart and apply only new provided coupons. |
Example
"APPEND"
ApplyCouponsToCartInput
Description
Apply coupons to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
coupon_codes - [String]!
|
An array of valid coupon codes. |
type - ApplyCouponsStrategy
|
replace to replace the existing coupon(s) or append to add the coupon to the coupon(s) list.
|
Example
{
"cart_id": "xyz789",
"coupon_codes": ["abc123"],
"type": "APPEND"
}
ApplyGiftCardToCartInput
Description
Defines the input required to run the applyGiftCardToCart
mutation.
Example
{
"cart_id": "xyz789",
"gift_card_code": "abc123"
}
ApplyGiftCardToCartOutput
Description
Defines the possible output for the applyGiftCardToCart
mutation.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
Describes the contents of the specified shopping cart. |
Example
{"cart": Cart}
ApplyRewardPointsToCartOutput
Description
Contains the customer cart.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The customer cart after reward points are applied. |
Example
{"cart": Cart}
ApplyStoreCreditToCartInput
Description
Defines the input required to run the applyStoreCreditToCart
mutation.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the customer's cart. |
Example
{"cart_id": "abc123"}
ApplyStoreCreditToCartOutput
Description
Defines the possible output for the applyStoreCreditToCart
mutation.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The contents of the specified shopping cart. |
Example
{"cart": Cart}
AreaInput
Description
AreaInput defines the parameters which will be used for filter by specified location.
Example
{"radius": 987, "search_term": "xyz789"}
AssignCompareListToCustomerOutput
Description
Contains the results of the request to assign a compare list.
Fields
Field Name | Description |
---|---|
compare_list - CompareList
|
The contents of the customer's compare list. |
result - Boolean!
|
Indicates whether the compare list was successfully assigned to the customer. |
Example
{"compare_list": CompareList, "result": true}
Attribute
Description
Contains details about the attribute, including the code and type.
Fields
Field Name | Description |
---|---|
attribute_code - String
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
attribute_options - [AttributeOption]
|
Attribute options list. |
attribute_type - String
|
The data type of the attribute. |
entity_type - String
|
The type of entity that defines the attribute. |
input_type - String
|
The frontend input type of the attribute. |
storefront_properties - StorefrontProperties
|
Details about the storefront properties configured for the attribute. |
Example
{
"attribute_code": "abc123",
"attribute_options": [AttributeOption],
"attribute_type": "xyz789",
"entity_type": "abc123",
"input_type": "abc123",
"storefront_properties": StorefrontProperties
}
AttributeEntityTypeEnum
Description
List of all entity types. Populated by the modules introducing EAV entities.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"CATALOG_PRODUCT"
AttributeFilterInput
Description
An input object that specifies the filters used for attributes.
Fields
Input Field | Description |
---|---|
is_comparable - Boolean
|
Whether a product or category attribute can be compared against another or not. |
is_filterable - Boolean
|
Whether a product or category attribute can be filtered or not. |
is_filterable_in_search - Boolean
|
Whether a product or category attribute can be filtered in search or not. |
is_html_allowed_on_front - Boolean
|
Whether a product or category attribute can use HTML on front or not. |
is_searchable - Boolean
|
Whether a product or category attribute can be searched or not. |
is_used_for_customer_segment - Boolean
|
Whether a customer or customer address attribute is used for customer segment or not. |
is_used_for_price_rules - Boolean
|
Whether a product or category attribute can be used for price rules or not. |
is_used_for_promo_rules - Boolean
|
Whether a product or category attribute is used for promo rules or not. |
is_visible_in_advanced_search - Boolean
|
Whether a product or category attribute is visible in advanced search or not. |
is_visible_on_front - Boolean
|
Whether a product or category attribute is visible on front or not. |
is_wysiwyg_enabled - Boolean
|
Whether a product or category attribute has WYSIWYG enabled or not. |
used_in_product_listing - Boolean
|
Whether a product or category attribute is used in product listing or not. |
Example
{
"is_comparable": false,
"is_filterable": true,
"is_filterable_in_search": false,
"is_html_allowed_on_front": true,
"is_searchable": true,
"is_used_for_customer_segment": true,
"is_used_for_price_rules": false,
"is_used_for_promo_rules": true,
"is_visible_in_advanced_search": false,
"is_visible_on_front": true,
"is_wysiwyg_enabled": true,
"used_in_product_listing": false
}
AttributeFrontendInputEnum
Description
EAV attribute frontend input types.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"BOOLEAN"
AttributeInput
Description
Defines the attribute characteristics to search for the attribute_code
and entity_type
to search.
Example
{
"attribute_code": "xyz789",
"entity_type": "xyz789"
}
AttributeInputSelectedOption
Description
Specifies selected option for a select or multiselect attribute value.
Fields
Input Field | Description |
---|---|
value - String!
|
The attribute option value. |
Example
{"value": "xyz789"}
AttributeMetadata
Description
Base EAV implementation of CustomAttributeMetadataInterface.
Fields
Field Name | Description |
---|---|
code - ID!
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
default_value - String
|
Default attribute value. |
entity_type - AttributeEntityTypeEnum!
|
The type of entity that defines the attribute. |
frontend_class - String
|
The frontend class of the attribute. |
frontend_input - AttributeFrontendInputEnum
|
The frontend input type of the attribute. |
is_required - Boolean!
|
Whether the attribute value is required. |
is_unique - Boolean!
|
Whether the attribute value must be unique. |
label - String
|
The label assigned to the attribute. |
options - [CustomAttributeOptionInterface]!
|
Attribute options. |
Example
{
"code": 4,
"default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"is_required": true,
"is_unique": true,
"label": "xyz789",
"options": [CustomAttributeOptionInterface]
}
AttributeMetadataError
Description
Attribute metadata retrieval error.
Fields
Field Name | Description |
---|---|
message - String!
|
Attribute metadata retrieval error message. |
type - AttributeMetadataErrorType!
|
Attribute metadata retrieval error type. |
Example
{
"message": "xyz789",
"type": "ENTITY_NOT_FOUND"
}
AttributeMetadataErrorType
Description
Attribute metadata retrieval error types.
Values
Enum Value | Description |
---|---|
|
The requested entity was not found. |
|
The requested attribute was not found. |
|
The filter cannot be applied as it does not belong to the entity |
|
Not categorized error, see the error message. |
Example
"ENTITY_NOT_FOUND"
AttributeOption
AttributeOptionMetadata
Description
Base EAV implementation of CustomAttributeOptionInterface.
Example
{
"is_default": false,
"label": "abc123",
"value": "xyz789"
}
AttributeSelectedOption
AttributeSelectedOptionInterface
AttributeSelectedOptions
Fields
Field Name | Description |
---|---|
code - ID!
|
The attribute code. |
selected_options - [AttributeSelectedOptionInterface]!
|
Example
{
"code": "4",
"selected_options": [AttributeSelectedOptionInterface]
}
AttributeValue
AttributeValueInput
Description
Specifies the value for attribute.
Fields
Input Field | Description |
---|---|
attribute_code - String!
|
The code of the attribute. |
selected_options - [AttributeInputSelectedOption]
|
An array containing selected options for a select or multiselect attribute. |
value - String
|
The value assigned to the attribute. |
Example
{
"attribute_code": "abc123",
"selected_options": [AttributeInputSelectedOption],
"value": "abc123"
}
AttributeValueInterface
Fields
Field Name | Description |
---|---|
code - ID!
|
The attribute code. |
Possible Types
AttributeValueInterface Types |
---|
Example
{"code": 4}
AttributesFormOutput
Description
Metadata of EAV attributes associated to form
Fields
Field Name | Description |
---|---|
errors - [AttributeMetadataError]!
|
Errors of retrieving certain attributes metadata. |
items - [CustomAttributeMetadataInterface]!
|
Requested attributes metadata. |
Example
{
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
AttributesMetadataOutput
Description
Metadata of EAV attributes.
Fields
Field Name | Description |
---|---|
errors - [AttributeMetadataError]!
|
Errors of retrieving certain attributes metadata. |
items - [CustomAttributeMetadataInterface]!
|
Requested attributes metadata. |
Example
{
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
AvailableCurrency
Description
Defines the code and symbol of a currency that can be used for purchase orders.
Fields
Field Name | Description |
---|---|
code - CurrencyEnum!
|
3-letter currency code, for example USD. |
symbol - String!
|
Currency symbol, for example $. |
Example
{"code": "AFN", "symbol": "xyz789"}
AvailablePaymentMethod
Description
Describes a payment method that the shopper can use to pay for the order.
Example
{
"code": "abc123",
"is_deferred": false,
"title": "xyz789"
}
AvailableShippingMethod
Description
Contains details about the possible shipping methods and carriers.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The cost of shipping using this shipping method. |
available - Boolean!
|
Indicates whether this shipping method can be applied to the cart. |
base_amount - Money
|
The field should not be used on the storefront. |
carrier_code - String!
|
A string that identifies a commercial carrier or an offline shipping method. |
carrier_title - String!
|
The label for the carrier code. |
error_message - String
|
Describes an error condition. |
method_code - String
|
A shipping method code associated with a carrier. The value could be null if no method is available. |
method_title - String
|
The label for the shipping method code. The value could be null if no method is available. |
price_excl_tax - Money!
|
The cost of shipping using this shipping method, excluding tax. |
price_incl_tax - Money!
|
The cost of shipping using this shipping method, including tax. |
Example
{
"amount": Money,
"available": false,
"base_amount": Money,
"carrier_code": "xyz789",
"carrier_title": "abc123",
"error_message": "abc123",
"method_code": "abc123",
"method_title": "xyz789",
"price_excl_tax": Money,
"price_incl_tax": Money
}
BatchMutationStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"SUCCESS"
BillingAddressInput
Description
Defines the billing address.
Fields
Input Field | Description |
---|---|
address - CartAddressInput
|
Defines a billing address. |
customer_address_id - Int
|
An ID from the customer's address book that uniquely identifies the address to be used for billing. |
same_as_shipping - Boolean
|
Indicates whether to set the billing address to be the same as the existing shipping address on the cart. |
use_for_shipping - Boolean
|
Indicates whether to set the shipping address to be the same as this billing address. |
Example
{
"address": CartAddressInput,
"customer_address_id": 987,
"same_as_shipping": false,
"use_for_shipping": false
}
BillingCartAddress
Description
Contains details about the billing address.
Fields
Field Name | Description |
---|---|
city - String!
|
The city specified for the billing or shipping address. |
company - String
|
The company specified for the billing or shipping address. |
country - CartAddressCountry!
|
An object containing the country label and code. |
custom_attributes - [AttributeValueInterface]!
|
The custom attribute values of the billing or shipping address. |
customer_notes - String
|
The field is used only in shipping address. |
fax - String
|
The customer's fax number. |
firstname - String!
|
The first name of the customer or guest. |
lastname - String!
|
The last name of the customer or guest. |
middlename - String
|
The middle name of the person associated with the billing/shipping address. |
postcode - String
|
The ZIP or postal code of the billing or shipping address. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - CartAddressRegion
|
An object containing the region label and code. |
street - [String]!
|
An array containing the street for the billing or shipping address. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The telephone number for the billing or shipping address. |
uid - String!
|
The unique id of the customer address. |
vat_id - String
|
The VAT company number for billing or shipping address. |
Example
{
"city": "xyz789",
"company": "abc123",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
"customer_notes": "abc123",
"fax": "xyz789",
"firstname": "abc123",
"lastname": "abc123",
"middlename": "xyz789",
"postcode": "xyz789",
"prefix": "xyz789",
"region": CartAddressRegion,
"street": ["xyz789"],
"suffix": "xyz789",
"telephone": "xyz789",
"uid": "xyz789",
"vat_id": "xyz789"
}
Boolean
Description
The Boolean
scalar type represents true
or false
.
BraintreeCcVaultInput
BraintreeInput
Fields
Input Field | Description |
---|---|
device_data - String
|
Contains a fingerprint provided by Braintree JS SDK and should be sent with sale transaction details to the Braintree payment gateway. |
is_active_payment_token_enabler - Boolean!
|
States whether the payment details (Credit/Debit Card, PayPal Account) entered by a customer should be tokenized for later usage. Required only if Vault is enabled for the relevant Braintree payment integration. |
payment_method_nonce - String!
|
The one-time payment token generated by Braintree payment gateway based on payment details (Card, PayPal). Required field to make sale transaction. |
Example
{
"device_data": "abc123",
"is_active_payment_token_enabler": false,
"payment_method_nonce": "abc123"
}
BraintreeVaultInput
Breadcrumb
Description
Contains details about an individual category that comprises a breadcrumb.
Fields
Field Name | Description |
---|---|
category_id - Int
|
The ID of the category. Use category_uid instead.
|
category_level - Int
|
The category level. |
category_name - String
|
The display name of the category. |
category_uid - ID!
|
The unique ID for a Breadcrumb object. |
category_url_key - String
|
The URL key of the category. |
category_url_path - String
|
The URL path of the category. |
Example
{
"category_id": 123,
"category_level": 987,
"category_name": "xyz789",
"category_uid": "4",
"category_url_key": "abc123",
"category_url_path": "xyz789"
}
BundleCartItem
Description
An implementation for bundle product cart items.
Fields
Field Name | Description |
---|---|
available_gift_wrapping - [GiftWrapping]!
|
The list of available gift wrapping options for the cart item. |
bundle_options - [SelectedBundleOption]!
|
An array containing the bundle options the shopper selected. |
customizable_options - [SelectedCustomizableOption]!
|
An array containing the customizable options the shopper selected. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
gift_message - GiftMessage
|
The entered gift message for the cart item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the cart item. |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"available_gift_wrapping": [GiftWrapping],
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "abc123",
"is_available": true,
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 987.65,
"uid": 4
}
BundleCreditMemoItem
Description
Defines bundle product options for CreditMemoItemInterface
.
Fields
Field Name | Description |
---|---|
bundle_options - [ItemSelectedBundleOption]
|
A list of bundle options that are assigned to a bundle product that is part of a credit memo. |
discounts - [Discount]
|
Details about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for a CreditMemoItemInterface object. |
order_item - OrderItemInterface
|
The order item the credit memo is applied to. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_refunded - Float
|
The number of refunded items. |
Example
{
"bundle_options": [ItemSelectedBundleOption],
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 987.65
}
BundleInvoiceItem
Description
Defines bundle product options for InvoiceItemInterface
.
Fields
Field Name | Description |
---|---|
bundle_options - [ItemSelectedBundleOption]
|
A list of bundle options that are assigned to an invoiced bundle product. |
discounts - [Discount]
|
Information about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for an InvoiceItemInterface object. |
order_item - OrderItemInterface
|
Details about an individual order item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_invoiced - Float
|
The number of invoiced items. |
Example
{
"bundle_options": [ItemSelectedBundleOption],
"discounts": [Discount],
"id": "4",
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "abc123",
"quantity_invoiced": 123.45
}
BundleItem
Description
Defines an individual item within a bundle product.
Fields
Field Name | Description |
---|---|
option_id - Int
|
An ID assigned to each type of item in a bundle product. Use uid instead
|
options - [BundleItemOption]
|
An array of additional options for this bundle item. |
position - Int
|
A number indicating the sequence order of this item compared to the other bundle items. |
price_range - PriceRange!
|
The range of prices for the product |
required - Boolean
|
Indicates whether the item must be included in the bundle. |
sku - String
|
The SKU of the bundle product. |
title - String
|
The display name of the item. |
type - String
|
The input type that the customer uses to select the item. Examples include radio button and checkbox. |
uid - ID
|
The unique ID for a BundleItem object. |
Example
{
"option_id": 987,
"options": [BundleItemOption],
"position": 987,
"price_range": PriceRange,
"required": false,
"sku": "xyz789",
"title": "xyz789",
"type": "xyz789",
"uid": 4
}
BundleItemOption
Description
Defines the characteristics that comprise a specific bundle item and its options.
Fields
Field Name | Description |
---|---|
can_change_quantity - Boolean
|
Indicates whether the customer can change the number of items for this option. |
id - Int
|
The ID assigned to the bundled item option. Use uid instead
|
is_default - Boolean
|
Indicates whether this option is the default option. |
label - String
|
The text that identifies the bundled item option. |
position - Int
|
When a bundle item contains multiple options, the relative position of this option compared to the other options. |
price - Float
|
The price of the selected option. |
price_type - PriceTypeEnum
|
One of FIXED, PERCENT, or DYNAMIC. |
product - ProductInterface
|
Contains details about this product option. |
qty - Float
|
Indicates the quantity of this specific bundle item. Use quantity instead.
|
quantity - Float
|
The quantity of this specific bundle item. |
uid - ID!
|
The unique ID for a BundleItemOption object. |
Example
{
"can_change_quantity": false,
"id": 987,
"is_default": false,
"label": "xyz789",
"position": 987,
"price": 123.45,
"price_type": "FIXED",
"product": ProductInterface,
"qty": 123.45,
"quantity": 123.45,
"uid": 4
}
BundleOptionInput
Description
Defines the input for a bundle option.
Example
{
"id": 123,
"quantity": 987.65,
"value": ["abc123"]
}
BundleOrderItem
Description
Defines bundle product options for OrderItemInterface
.
Fields
Field Name | Description |
---|---|
bundle_options - [ItemSelectedBundleOption]
|
A list of bundle options that are assigned to the bundle product. |
discounts - [Discount]
|
The final discount information for the product. |
eligible_for_return - Boolean
|
Indicates whether the order item is eligible to be in a return request. |
entered_options - [OrderItemOption]
|
The entered option for the base product, such as a logo or image. |
gift_message - GiftMessage
|
The selected gift message for the order item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order item. |
id - ID!
|
The unique ID for an OrderItemInterface object. |
product - ProductInterface
|
The ProductInterface object, which contains details about the base product |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price of the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
product_type - String
|
The type of product, such as simple, configurable, etc. |
product_url_key - String
|
URL key of the base product. |
quantity_canceled - Float
|
The number of canceled items. |
quantity_invoiced - Float
|
The number of invoiced items. |
quantity_ordered - Float
|
The number of units ordered for this item. |
quantity_refunded - Float
|
The number of refunded items. |
quantity_returned - Float
|
The number of returned items. |
quantity_shipped - Float
|
The number of shipped items. |
selected_options - [OrderItemOption]
|
The selected options for the base product, such as color or size. |
status - String
|
The status of the order item. |
Example
{
"bundle_options": [ItemSelectedBundleOption],
"discounts": [Discount],
"eligible_for_return": false,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "4",
"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": 987.65,
"quantity_ordered": 123.45,
"quantity_refunded": 987.65,
"quantity_returned": 123.45,
"quantity_shipped": 987.65,
"selected_options": [OrderItemOption],
"status": "abc123"
}
BundleProduct
Description
Defines basic features of a bundle product and contains multiple BundleItems.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
dynamic_price - Boolean
|
Indicates whether the bundle product has a dynamic price. |
dynamic_sku - Boolean
|
Indicates whether the bundle product has a dynamic SKU. |
dynamic_weight - Boolean
|
Indicates whether the bundle product has a dynamically calculated weight. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
items - [BundleItem]
|
An array containing information about individual bundle items. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_details - PriceDetails
|
The price details of the main product |
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
price_view - PriceViewEnum
|
One of PRICE_RANGE or AS_LOW_AS. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
ship_bundle_items - ShipBundleItemsEnum
|
Indicates whether to ship bundle items together or individually. |
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
weight - Float
|
The weight of the item, in units defined by the store. |
Example
{
"activity": "xyz789",
"attribute_set_id": 123,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
"climate": "abc123",
"collar": "xyz789",
"color": 123,
"country_of_manufacture": "abc123",
"created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"dynamic_price": false,
"dynamic_sku": true,
"dynamic_weight": false,
"eco_collection": 987,
"erin_recommends": 123,
"features_bags": "xyz789",
"format": 123,
"gender": "xyz789",
"gift_message_available": "abc123",
"id": 987,
"image": ProductImage,
"is_returnable": "xyz789",
"items": [BundleItem],
"manufacturer": 123,
"material": "abc123",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
"meta_keyword": "xyz789",
"meta_title": "xyz789",
"name": "xyz789",
"new": 987,
"new_from_date": "abc123",
"new_to_date": "abc123",
"only_x_left_in_stock": 123.45,
"options": [CustomizableOptionInterface],
"options_container": "abc123",
"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,
"rating_summary": 987.65,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 987,
"reviews": ProductReviews,
"sale": 123,
"ship_bundle_items": "TOGETHER",
"short_description": ComplexTextValue,
"size": 123,
"sku": "abc123",
"sleeve": "xyz789",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "abc123",
"style_bags": "abc123",
"style_bottom": "xyz789",
"style_general": "xyz789",
"swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "abc123",
"uid": "4",
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"websites": [Website],
"weight": 987.65
}
BundleProductCartItemInput
Description
Defines a single bundle product.
Fields
Input Field | Description |
---|---|
bundle_options - [BundleOptionInput]!
|
A mandatory array of options for the bundle product, including each chosen option and specified quantity. |
customizable_options - [CustomizableOptionInput]
|
The ID and value of the option. |
data - CartItemInput!
|
The quantity and SKU of the bundle product. |
Example
{
"bundle_options": [BundleOptionInput],
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput
}
BundleRequisitionListItem
Description
Contains details about bundle products added to a requisition list.
Fields
Field Name | Description |
---|---|
bundle_options - [SelectedBundleOption]!
|
An array of selected options for a bundle product. |
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The quantity of the product added to the requisition list. |
uid - ID!
|
The unique ID of an item in a requisition list. |
Example
{
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 987.65,
"uid": 4
}
BundleShipmentItem
Description
Defines bundle product options for ShipmentItemInterface
.
Fields
Field Name | Description |
---|---|
bundle_options - [ItemSelectedBundleOption]
|
A list of bundle options that are assigned to a shipped product. |
id - ID!
|
The unique ID for a ShipmentItemInterface object. |
order_item - OrderItemInterface
|
The order item associated with the shipment item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product. |
product_sku - String!
|
The SKU of the base product. |
quantity_shipped - Float!
|
The number of shipped items. |
Example
{
"bundle_options": [ItemSelectedBundleOption],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_shipped": 987.65
}
BundleWishlistItem
Description
Defines bundle product options for WishlistItemInterface
.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
bundle_options - [SelectedBundleOption]
|
An array containing information about the selected bundle items. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "abc123",
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"description": "xyz789",
"id": 4,
"product": ProductInterface,
"quantity": 987.65
}
ButtonStyles
Fields
Field Name | Description |
---|---|
color - String
|
Color option |
height - Int
|
Button height |
label - String
|
Button label |
layout - String
|
Determines the button layout |
shape - String
|
Shape option |
tagline - Boolean
|
Indicates whether to display the tagline |
use_default_height - Boolean
|
If false, the button height will be used |
Example
{
"color": "abc123",
"height": 123,
"label": "abc123",
"layout": "abc123",
"shape": "abc123",
"tagline": true,
"use_default_height": true
}
CancelOrderInput
CancelOrderOutput
Description
Contains the updated customer order and error message if any.
Fields
Field Name | Description |
---|---|
error - String
|
Error encountered while cancelling the order. |
order - CustomerOrder
|
Updated customer order. |
Example
{
"error": "abc123",
"order": CustomerOrder
}
CancellationReason
Fields
Field Name | Description |
---|---|
description - String!
|
Example
{"description": "xyz789"}
Card
Example
{
"bin_details": CardBin,
"card_expiry_month": "xyz789",
"card_expiry_year": "xyz789",
"last_digits": "xyz789",
"name": "xyz789"
}
CardBin
Fields
Field Name | Description |
---|---|
bin - String
|
Card bin number |
Example
{"bin": "xyz789"}
Cart
Description
Contains the contents and other details about a guest or customer cart.
Fields
Field Name | Description |
---|---|
applied_coupon - AppliedCoupon
|
Use applied_coupons instead.
|
applied_coupons - [AppliedCoupon]
|
An array of AppliedCoupon objects. Each object contains the code text attribute, which specifies the coupon code. |
applied_gift_cards - [AppliedGiftCard]
|
An array of gift card items applied to the cart. |
applied_reward_points - RewardPointsAmount
|
The amount of reward points applied to the cart. |
applied_store_credit - AppliedStoreCredit
|
Store credit information applied to the cart. |
available_gift_wrappings - [GiftWrapping]!
|
The list of available gift wrapping options for the cart. |
available_payment_methods - [AvailablePaymentMethod]
|
An array of available payment methods. |
billing_address - BillingCartAddress
|
The billing address assigned to the cart. |
email - String
|
The email address of the guest or customer. |
gift_message - GiftMessage
|
The entered gift message for the cart |
gift_receipt_included - Boolean!
|
Indicates whether the shopper requested gift receipt for the cart. |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the cart. |
id - ID!
|
The unique ID for a Cart object. |
is_virtual - Boolean!
|
Indicates whether the cart contains only virtual products. |
items - [CartItemInterface]
|
An array of products that have been added to the cart. Use itemsV2 instead.
|
itemsV2 - CartItems
|
|
Arguments |
|
prices - CartPrices
|
Pricing details for the quote. |
printed_card_included - Boolean!
|
Indicates whether the shopper requested a printed card for the cart. |
selected_payment_method - SelectedPaymentMethod
|
Indicates which payment method was applied to the cart. |
shipping_addresses - [ShippingCartAddress]!
|
An array of shipping addresses assigned to the cart. |
total_quantity - Float!
|
The total number of items in the cart. |
Example
{
"applied_coupon": AppliedCoupon,
"applied_coupons": [AppliedCoupon],
"applied_gift_cards": [AppliedGiftCard],
"applied_reward_points": RewardPointsAmount,
"applied_store_credit": AppliedStoreCredit,
"available_gift_wrappings": [GiftWrapping],
"available_payment_methods": [AvailablePaymentMethod],
"billing_address": BillingCartAddress,
"email": "xyz789",
"gift_message": GiftMessage,
"gift_receipt_included": false,
"gift_wrapping": GiftWrapping,
"id": 4,
"is_virtual": false,
"items": [CartItemInterface],
"itemsV2": CartItems,
"prices": CartPrices,
"printed_card_included": false,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [ShippingCartAddress],
"total_quantity": 123.45
}
CartAddressCountry
CartAddressInput
Description
Defines the billing or shipping address to be applied to the cart.
Fields
Input Field | Description |
---|---|
city - String!
|
The city specified for the billing or shipping address. |
company - String
|
The company specified for the billing or shipping address. |
country_code - String!
|
The country code and label for the billing or shipping address. |
custom_attributes - [AttributeValueInput]
|
The custom attribute values of the billing or shipping address. |
fax - String
|
The customer's fax number. |
firstname - String!
|
The first name of the customer or guest. |
lastname - String!
|
The last name of the customer or guest. |
middlename - String
|
The middle name of the person associated with the billing/shipping address. |
postcode - String
|
The ZIP or postal code of the billing or shipping address. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - String
|
A string that defines the state or province of the billing or shipping address. |
region_id - Int
|
An integer that defines the state or province of the billing or shipping address. |
save_in_address_book - Boolean
|
Determines whether to save the address in the customer's address book. The default value is true. |
street - [String]!
|
An array containing the street for the billing or shipping address. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The telephone number for the billing or shipping address. |
vat_id - String
|
The VAT company number for billing or shipping address. |
Example
{
"city": "abc123",
"company": "abc123",
"country_code": "abc123",
"custom_attributes": [AttributeValueInput],
"fax": "xyz789",
"firstname": "abc123",
"lastname": "abc123",
"middlename": "xyz789",
"postcode": "abc123",
"prefix": "abc123",
"region": "xyz789",
"region_id": 987,
"save_in_address_book": false,
"street": ["xyz789"],
"suffix": "abc123",
"telephone": "abc123",
"vat_id": "xyz789"
}
CartAddressInterface
Fields
Field Name | Description |
---|---|
city - String!
|
The city specified for the billing or shipping address. |
company - String
|
The company specified for the billing or shipping address. |
country - CartAddressCountry!
|
An object containing the country label and code. |
custom_attributes - [AttributeValueInterface]!
|
The custom attribute values of the billing or shipping address. |
fax - String
|
The customer's fax number. |
firstname - String!
|
The first name of the customer or guest. |
lastname - String!
|
The last name of the customer or guest. |
middlename - String
|
The middle name of the person associated with the billing/shipping address. |
postcode - String
|
The ZIP or postal code of the billing or shipping address. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - CartAddressRegion
|
An object containing the region label and code. |
street - [String]!
|
An array containing the street for the billing or shipping address. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The telephone number for the billing or shipping address. |
uid - String!
|
The unique id of the customer address. |
vat_id - String
|
The VAT company number for billing or shipping address. |
Possible Types
CartAddressInterface Types |
---|
Example
{
"city": "xyz789",
"company": "xyz789",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
"fax": "abc123",
"firstname": "abc123",
"lastname": "xyz789",
"middlename": "abc123",
"postcode": "abc123",
"prefix": "abc123",
"region": CartAddressRegion,
"street": ["xyz789"],
"suffix": "abc123",
"telephone": "abc123",
"uid": "abc123",
"vat_id": "xyz789"
}
CartAddressRegion
Description
Contains details about the region in a billing or shipping address.
Example
{
"code": "abc123",
"label": "xyz789",
"region_id": 123
}
CartDiscount
CartDiscountType
Values
Enum Value | Description |
---|---|
|
|
|
Example
"ITEM"
CartItemError
Fields
Field Name | Description |
---|---|
code - CartItemErrorType!
|
An error code that describes the error encountered |
message - String!
|
A localized error message |
Example
{"code": "UNDEFINED", "message": "xyz789"}
CartItemErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"UNDEFINED"
CartItemInput
Description
Defines an item to be added to the cart.
Fields
Input Field | Description |
---|---|
entered_options - [EnteredOptionInput]
|
An array of entered options for the base product, such as personalization text. |
parent_sku - String
|
For a child product, the SKU of its parent product. |
quantity - Float!
|
The amount or number of an item to add. |
selected_options - [ID]
|
The selected options for the base product, such as color or size, using the unique ID for an object such as CustomizableRadioOption , CustomizableDropDownOption , or ConfigurableProductOptionsValues . |
sku - String!
|
The SKU of the product. |
Example
{
"entered_options": [EnteredOptionInput],
"parent_sku": "xyz789",
"quantity": 123.45,
"selected_options": [4],
"sku": "xyz789"
}
CartItemInterface
Description
An interface for products in a cart.
Fields
Field Name | Description |
---|---|
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Possible Types
CartItemInterface Types |
---|
Example
{
"discount": [Discount],
"errors": [CartItemError],
"id": "xyz789",
"is_available": true,
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 123.45,
"uid": 4
}
CartItemPrices
Description
Contains details about the price of the item, including taxes and discounts.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
An array of discounts to be applied to the cart item. |
fixed_product_taxes - [FixedProductTax]
|
An array of FPTs applied to the cart item. |
price - Money!
|
The price of the item before any discounts were applied. The price that might include tax, depending on the configured display settings for cart. |
price_including_tax - Money!
|
The price of the item before any discounts were applied. The price that might include tax, depending on the configured display settings for cart. |
row_total - Money!
|
The value of the price multiplied by the quantity of the item. |
row_total_including_tax - Money!
|
The value of row_total plus the tax applied to the item. |
total_item_discount - Money
|
The total of all discounts applied to the item. |
Example
{
"discounts": [Discount],
"fixed_product_taxes": [FixedProductTax],
"price": Money,
"price_including_tax": Money,
"row_total": Money,
"row_total_including_tax": Money,
"total_item_discount": Money
}
CartItemQuantity
Description
Deprecated: The ShippingCartAddress.cart_items
field now returns CartItemInterface
.
Example
{"cart_item_id": 987, "quantity": 987.65}
CartItemSelectedOptionValuePrice
Description
Contains details about the price of a selected customizable value.
Fields
Field Name | Description |
---|---|
type - PriceTypeEnum!
|
Indicates whether the price type is fixed, percent, or dynamic. |
units - String!
|
A string that describes the unit of the value. |
value - Float!
|
A price value. |
Example
{
"type": "FIXED",
"units": "xyz789",
"value": 987.65
}
CartItemUpdateInput
Description
A single item to be updated.
Fields
Input Field | Description |
---|---|
cart_item_id - Int
|
Deprecated. Use cart_item_uid instead. |
cart_item_uid - ID
|
The unique ID for a CartItemInterface object. |
customizable_options - [CustomizableOptionInput]
|
An array that defines customizable options for the product. |
gift_message - GiftMessageInput
|
Gift message details for the cart item |
gift_wrapping_id - ID
|
The unique ID for a GiftWrapping object to be used for the cart item. |
quantity - Float
|
The new quantity of the item. |
Example
{
"cart_item_id": 123,
"cart_item_uid": "4",
"customizable_options": [CustomizableOptionInput],
"gift_message": GiftMessageInput,
"gift_wrapping_id": 4,
"quantity": 123.45
}
CartItems
Fields
Field Name | Description |
---|---|
items - [CartItemInterface]!
|
An array of products that have been added to the cart. |
page_info - SearchResultPageInfo
|
Metadata for pagination rendering. |
total_count - Int!
|
The number of returned cart items. |
Example
{
"items": [CartItemInterface],
"page_info": SearchResultPageInfo,
"total_count": 123
}
CartPrices
Description
Contains details about the final price of items in the cart, including discount and tax information.
Fields
Field Name | Description |
---|---|
applied_taxes - [CartTaxItem]
|
An array containing the names and amounts of taxes applied to each item in the cart. |
discount - CartDiscount
|
Use discounts instead. |
discounts - [Discount]
|
An array containing cart rule discounts, store credit and gift cards applied to the cart. |
gift_options - GiftOptionsPrices
|
The list of prices for the selected gift options. |
grand_total - Money
|
The total, including discounts, taxes, shipping, and other fees. |
subtotal_excluding_tax - Money
|
The subtotal without any applied taxes. |
subtotal_including_tax - Money
|
The subtotal including any applied taxes. |
subtotal_with_discount_excluding_tax - Money
|
The subtotal with any discounts applied, but not taxes. |
Example
{
"applied_taxes": [CartTaxItem],
"discount": CartDiscount,
"discounts": [Discount],
"gift_options": GiftOptionsPrices,
"grand_total": Money,
"subtotal_excluding_tax": Money,
"subtotal_including_tax": Money,
"subtotal_with_discount_excluding_tax": Money
}
CartTaxItem
CartUserInputError
Description
An error encountered while adding an item to the the cart.
Fields
Field Name | Description |
---|---|
code - CartUserInputErrorType!
|
A cart-specific error code. |
message - String!
|
A localized error message. |
Example
{
"code": "PRODUCT_NOT_FOUND",
"message": "abc123"
}
CartUserInputErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"PRODUCT_NOT_FOUND"
CatalogAttributeApplyToEnum
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"SIMPLE"
CatalogAttributeMetadata
Description
Swatch attribute metadata.
Fields
Field Name | Description |
---|---|
apply_to - [CatalogAttributeApplyToEnum]
|
To which catalog types an attribute can be applied. |
code - ID!
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
default_value - String
|
Default attribute value. |
entity_type - AttributeEntityTypeEnum!
|
The type of entity that defines the attribute. |
frontend_class - String
|
The frontend class of the attribute. |
frontend_input - AttributeFrontendInputEnum
|
The frontend input type of the attribute. |
is_comparable - Boolean
|
Whether a product or category attribute can be compared against another or not. |
is_filterable - Boolean
|
Whether a product or category attribute can be filtered or not. |
is_filterable_in_search - Boolean
|
Whether a product or category attribute can be filtered in search or not. |
is_html_allowed_on_front - Boolean
|
Whether a product or category attribute can use HTML on front or not. |
is_required - Boolean!
|
Whether the attribute value is required. |
is_searchable - Boolean
|
Whether a product or category attribute can be searched or not. |
is_unique - Boolean!
|
Whether the attribute value must be unique. |
is_used_for_price_rules - Boolean
|
Whether a product or category attribute can be used for price rules or not. |
is_used_for_promo_rules - Boolean
|
Whether a product or category attribute is used for promo rules or not. |
is_visible_in_advanced_search - Boolean
|
Whether a product or category attribute is visible in advanced search or not. |
is_visible_on_front - Boolean
|
Whether a product or category attribute is visible on front or not. |
is_wysiwyg_enabled - Boolean
|
Whether a product or category attribute has WYSIWYG enabled or not. |
label - String
|
The label assigned to the attribute. |
options - [CustomAttributeOptionInterface]!
|
Attribute options. |
swatch_input_type - SwatchInputTypeEnum
|
Input type of the swatch attribute option. |
update_product_preview_image - Boolean
|
Whether update product preview image or not. |
use_product_image_for_swatch - Boolean
|
Whether use product image for swatch or not. |
used_in_product_listing - Boolean
|
Whether a product or category attribute is used in product listing or not. |
Example
{
"apply_to": ["SIMPLE"],
"code": 4,
"default_value": "abc123",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"is_comparable": true,
"is_filterable": true,
"is_filterable_in_search": true,
"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": false,
"is_visible_in_advanced_search": false,
"is_visible_on_front": true,
"is_wysiwyg_enabled": false,
"label": "abc123",
"options": [CustomAttributeOptionInterface],
"swatch_input_type": "BOOLEAN",
"update_product_preview_image": false,
"use_product_image_for_swatch": false,
"used_in_product_listing": true
}
CategoryFilterInput
Description
Defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
Fields
Input Field | Description |
---|---|
category_uid - FilterEqualTypeInput
|
Filter by the unique category ID for a CategoryInterface object. |
ids - FilterEqualTypeInput
|
Deprecated: use 'category_uid' to filter uniquely identifiers of categories. |
name - FilterMatchTypeInput
|
Filter by the display name of the category. |
parent_category_uid - FilterEqualTypeInput
|
Filter by the unique parent category ID for a CategoryInterface object. |
parent_id - FilterEqualTypeInput
|
Filter by the unique parent category ID for a CategoryInterface object. |
url_key - FilterEqualTypeInput
|
Filter by the part of the URL that identifies the category. |
url_path - FilterEqualTypeInput
|
Filter by the URL path for the category. |
Example
{
"category_uid": FilterEqualTypeInput,
"ids": FilterEqualTypeInput,
"name": FilterMatchTypeInput,
"parent_category_uid": FilterEqualTypeInput,
"parent_id": FilterEqualTypeInput,
"url_key": FilterEqualTypeInput,
"url_path": FilterEqualTypeInput
}
CategoryInterface
Description
Contains the full set of attributes that can be returned in a category search.
Fields
Field Name | Description |
---|---|
automatic_sorting - String
|
|
available_sort_by - [String]
|
|
breadcrumbs - [Breadcrumb]
|
An array of breadcrumb items. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled. |
children_count - String
|
|
cms_block - CmsBlock
|
Contains a category CMS block. |
created_at - String
|
The timestamp indicating when the category was created. The field should not be used on the storefront. |
custom_layout_update_file - String
|
|
default_sort_by - String
|
The attribute to use for sorting. |
description - String
|
An optional description of the category. |
display_mode - String
|
|
filter_price_range - Float
|
|
id - Int
|
An ID that uniquely identifies the category. Use uid instead.
|
image - String
|
|
include_in_menu - Int
|
|
is_anchor - Int
|
|
landing_page - Int
|
|
level - Int
|
The depth of the category within the tree. |
meta_description - String
|
|
meta_keywords - String
|
|
meta_title - String
|
|
name - String
|
The display name of the category. |
path - String
|
The full category path. |
path_in_store - String
|
The category path within the store. |
position - Int
|
The position of the category relative to other categories at the same level in tree. |
product_count - Int
|
The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not. |
products - CategoryProducts
|
The list of products assigned to the category. |
Arguments
|
|
staged - Boolean!
|
Indicates whether the category is staged for a future campaign. |
uid - ID!
|
The unique ID for a CategoryInterface object. |
updated_at - String
|
The timestamp indicating when the category was updated. The field should not be used on the storefront. |
url_key - String
|
The URL key assigned to the category. |
url_path - String
|
The URL path assigned to the category. |
url_suffix - String
|
The part of the category URL that is appended after the url key |
Possible Types
CategoryInterface Types |
---|
Example
{
"automatic_sorting": "abc123",
"available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "abc123",
"children_count": "abc123",
"cms_block": CmsBlock,
"created_at": "abc123",
"custom_layout_update_file": "xyz789",
"default_sort_by": "xyz789",
"description": "abc123",
"display_mode": "xyz789",
"filter_price_range": 987.65,
"id": 987,
"image": "xyz789",
"include_in_menu": 123,
"is_anchor": 123,
"landing_page": 987,
"level": 123,
"meta_description": "xyz789",
"meta_keywords": "xyz789",
"meta_title": "abc123",
"name": "abc123",
"path": "xyz789",
"path_in_store": "xyz789",
"position": 987,
"product_count": 987,
"products": CategoryProducts,
"staged": false,
"uid": 4,
"updated_at": "xyz789",
"url_key": "abc123",
"url_path": "abc123",
"url_suffix": "abc123"
}
CategoryProducts
Description
Contains details about the products assigned to a category.
Fields
Field Name | Description |
---|---|
items - [ProductInterface]
|
An array of products that are assigned to the category. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_count - Int
|
The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not. |
Example
{
"items": [ProductInterface],
"page_info": SearchResultPageInfo,
"total_count": 123
}
CategoryResult
Description
Contains a collection of CategoryTree
objects and pagination information.
Fields
Field Name | Description |
---|---|
items - [CategoryTree]
|
A list of categories that match the filter criteria. |
page_info - SearchResultPageInfo
|
An object that includes the page_info and currentPage values specified in the query. |
total_count - Int
|
The total number of categories that match the criteria. |
Example
{
"items": [CategoryTree],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CategoryTree
Description
Contains the hierarchy of categories.
Fields
Field Name | Description |
---|---|
automatic_sorting - String
|
|
available_sort_by - [String]
|
|
breadcrumbs - [Breadcrumb]
|
An array of breadcrumb items. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Categories' is enabled. |
children - [CategoryTree]
|
A tree of child categories. |
children_count - String
|
|
cms_block - CmsBlock
|
Contains a category CMS block. |
created_at - String
|
The timestamp indicating when the category was created. The field should not be used on the storefront. |
custom_layout_update_file - String
|
|
default_sort_by - String
|
The attribute to use for sorting. |
description - String
|
An optional description of the category. |
display_mode - String
|
|
filter_price_range - Float
|
|
id - Int
|
An ID that uniquely identifies the category. Use uid instead.
|
image - String
|
|
include_in_menu - Int
|
|
is_anchor - Int
|
|
landing_page - Int
|
|
level - Int
|
The depth of the category within the tree. |
meta_description - String
|
|
meta_keywords - String
|
|
meta_title - String
|
|
name - String
|
The display name of the category. |
path - String
|
The full category path. |
path_in_store - String
|
The category path within the store. |
position - Int
|
The position of the category relative to other categories at the same level in tree. |
product_count - Int
|
The number of products in the category that are marked as visible. By default, in complex products, parent products are visible, but their child products are not. |
products - CategoryProducts
|
The list of products assigned to the category. |
Arguments
|
|
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
staged - Boolean!
|
Indicates whether the category is staged for a future campaign. |
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
uid - ID!
|
The unique ID for a CategoryInterface object. |
updated_at - String
|
The timestamp indicating when the category was updated. The field should not be used on the storefront. |
url_key - String
|
The URL key assigned to the category. |
url_path - String
|
The URL path assigned to the category. |
url_suffix - String
|
The part of the category URL that is appended after the url key |
Example
{
"automatic_sorting": "xyz789",
"available_sort_by": ["xyz789"],
"breadcrumbs": [Breadcrumb],
"canonical_url": "xyz789",
"children": [CategoryTree],
"children_count": "abc123",
"cms_block": CmsBlock,
"created_at": "xyz789",
"custom_layout_update_file": "abc123",
"default_sort_by": "abc123",
"description": "xyz789",
"display_mode": "abc123",
"filter_price_range": 987.65,
"id": 123,
"image": "xyz789",
"include_in_menu": 123,
"is_anchor": 123,
"landing_page": 987,
"level": 123,
"meta_description": "xyz789",
"meta_keywords": "xyz789",
"meta_title": "xyz789",
"name": "xyz789",
"path": "xyz789",
"path_in_store": "abc123",
"position": 123,
"product_count": 987,
"products": CategoryProducts,
"redirect_code": 123,
"relative_url": "xyz789",
"staged": true,
"type": "CMS_PAGE",
"uid": "4",
"updated_at": "abc123",
"url_key": "abc123",
"url_path": "abc123",
"url_suffix": "xyz789"
}
CheckoutAgreement
Description
Defines details about an individual checkout agreement.
Fields
Field Name | Description |
---|---|
agreement_id - Int!
|
The ID for a checkout agreement. |
checkbox_text - String!
|
The checkbox text for the checkout agreement. |
content - String!
|
Required. The text of the agreement. |
content_height - String
|
The height of the text box where the Terms and Conditions statement appears during checkout. |
is_html - Boolean!
|
Indicates whether the content text is in HTML format. |
mode - CheckoutAgreementMode!
|
Indicates whether agreements are accepted automatically or manually. |
name - String!
|
The name given to the condition. |
Example
{
"agreement_id": 123,
"checkbox_text": "abc123",
"content": "xyz789",
"content_height": "abc123",
"is_html": false,
"mode": "AUTO",
"name": "xyz789"
}
CheckoutAgreementMode
Description
Indicates how agreements are accepted.
Values
Enum Value | Description |
---|---|
|
Conditions are automatically accepted upon checkout. |
|
Shoppers must manually accept the conditions to place an order. |
Example
"AUTO"
CheckoutUserInputError
Description
An error encountered while adding an item to the cart.
Fields
Field Name | Description |
---|---|
code - CheckoutUserInputErrorCodes!
|
An error code that is specific to Checkout. |
message - String!
|
A localized error message. |
path - [String]!
|
The path to the input field that caused an error. See the GraphQL specification about path errors for details: http://spec.graphql.org/draft/#sec-Errors |
Example
{
"code": "REORDER_NOT_AVAILABLE",
"message": "abc123",
"path": ["abc123"]
}
CheckoutUserInputErrorCodes
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"REORDER_NOT_AVAILABLE"
ClearCartError
Description
Contains details about errors encountered when a customer clear cart.
Fields
Field Name | Description |
---|---|
message - String!
|
A localized error message |
type - ClearCartErrorType!
|
A cart-specific error type. |
Example
{"message": "abc123", "type": "NOT_FOUND"}
ClearCartErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"NOT_FOUND"
ClearCartInput
Description
Assigns a specific cart_id
to the empty cart.
Fields
Input Field | Description |
---|---|
uid - ID!
|
The unique ID of a Cart object. |
Example
{"uid": "4"}
ClearCartOutput
Description
Output of the request to clear the customer cart.
Fields
Field Name | Description |
---|---|
cart - Cart
|
The cart after clear cart items. |
errors - [ClearCartError]
|
An array of errors encountered while clearing the cart item |
Example
{
"cart": Cart,
"errors": [ClearCartError]
}
ClearCustomerCartOutput
CloseNegotiableQuoteError
Types
Union Types |
---|
Example
NegotiableQuoteInvalidStateError
CloseNegotiableQuoteOperationFailure
Description
Contains details about a failed close operation on a negotiable quote.
Fields
Field Name | Description |
---|---|
errors - [CloseNegotiableQuoteError]!
|
An array of errors encountered while attempting close the negotiable quote. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{
"errors": [NegotiableQuoteInvalidStateError],
"quote_uid": "4"
}
CloseNegotiableQuoteOperationResult
Types
Union Types |
---|
Example
NegotiableQuoteUidOperationSuccess
CloseNegotiableQuotesInput
Description
Defines the negotiable quotes to mark as closed.
Fields
Input Field | Description |
---|---|
quote_uids - [ID]!
|
A list of unique IDs from NegotiableQuote objects. |
Example
{"quote_uids": ["4"]}
CloseNegotiableQuotesOutput
Description
Contains the closed negotiable quotes and other negotiable quotes the company user can view.
Fields
Field Name | Description |
---|---|
closed_quotes - [NegotiableQuote]
|
An array containing the negotiable quotes that were just closed. Use operation_results instead.
|
negotiable_quotes - NegotiableQuotesOutput
|
A list of negotiable quotes that can be viewed by the logged-in customer |
Arguments
|
|
operation_results - [CloseNegotiableQuoteOperationResult]!
|
An array of closed negotiable quote UIDs and details about any errors. |
result_status - BatchMutationStatus!
|
The status of the request to close one or more negotiable quotes. |
Example
{
"closed_quotes": [NegotiableQuote],
"negotiable_quotes": NegotiableQuotesOutput,
"operation_results": [
NegotiableQuoteUidOperationSuccess
],
"result_status": "SUCCESS"
}
CmsBlock
Description
Contains details about a specific CMS block.
Example
{
"content": "abc123",
"identifier": "abc123",
"title": "xyz789"
}
CmsBlocks
Description
Contains an array CMS block items.
Fields
Field Name | Description |
---|---|
items - [CmsBlock]
|
An array of CMS blocks. |
Example
{"items": [CmsBlock]}
CmsPage
Description
Contains details about a CMS page.
Fields
Field Name | Description |
---|---|
content - String
|
The content of the CMS page in raw HTML. |
content_heading - String
|
The heading that displays at the top of the CMS page. |
identifier - String
|
The ID of a CMS page. |
meta_description - String
|
A brief description of the page for search results listings. |
meta_keywords - String
|
A brief description of the page for search results listings. |
meta_title - String
|
A page title that is indexed by search engines and appears in search results listings. |
page_layout - String
|
The design layout of the page, indicating the number of columns and navigation features used on the page. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
title - String
|
The name that appears in the breadcrumb trail navigation and in the browser title bar and tab. |
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
url_key - String
|
The URL key of the CMS page, which is often based on the content_heading . |
Example
{
"content": "xyz789",
"content_heading": "xyz789",
"identifier": "xyz789",
"meta_description": "abc123",
"meta_keywords": "xyz789",
"meta_title": "abc123",
"page_layout": "abc123",
"redirect_code": 123,
"relative_url": "xyz789",
"title": "xyz789",
"type": "CMS_PAGE",
"url_key": "xyz789"
}
ColorSwatchData
Fields
Field Name | Description |
---|---|
value - String
|
The value can be represented as color (HEX code), image link, or text. |
Example
{"value": "xyz789"}
Company
Description
Contains the output schema for a company.
Fields
Field Name | Description |
---|---|
acl_resources - [CompanyAclResource]
|
The list of all resources defined within the company. |
company_admin - Customer
|
An object containing information about the company administrator. |
credit - CompanyCredit!
|
Company credit balances and limits. |
credit_history - CompanyCreditHistory!
|
Details about the history of company credit operations. |
Arguments |
|
email - String
|
The email address of the company contact. |
id - ID!
|
The unique ID of a Company object. |
legal_address - CompanyLegalAddress
|
The address where the company is registered to conduct business. |
legal_name - String
|
The full legal name of the company. |
name - String
|
The name of the company. |
payment_methods - [String]
|
The list of payment methods available to a company. |
reseller_id - String
|
The resale number that is assigned to the company for tax reporting purposes. |
role - CompanyRole
|
A company role filtered by the unique ID of a CompanyRole object. |
Arguments
|
|
roles - CompanyRoles!
|
An object that contains a list of company roles. |
sales_representative - CompanySalesRepresentative
|
An object containing information about the company sales representative. |
structure - CompanyStructure
|
The company structure of teams and customers in depth-first order. |
team - CompanyTeam
|
The company team data filtered by the unique ID for a CompanyTeam object. |
Arguments
|
|
user - Customer
|
A company user filtered by the unique ID of a Customer object. |
Arguments
|
|
users - CompanyUsers
|
An object that contains a list of company users based on activity status. |
Arguments
|
|
vat_tax_id - String
|
The value-added tax number that is assigned to the company by some jurisdictions for tax reporting purposes. |
Example
{
"acl_resources": [CompanyAclResource],
"company_admin": Customer,
"credit": CompanyCredit,
"credit_history": CompanyCreditHistory,
"email": "abc123",
"id": 4,
"legal_address": CompanyLegalAddress,
"legal_name": "abc123",
"name": "abc123",
"payment_methods": ["xyz789"],
"reseller_id": "xyz789",
"role": CompanyRole,
"roles": CompanyRoles,
"sales_representative": CompanySalesRepresentative,
"structure": CompanyStructure,
"team": CompanyTeam,
"user": Customer,
"users": CompanyUsers,
"vat_tax_id": "abc123"
}
CompanyAclResource
Description
Contains details about the access control list settings of a resource.
Fields
Field Name | Description |
---|---|
children - [CompanyAclResource]
|
An array of sub-resources. |
id - ID!
|
The unique ID for a CompanyAclResource object. |
sort_order - Int
|
The sort order of an ACL resource. |
text - String
|
The label assigned to the ACL resource. |
Example
{
"children": [CompanyAclResource],
"id": 4,
"sort_order": 123,
"text": "xyz789"
}
CompanyAdminInput
Description
Defines the input schema for creating a company administrator.
Fields
Input Field | Description |
---|---|
email - String!
|
The email address of the company administrator. |
firstname - String!
|
The company administrator's first name. |
gender - Int
|
The company administrator's gender (Male - 1, Female - 2, Not Specified - 3). |
job_title - String
|
The job title of the company administrator. |
lastname - String!
|
The company administrator's last name. |
Example
{
"email": "xyz789",
"firstname": "xyz789",
"gender": 123,
"job_title": "abc123",
"lastname": "abc123"
}
CompanyCreateInput
Description
Defines the input schema for creating a new company.
Fields
Input Field | Description |
---|---|
company_admin - CompanyAdminInput!
|
Defines the company administrator. |
company_email - String!
|
The email address of the company contact. |
company_name - String!
|
The name of the company to create. |
legal_address - CompanyLegalAddressCreateInput!
|
Defines legal address data of the company. |
legal_name - String
|
The full legal name of the company. |
reseller_id - String
|
The resale number that is assigned to the company for tax reporting purposes. |
vat_tax_id - String
|
The value-added tax number that is assigned to the company by some jurisdictions for tax reporting purposes. |
Example
{
"company_admin": CompanyAdminInput,
"company_email": "abc123",
"company_name": "abc123",
"legal_address": CompanyLegalAddressCreateInput,
"legal_name": "xyz789",
"reseller_id": "abc123",
"vat_tax_id": "abc123"
}
CompanyCredit
Description
Contains company credit balances and limits.
Fields
Field Name | Description |
---|---|
available_credit - Money!
|
The sum of the credit limit and the outstanding balance. If the company has exceeded the credit limit, the amount is as a negative value. |
credit_limit - Money!
|
The amount of credit extended to the company. |
outstanding_balance - Money!
|
The amount reimbursed, less the total due from all orders placed using the Payment on Account payment method. The amount can be a positive or negative value. |
Example
{
"available_credit": Money,
"credit_limit": Money,
"outstanding_balance": Money
}
CompanyCreditHistory
Description
Contains details about prior company credit operations.
Fields
Field Name | Description |
---|---|
items - [CompanyCreditOperation]!
|
An array of company credit operations. |
page_info - SearchResultPageInfo!
|
Metadata for pagination rendering. |
total_count - Int
|
The number of the company credit operations matching the specified filter. |
Example
{
"items": [CompanyCreditOperation],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CompanyCreditHistoryFilterInput
Description
Defines a filter for narrowing the results of a credit history search.
Fields
Input Field | Description |
---|---|
custom_reference_number - String
|
The purchase order number associated with the company credit operation. |
operation_type - CompanyCreditOperationType
|
The type of the company credit operation. |
updated_by - String
|
The name of the person submitting the company credit operation. |
Example
{
"custom_reference_number": "abc123",
"operation_type": "ALLOCATION",
"updated_by": "abc123"
}
CompanyCreditOperation
Description
Contains details about a single company credit operation.
Fields
Field Name | Description |
---|---|
amount - Money
|
The amount of the company credit operation. |
balance - CompanyCredit!
|
The credit balance as a result of the operation. |
custom_reference_number - String
|
The purchase order number associated with the company credit operation. |
date - String!
|
The date the operation occurred. |
type - CompanyCreditOperationType!
|
The type of the company credit operation. |
updated_by - CompanyCreditOperationUser!
|
The company user that submitted the company credit operation. |
Example
{
"amount": Money,
"balance": CompanyCredit,
"custom_reference_number": "abc123",
"date": "abc123",
"type": "ALLOCATION",
"updated_by": CompanyCreditOperationUser
}
CompanyCreditOperationType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Example
"ALLOCATION"
CompanyCreditOperationUser
Description
Defines the administrator or company user that submitted a company credit operation.
Fields
Field Name | Description |
---|---|
name - String!
|
The name of the company user submitting the company credit operation. |
type - CompanyCreditOperationUserType!
|
The type of the company user submitting the company credit operation. |
Example
{"name": "abc123", "type": "CUSTOMER"}
CompanyCreditOperationUserType
Values
Enum Value | Description |
---|---|
|
|
|
Example
"CUSTOMER"
CompanyLegalAddress
Description
Contains details about the address where the company is registered to conduct business.
Fields
Field Name | Description |
---|---|
city - String
|
The city where the company is registered to conduct business. |
country_code - CountryCodeEnum
|
The country code of the company's legal address. |
postcode - String
|
The company's postal code. |
region - CustomerAddressRegion
|
An object containing region data for the company. |
street - [String]
|
An array of strings that define the company's street address. |
telephone - String
|
The company's phone number. |
Example
{
"city": "xyz789",
"country_code": "AF",
"postcode": "abc123",
"region": CustomerAddressRegion,
"street": ["abc123"],
"telephone": "abc123"
}
CompanyLegalAddressCreateInput
Description
Defines the input schema for defining a company's legal address.
Fields
Input Field | Description |
---|---|
city - String!
|
The city where the company is registered to conduct business. |
country_id - CountryCodeEnum!
|
The company's country ID. Use the countries query to get this value. |
postcode - String!
|
The postal code of the company. |
region - CustomerAddressRegionInput!
|
An object containing the region name and/or region ID where the company is registered to conduct business. |
street - [String]!
|
An array of strings that define the street address where the company is registered to conduct business. |
telephone - String!
|
The primary phone number of the company. |
Example
{
"city": "xyz789",
"country_id": "AF",
"postcode": "abc123",
"region": CustomerAddressRegionInput,
"street": ["abc123"],
"telephone": "xyz789"
}
CompanyLegalAddressUpdateInput
Description
Defines the input schema for updating a company's legal address.
Fields
Input Field | Description |
---|---|
city - String
|
The city where the company is registered to conduct business. |
country_id - CountryCodeEnum
|
The unique ID for a Country object. |
postcode - String
|
The postal code of the company. |
region - CustomerAddressRegionInput
|
An object containing the region name and/or region ID where the company is registered to conduct business. |
street - [String]
|
An array of strings that define the street address where the company is registered to conduct business. |
telephone - String
|
The primary phone number of the company. |
Example
{
"city": "xyz789",
"country_id": "AF",
"postcode": "xyz789",
"region": CustomerAddressRegionInput,
"street": ["xyz789"],
"telephone": "xyz789"
}
CompanyRole
Description
Contails details about a single role.
Fields
Field Name | Description |
---|---|
id - ID!
|
The unique ID for a CompanyRole object. |
name - String
|
The name assigned to the role. |
permissions - [CompanyAclResource]
|
A list of permission resources defined for a role. |
users_count - Int
|
The total number of users assigned the specified role. |
Example
{
"id": 4,
"name": "abc123",
"permissions": [CompanyAclResource],
"users_count": 987
}
CompanyRoleCreateInput
CompanyRoleUpdateInput
Description
Defines the input schema for updating a company role.
Example
{
"id": "4",
"name": "abc123",
"permissions": ["xyz789"]
}
CompanyRoles
Description
Contains an array of roles.
Fields
Field Name | Description |
---|---|
items - [CompanyRole]!
|
A list of company roles that match the specified filter criteria. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_count - Int!
|
The total number of objects matching the specified filter. |
Example
{
"items": [CompanyRole],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CompanySalesRepresentative
Description
Contains details about a company sales representative.
Example
{
"email": "abc123",
"firstname": "abc123",
"lastname": "xyz789"
}
CompanyStructure
Description
Contains an array of the individual nodes that comprise the company structure.
Fields
Field Name | Description |
---|---|
items - [CompanyStructureItem]
|
An array of elements in a company structure. |
Example
{"items": [CompanyStructureItem]}
CompanyStructureEntity
Types
Union Types |
---|
Example
CompanyTeam
CompanyStructureItem
Description
Defines an individual node in the company structure.
Fields
Field Name | Description |
---|---|
entity - CompanyStructureEntity
|
A union of CompanyTeam and Customer objects. |
id - ID!
|
The unique ID for a CompanyStructureItem object. |
parent_id - ID
|
The ID of the parent item in the company hierarchy. |
Example
{"entity": CompanyTeam, "id": 4, "parent_id": 4}
CompanyStructureUpdateInput
CompanyTeam
Description
Describes a company team.
Example
{
"description": "abc123",
"id": "4",
"name": "xyz789",
"structure_id": "4"
}
CompanyTeamCreateInput
Description
Defines the input schema for creating a company team.
Example
{
"description": "abc123",
"name": "xyz789",
"target_id": 4
}
CompanyTeamUpdateInput
Description
Defines the input schema for updating a company team.
Example
{
"description": "xyz789",
"id": 4,
"name": "xyz789"
}
CompanyUpdateInput
Description
Defines the input schema for updating a company.
Fields
Input Field | Description |
---|---|
company_email - String
|
The email address of the company contact. |
company_name - String
|
The name of the company to update. |
legal_address - CompanyLegalAddressUpdateInput
|
The legal address data of the company. |
legal_name - String
|
The full legal name of the company. |
reseller_id - String
|
The resale number that is assigned to the company for tax reporting purposes. |
vat_tax_id - String
|
The value-added tax number that is assigned to the company by some jurisdictions for tax reporting purposes. |
Example
{
"company_email": "abc123",
"company_name": "xyz789",
"legal_address": CompanyLegalAddressUpdateInput,
"legal_name": "xyz789",
"reseller_id": "abc123",
"vat_tax_id": "abc123"
}
CompanyUserCreateInput
Description
Defines the input schema for creating a company user.
Fields
Input Field | Description |
---|---|
email - String!
|
The company user's email address |
firstname - String!
|
The company user's first name. |
job_title - String!
|
The company user's job title or function. |
lastname - String!
|
The company user's last name. |
role_id - ID!
|
The unique ID for a CompanyRole object. |
status - CompanyUserStatusEnum!
|
Indicates whether the company user is ACTIVE or INACTIVE. |
target_id - ID
|
The ID of a node within a company's structure. This ID will be the parent of the created company user. |
telephone - String!
|
The company user's phone number. |
Example
{
"email": "abc123",
"firstname": "xyz789",
"job_title": "xyz789",
"lastname": "xyz789",
"role_id": 4,
"status": "ACTIVE",
"target_id": 4,
"telephone": "xyz789"
}
CompanyUserStatusEnum
Description
Defines the list of company user status values.
Values
Enum Value | Description |
---|---|
|
Only active users. |
|
Only inactive users. |
Example
"ACTIVE"
CompanyUserUpdateInput
Description
Defines the input schema for updating a company user.
Fields
Input Field | Description |
---|---|
email - String
|
The company user's email address. |
firstname - String
|
The company user's first name. |
id - ID!
|
The unique ID of a Customer object. |
job_title - String
|
The company user's job title or function. |
lastname - String
|
The company user's last name. |
role_id - ID
|
The unique ID for a CompanyRole object. |
status - CompanyUserStatusEnum
|
Indicates whether the company user is ACTIVE or INACTIVE. |
telephone - String
|
The company user's phone number. |
Example
{
"email": "xyz789",
"firstname": "abc123",
"id": 4,
"job_title": "xyz789",
"lastname": "abc123",
"role_id": 4,
"status": "ACTIVE",
"telephone": "abc123"
}
CompanyUsers
Description
Contains details about company users.
Fields
Field Name | Description |
---|---|
items - [Customer]!
|
An array of CompanyUser objects that match the specified filter criteria. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_count - Int!
|
The number of objects returned. |
Example
{
"items": [Customer],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CompanyUsersFilterInput
Description
Defines the filter for returning a list of company users.
Fields
Input Field | Description |
---|---|
status - CompanyUserStatusEnum
|
The activity status to filter on. |
Example
{"status": "ACTIVE"}
ComparableAttribute
ComparableItem
Description
Defines an object used to iterate through items for product comparisons.
Fields
Field Name | Description |
---|---|
attributes - [ProductAttribute]!
|
An array of product attributes that can be used to compare products. |
product - ProductInterface!
|
Details about a product in a compare list. |
uid - ID!
|
The unique ID of an item in a compare list. |
Example
{
"attributes": [ProductAttribute],
"product": ProductInterface,
"uid": "4"
}
CompareList
Description
Contains iterable information such as the array of items, the count, and attributes that represent the compare list.
Fields
Field Name | Description |
---|---|
attributes - [ComparableAttribute]
|
An array of attributes that can be used for comparing products. |
item_count - Int!
|
The number of items in the compare list. |
items - [ComparableItem]
|
An array of products to compare. |
uid - ID!
|
The unique ID assigned to the compare list. |
Example
{
"attributes": [ComparableAttribute],
"item_count": 987,
"items": [ComparableItem],
"uid": "4"
}
ComplexTextValue
Fields
Field Name | Description |
---|---|
html - String!
|
Text that can contain HTML tags. |
Example
{"html": "abc123"}
ConfigurableAttributeOption
Description
Contains details about a configurable product attribute option.
Fields
Field Name | Description |
---|---|
code - String
|
The ID assigned to the attribute. |
label - String
|
A string that describes the configurable attribute option. |
uid - ID!
|
The unique ID for a ConfigurableAttributeOption object. |
value_index - Int
|
A unique index number assigned to the configurable product option. |
Example
{
"code": "abc123",
"label": "xyz789",
"uid": "4",
"value_index": 987
}
ConfigurableCartItem
Description
An implementation for configurable product cart items.
Fields
Field Name | Description |
---|---|
available_gift_wrapping - [GiftWrapping]!
|
The list of available gift wrapping options for the cart item. |
configurable_options - [SelectedConfigurableOption]!
|
An array containing the configuranle options the shopper selected. |
configured_variant - ProductInterface!
|
Product details of the cart item. |
customizable_options - [SelectedCustomizableOption]!
|
An array containing the customizable options the shopper selected. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
gift_message - GiftMessage
|
The entered gift message for the cart item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the cart item. |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"available_gift_wrapping": [GiftWrapping],
"configurable_options": [SelectedConfigurableOption],
"configured_variant": ProductInterface,
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "abc123",
"is_available": true,
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 987.65,
"uid": 4
}
ConfigurableOptionAvailableForSelection
Description
Describes configurable options that have been selected and can be selected as a result of the previous selections.
Example
{
"attribute_code": "abc123",
"option_value_uids": [4]
}
ConfigurableProduct
Description
Defines basic features of a configurable product and its simple product variants.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
configurable_options - [ConfigurableProductOptions]
|
An array of options for the configurable product. |
configurable_product_options_selection - ConfigurableProductOptionsSelection
|
An array of media gallery items and other details about selected configurable product options as well as details about remaining selectable options. |
Arguments
|
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
variants - [ConfigurableVariant]
|
An array of simple product variants. |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
weight - Float
|
The weight of the item, in units defined by the store. |
Example
{
"activity": "xyz789",
"attribute_set_id": 123,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "xyz789",
"climate": "abc123",
"collar": "xyz789",
"color": 123,
"configurable_options": [ConfigurableProductOptions],
"configurable_product_options_selection": ConfigurableProductOptionsSelection,
"country_of_manufacture": "abc123",
"created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 123,
"erin_recommends": 123,
"features_bags": "xyz789",
"format": 123,
"gender": "xyz789",
"gift_message_available": "abc123",
"id": 987,
"image": ProductImage,
"is_returnable": "xyz789",
"manufacturer": 987,
"material": "xyz789",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
"meta_keyword": "xyz789",
"meta_title": "abc123",
"name": "abc123",
"new": 123,
"new_from_date": "xyz789",
"new_to_date": "xyz789",
"only_x_left_in_stock": 987.65,
"options": [CustomizableOptionInterface],
"options_container": "xyz789",
"pattern": "xyz789",
"performance_fabric": 123,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 987,
"rating_summary": 123.45,
"redirect_code": 987,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 123,
"reviews": ProductReviews,
"sale": 987,
"short_description": ComplexTextValue,
"size": 987,
"sku": "abc123",
"sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "abc123",
"staged": true,
"stock_status": "IN_STOCK",
"strap_bags": "abc123",
"style_bags": "xyz789",
"style_bottom": "abc123",
"style_general": "abc123",
"swatch_image": "xyz789",
"thumbnail": ProductImage,
"tier_price": 123.45,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "xyz789",
"uid": 4,
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"variants": [ConfigurableVariant],
"websites": [Website],
"weight": 987.65
}
ConfigurableProductCartItemInput
Fields
Input Field | Description |
---|---|
customizable_options - [CustomizableOptionInput]
|
The ID and value of the option. |
data - CartItemInput!
|
The quantity and SKU of the configurable product. |
parent_sku - String
|
The SKU of the parent configurable product. |
variant_sku - String
|
Deprecated. Use CartItemInput.sku instead. |
Example
{
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput,
"parent_sku": "abc123",
"variant_sku": "xyz789"
}
ConfigurableProductOption
Description
Contains details about configurable product options.
Fields
Field Name | Description |
---|---|
attribute_code - String!
|
An attribute code that uniquely identifies a configurable option. |
label - String!
|
The display name of the option. |
uid - ID!
|
The unique ID of the configurable option. |
values - [ConfigurableProductOptionValue]
|
An array of values that are applicable for this option. |
Example
{
"attribute_code": "xyz789",
"label": "xyz789",
"uid": 4,
"values": [ConfigurableProductOptionValue]
}
ConfigurableProductOptionValue
Description
Defines a value for a configurable product option.
Fields
Field Name | Description |
---|---|
is_available - Boolean!
|
Indicates whether the product is available with this selected option. |
is_use_default - Boolean!
|
Indicates whether the value is the default. |
label - String!
|
The display name of the value. |
swatch - SwatchDataInterface
|
The URL assigned to the thumbnail of the swatch image. |
uid - ID!
|
The unique ID of the value. |
Example
{
"is_available": false,
"is_use_default": false,
"label": "xyz789",
"swatch": SwatchDataInterface,
"uid": "4"
}
ConfigurableProductOptions
Description
Defines configurable attributes for the specified product.
Fields
Field Name | Description |
---|---|
attribute_code - String
|
A string that identifies the attribute. |
attribute_id - String
|
The ID assigned to the attribute. Use attribute_uid instead.
|
attribute_id_v2 - Int
|
The ID assigned to the attribute. Use attribute_uid instead.
|
attribute_uid - ID!
|
The unique ID for an Attribute object. |
id - Int
|
The configurable option ID number assigned by the system. Use uid instead.
|
label - String
|
A displayed string that describes the configurable product option. |
position - Int
|
A number that indicates the order in which the attribute is displayed. |
product_id - Int
|
This is the same as a product's id field. product_id is not needed and can be obtained from its parent.
|
uid - ID!
|
The unique ID for a ConfigurableProductOptions object. |
use_default - Boolean
|
Indicates whether the option is the default. |
values - [ConfigurableProductOptionsValues]
|
An array that defines the value_index codes assigned to the configurable product. |
Example
{
"attribute_code": "xyz789",
"attribute_id": "xyz789",
"attribute_id_v2": 987,
"attribute_uid": 4,
"id": 987,
"label": "abc123",
"position": 987,
"product_id": 123,
"uid": 4,
"use_default": false,
"values": [ConfigurableProductOptionsValues]
}
ConfigurableProductOptionsSelection
Description
Contains metadata corresponding to the selected configurable options.
Fields
Field Name | Description |
---|---|
configurable_options - [ConfigurableProductOption]
|
An array of all possible configurable options. |
media_gallery - [MediaGalleryInterface]
|
Product images and videos corresponding to the specified configurable options selection. |
options_available_for_selection - [ConfigurableOptionAvailableForSelection]
|
The configurable options available for further selection based on the current selection. |
variant - SimpleProduct
|
A variant represented by the specified configurable options selection. The value is expected to be null until selections are made for each configurable option. |
Example
{
"configurable_options": [ConfigurableProductOption],
"media_gallery": [MediaGalleryInterface],
"options_available_for_selection": [
ConfigurableOptionAvailableForSelection
],
"variant": SimpleProduct
}
ConfigurableProductOptionsValues
Description
Contains the index number assigned to a configurable product option.
Fields
Field Name | Description |
---|---|
default_label - String
|
The label of the product on the default store. |
label - String
|
The label of the product. |
store_label - String
|
The label of the product on the current store. |
swatch_data - SwatchDataInterface
|
Swatch data for a configurable product option. |
uid - ID
|
The unique ID for a ConfigurableProductOptionsValues object. |
use_default_value - Boolean
|
Indicates whether to use the default_label. |
value_index - Int
|
A unique index number assigned to the configurable product option. Use uid instead.
|
Example
{
"default_label": "xyz789",
"label": "xyz789",
"store_label": "abc123",
"swatch_data": SwatchDataInterface,
"uid": 4,
"use_default_value": false,
"value_index": 123
}
ConfigurableRequisitionListItem
Description
Contains details about configurable products added to a requisition list.
Fields
Field Name | Description |
---|---|
configurable_options - [SelectedConfigurableOption]
|
Selected configurable options for an item in the requisition list. |
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The quantity of the product added to the requisition list. |
uid - ID!
|
The unique ID of an item in a requisition list. |
Example
{
"configurable_options": [SelectedConfigurableOption],
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 123.45,
"uid": 4
}
ConfigurableVariant
Description
Contains all the simple product variants of a configurable product.
Fields
Field Name | Description |
---|---|
attributes - [ConfigurableAttributeOption]
|
An array of configurable attribute options. |
product - SimpleProduct
|
An array of linked simple products. |
Example
{
"attributes": [ConfigurableAttributeOption],
"product": SimpleProduct
}
ConfigurableWishlistItem
Description
A configurable product wish list item.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
child_sku - String!
|
The SKU of the simple product corresponding to a set of selected configurable options. Use ConfigurableWishlistItem.configured_variant.sku instead.
|
configurable_options - [SelectedConfigurableOption]
|
An array of selected configurable options. |
configured_variant - ProductInterface
|
Product details of the selected variant. The value is null if some options are not configured. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "xyz789",
"child_sku": "xyz789",
"configurable_options": [SelectedConfigurableOption],
"configured_variant": ProductInterface,
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"id": "4",
"product": ProductInterface,
"quantity": 123.45
}
ConfirmEmailInput
ConfirmationStatusEnum
Description
List of account confirmation statuses.
Values
Enum Value | Description |
---|---|
|
Account confirmed |
|
Account confirmation not required |
Example
"ACCOUNT_CONFIRMED"
ContactUsInput
Example
{
"comment": "xyz789",
"email": "xyz789",
"name": "abc123",
"telephone": "abc123"
}
ContactUsOutput
Description
Contains the status of the request.
Fields
Field Name | Description |
---|---|
status - Boolean!
|
Indicates whether the request was successful. |
Example
{"status": false}
CopyItemsBetweenRequisitionListsInput
Description
An input object that defines the items in a requisition list to be copied.
Fields
Input Field | Description |
---|---|
requisitionListItemUids - [ID]!
|
An array of IDs representing products copied from one requisition list to another. |
Example
{"requisitionListItemUids": ["4"]}
CopyItemsFromRequisitionListsOutput
Description
Output of the request to copy items to the destination requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The destination requisition list after the items were copied. |
Example
{"requisition_list": RequisitionList}
CopyProductsBetweenWishlistsOutput
Description
Contains the source and target wish lists after copying products.
Fields
Field Name | Description |
---|---|
destination_wishlist - Wishlist!
|
The destination wish list containing the copied products. |
source_wishlist - Wishlist!
|
The wish list that the products were copied from. |
user_errors - [WishListUserInputError]!
|
An array of errors encountered while copying products in a wish list. |
Example
{
"destination_wishlist": Wishlist,
"source_wishlist": Wishlist,
"user_errors": [WishListUserInputError]
}
Country
Fields
Field Name | Description |
---|---|
available_regions - [Region]
|
An array of regions within a particular country. |
full_name_english - String
|
The name of the country in English. |
full_name_locale - String
|
The name of the country in the current locale. |
id - String
|
The unique ID for a Country object. |
three_letter_abbreviation - String
|
The three-letter abbreviation of the country, such as USA. |
two_letter_abbreviation - String
|
The two-letter abbreviation of the country, such as US. |
Example
{
"available_regions": [Region],
"full_name_english": "abc123",
"full_name_locale": "xyz789",
"id": "xyz789",
"three_letter_abbreviation": "abc123",
"two_letter_abbreviation": "abc123"
}
CountryCodeEnum
Description
The list of country codes.
Values
Enum Value | Description |
---|---|
|
Afghanistan |
|
Åland Islands |
|
Albania |
|
Algeria |
|
American Samoa |
|
Andorra |
|
Angola |
|
Anguilla |
|
Antarctica |
|
Antigua & Barbuda |
|
Argentina |
|
Armenia |
|
Aruba |
|
Australia |
|
Austria |
|
Azerbaijan |
|
Bahamas |
|
Bahrain |
|
Bangladesh |
|
Barbados |
|
Belarus |
|
Belgium |
|
Belize |
|
Benin |
|
Bermuda |
|
Bhutan |
|
Bolivia |
|
Bosnia & Herzegovina |
|
Botswana |
|
Bouvet Island |
|
Brazil |
|
British Indian Ocean Territory |
|
British Virgin Islands |
|
Brunei |
|
Bulgaria |
|
Burkina Faso |
|
Burundi |
|
Cambodia |
|
Cameroon |
|
Canada |
|
Cape Verde |
|
Cayman Islands |
|
Central African Republic |
|
Chad |
|
Chile |
|
China |
|
Christmas Island |
|
Cocos (Keeling) Islands |
|
Colombia |
|
Comoros |
|
Congo-Brazzaville |
|
Congo-Kinshasa |
|
Cook Islands |
|
Costa Rica |
|
Côte d’Ivoire |
|
Croatia |
|
Cuba |
|
Cyprus |
|
Czech Republic |
|
Denmark |
|
Djibouti |
|
Dominica |
|
Dominican Republic |
|
Ecuador |
|
Egypt |
|
El Salvador |
|
Equatorial Guinea |
|
Eritrea |
|
Estonia |
|
Eswatini |
|
Ethiopia |
|
Falkland Islands |
|
Faroe Islands |
|
Fiji |
|
Finland |
|
France |
|
French Guiana |
|
French Polynesia |
|
French Southern Territories |
|
Gabon |
|
Gambia |
|
Georgia |
|
Germany |
|
Ghana |
|
Gibraltar |
|
Greece |
|
Greenland |
|
Grenada |
|
Guadeloupe |
|
Guam |
|
Guatemala |
|
Guernsey |
|
Guinea |
|
Guinea-Bissau |
|
Guyana |
|
Haiti |
|
Heard & McDonald Islands |
|
Honduras |
|
Hong Kong SAR China |
|
Hungary |
|
Iceland |
|
India |
|
Indonesia |
|
Iran |
|
Iraq |
|
Ireland |
|
Isle of Man |
|
Israel |
|
Italy |
|
Jamaica |
|
Japan |
|
Jersey |
|
Jordan |
|
Kazakhstan |
|
Kenya |
|
Kiribati |
|
Kuwait |
|
Kyrgyzstan |
|
Laos |
|
Latvia |
|
Lebanon |
|
Lesotho |
|
Liberia |
|
Libya |
|
Liechtenstein |
|
Lithuania |
|
Luxembourg |
|
Macau SAR China |
|
Macedonia |
|
Madagascar |
|
Malawi |
|
Malaysia |
|
Maldives |
|
Mali |
|
Malta |
|
Marshall Islands |
|
Martinique |
|
Mauritania |
|
Mauritius |
|
Mayotte |
|
Mexico |
|
Micronesia |
|
Moldova |
|
Monaco |
|
Mongolia |
|
Montenegro |
|
Montserrat |
|
Morocco |
|
Mozambique |
|
Myanmar (Burma) |
|
Namibia |
|
Nauru |
|
Nepal |
|
Netherlands |
|
Netherlands Antilles |
|
New Caledonia |
|
New Zealand |
|
Nicaragua |
|
Niger |
|
Nigeria |
|
Niue |
|
Norfolk Island |
|
Northern Mariana Islands |
|
North Korea |
|
Norway |
|
Oman |
|
Pakistan |
|
Palau |
|
Palestinian Territories |
|
Panama |
|
Papua New Guinea |
|
Paraguay |
|
Peru |
|
Philippines |
|
Pitcairn Islands |
|
Poland |
|
Portugal |
|
Qatar |
|
Réunion |
|
Romania |
|
Russia |
|
Rwanda |
|
Samoa |
|
San Marino |
|
São Tomé & Príncipe |
|
Saudi Arabia |
|
Senegal |
|
Serbia |
|
Seychelles |
|
Sierra Leone |
|
Singapore |
|
Slovakia |
|
Slovenia |
|
Solomon Islands |
|
Somalia |
|
South Africa |
|
South Georgia & South Sandwich Islands |
|
South Korea |
|
Spain |
|
Sri Lanka |
|
St. Barthélemy |
|
St. Helena |
|
St. Kitts & Nevis |
|
St. Lucia |
|
St. Martin |
|
St. Pierre & Miquelon |
|
St. Vincent & Grenadines |
|
Sudan |
|
Suriname |
|
Svalbard & Jan Mayen |
|
Sweden |
|
Switzerland |
|
Syria |
|
Taiwan |
|
Tajikistan |
|
Tanzania |
|
Thailand |
|
Timor-Leste |
|
Togo |
|
Tokelau |
|
Tonga |
|
Trinidad & Tobago |
|
Tunisia |
|
Turkey |
|
Turkmenistan |
|
Turks & Caicos Islands |
|
Tuvalu |
|
Uganda |
|
Ukraine |
|
United Arab Emirates |
|
United Kingdom |
|
United States |
|
Uruguay |
|
U.S. Outlying Islands |
|
U.S. Virgin Islands |
|
Uzbekistan |
|
Vanuatu |
|
Vatican City |
|
Venezuela |
|
Vietnam |
|
Wallis & Futuna |
|
Western Sahara |
|
Yemen |
|
Zambia |
|
Zimbabwe |
Example
"AF"
CreateCompanyOutput
Description
Contains the response to the request to create a company.
Fields
Field Name | Description |
---|---|
company - Company!
|
The new company instance. |
Example
{"company": Company}
CreateCompanyRoleOutput
Description
Contains the response to the request to create a company role.
Fields
Field Name | Description |
---|---|
role - CompanyRole!
|
The new company role instance. |
Example
{"role": CompanyRole}
CreateCompanyTeamOutput
Description
Contains the response to the request to create a company team.
Fields
Field Name | Description |
---|---|
team - CompanyTeam!
|
The new company team instance. |
Example
{"team": CompanyTeam}
CreateCompanyUserOutput
Description
Contains the response to the request to create a company user.
Fields
Field Name | Description |
---|---|
user - Customer!
|
The new company user instance. |
Example
{"user": Customer}
CreateCompareListInput
Description
Contains an array of product IDs to use for creating a compare list.
Fields
Input Field | Description |
---|---|
products - [ID]
|
An array of product IDs to add to the compare list. |
Example
{"products": ["4"]}
CreateGiftRegistryInput
Description
Defines a new gift registry.
Fields
Input Field | Description |
---|---|
dynamic_attributes - [GiftRegistryDynamicAttributeInput]
|
Additional attributes specified as a code-value pair. |
event_name - String!
|
The name of the event. |
gift_registry_type_uid - ID!
|
The ID of the selected event type. |
message - String!
|
A message describing the event. |
privacy_settings - GiftRegistryPrivacySettings!
|
Indicates whether the registry is PRIVATE or PUBLIC. |
registrants - [AddGiftRegistryRegistrantInput]!
|
The list of people who receive notifications about the registry. |
shipping_address - GiftRegistryShippingAddressInput
|
The shipping address for all gift registry items. |
status - GiftRegistryStatus!
|
Indicates whether the registry is ACTIVE or INACTIVE. |
Example
{
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
"event_name": "abc123",
"gift_registry_type_uid": 4,
"message": "xyz789",
"privacy_settings": "PRIVATE",
"registrants": [AddGiftRegistryRegistrantInput],
"shipping_address": GiftRegistryShippingAddressInput,
"status": "ACTIVE"
}
CreateGiftRegistryOutput
Description
Contains the results of a request to create a gift registry.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The newly-created gift registry. |
Example
{"gift_registry": GiftRegistry}
CreateGuestCartInput
Fields
Input Field | Description |
---|---|
cart_uid - ID
|
Optional client-generated ID |
Example
{"cart_uid": "4"}
CreateGuestCartOutput
Fields
Field Name | Description |
---|---|
cart - Cart
|
The newly created cart. |
Example
{"cart": Cart}
CreatePayflowProTokenOutput
Description
Contains the secure information used to authorize transaction. Applies to Payflow Pro and Payments Pro payment methods.
Fields
Field Name | Description |
---|---|
response_message - String!
|
The RESPMSG returned by PayPal. If the result is 0 , then response_message is Approved . |
result - Int!
|
A non-zero value if any errors occurred. |
result_code - Int!
|
The RESULT returned by PayPal. A value of 0 indicates the transaction was approved. |
secure_token - String!
|
A secure token generated by PayPal. |
secure_token_id - String!
|
A secure token ID generated by PayPal. |
Example
{
"response_message": "xyz789",
"result": 987,
"result_code": 123,
"secure_token": "abc123",
"secure_token_id": "xyz789"
}
CreatePaymentOrderInput
Description
Contains payment order details that are used while processing the payment order
Fields
Input Field | Description |
---|---|
cartId - String!
|
The customer cart ID |
location - PaymentLocation!
|
Defines the origin location for that payment request |
methodCode - String!
|
The code for the payment method used in the order |
paymentSource - String!
|
The identifiable payment source for the payment method |
vaultIntent - Boolean
|
Indicates whether the payment information should be vaulted |
Example
{
"cartId": "abc123",
"location": "PRODUCT_DETAIL",
"methodCode": "abc123",
"paymentSource": "abc123",
"vaultIntent": true
}
CreatePaymentOrderOutput
Description
Contains payment order details that are used while processing the payment order
Example
{
"id": "abc123",
"mp_order_id": "abc123",
"status": "abc123"
}
CreateProductReviewInput
Description
Defines a new product review.
Fields
Input Field | Description |
---|---|
nickname - String!
|
The customer's nickname. Defaults to the customer name, if logged in. |
ratings - [ProductReviewRatingInput]!
|
The ratings details by category. For example, Price: 5 stars, Quality: 4 stars, etc. |
sku - String!
|
The SKU of the reviewed product. |
summary - String!
|
The summary (title) of the review. |
text - String!
|
The review text. |
Example
{
"nickname": "xyz789",
"ratings": [ProductReviewRatingInput],
"sku": "xyz789",
"summary": "abc123",
"text": "abc123"
}
CreateProductReviewOutput
Description
Contains the completed product review.
Fields
Field Name | Description |
---|---|
review - ProductReview!
|
Product review details. |
Example
{"review": ProductReview}
CreatePurchaseOrderApprovalRuleConditionAmountInput
Description
Specifies the amount and currency to evaluate.
Fields
Input Field | Description |
---|---|
currency - CurrencyEnum!
|
Purchase order approval rule condition amount currency. |
value - Float!
|
Purchase order approval rule condition amount value. |
Example
{"currency": "AFN", "value": 987.65}
CreatePurchaseOrderApprovalRuleConditionInput
Description
Defines a set of conditions that apply to a rule.
Fields
Input Field | Description |
---|---|
amount - CreatePurchaseOrderApprovalRuleConditionAmountInput
|
The amount to be compared in a purchase order approval rule. This field is mutually exclusive with condition quantity. |
attribute - PurchaseOrderApprovalRuleType!
|
The type of approval rule. |
operator - PurchaseOrderApprovalRuleConditionOperator!
|
Defines how to evaluate an amount or quantity in a purchase order. |
quantity - Int
|
The quantity to be compared in a purchase order approval rule. This field is mutually exclusive with condition amount. |
Example
{
"amount": CreatePurchaseOrderApprovalRuleConditionAmountInput,
"attribute": "GRAND_TOTAL",
"operator": "MORE_THAN",
"quantity": 987
}
CreateRequisitionListInput
CreateRequisitionListOutput
Description
Output of the request to create a requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The created requisition list. |
Example
{"requisition_list": RequisitionList}
CreateWishlistInput
Description
Defines the name and visibility of a new wish list.
Fields
Input Field | Description |
---|---|
name - String!
|
The name of the new wish list. |
visibility - WishlistVisibilityEnum!
|
Indicates whether the wish list is public or private. |
Example
{"name": "xyz789", "visibility": "PUBLIC"}
CreateWishlistOutput
Description
Contains the wish list.
Fields
Field Name | Description |
---|---|
wishlist - Wishlist!
|
The newly-created wish list |
Example
{"wishlist": Wishlist}
CreditCardDetailsInput
Description
Required fields for Payflow Pro and Payments Pro credit card payments.
Example
{
"cc_exp_month": 987,
"cc_exp_year": 123,
"cc_last_4": 123,
"cc_type": "xyz789"
}
CreditMemo
Description
Contains credit memo details.
Fields
Field Name | Description |
---|---|
comments - [SalesCommentItem]
|
Comments on the credit memo. |
id - ID!
|
The unique ID for a CreditMemo object. |
items - [CreditMemoItemInterface]
|
An array containing details about refunded items. |
number - String!
|
The sequential credit memo number. |
total - CreditMemoTotal
|
Details about the total refunded amount. |
Example
{
"comments": [SalesCommentItem],
"id": 4,
"items": [CreditMemoItemInterface],
"number": "abc123",
"total": CreditMemoTotal
}
CreditMemoItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Details about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for a CreditMemoItemInterface object. |
order_item - OrderItemInterface
|
The order item the credit memo is applied to. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_refunded - Float
|
The number of refunded items. |
Example
{
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 123.45
}
CreditMemoItemInterface
Description
Credit memo item details.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Details about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for a CreditMemoItemInterface object. |
order_item - OrderItemInterface
|
The order item the credit memo is applied to. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_refunded - Float
|
The number of refunded items. |
Possible Types
CreditMemoItemInterface Types |
---|
Example
{
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 123.45
}
CreditMemoTotal
Description
Contains credit memo price details.
Fields
Field Name | Description |
---|---|
adjustment - Money!
|
An adjustment manually applied to the order. |
base_grand_total - Money!
|
The final base grand total amount in the base currency. |
discounts - [Discount]
|
The applied discounts to the credit memo. |
grand_total - Money!
|
The final total amount, including shipping, discounts, and taxes. |
shipping_handling - ShippingHandling
|
Details about the shipping and handling costs for the credit memo. |
subtotal - Money!
|
The subtotal of the invoice, excluding shipping, discounts, and taxes. |
taxes - [TaxItem]
|
The credit memo tax details. |
total_shipping - Money!
|
The shipping amount for the credit memo. |
total_tax - Money!
|
The amount of tax applied to the credit memo. |
Example
{
"adjustment": Money,
"base_grand_total": Money,
"discounts": [Discount],
"grand_total": Money,
"shipping_handling": ShippingHandling,
"subtotal": Money,
"taxes": [TaxItem],
"total_shipping": Money,
"total_tax": Money
}
Currency
Fields
Field Name | Description |
---|---|
available_currency_codes - [String]
|
An array of three-letter currency codes accepted by the store, such as USD and EUR. |
base_currency_code - String
|
The base currency set for the store, such as USD. |
base_currency_symbol - String
|
The symbol for the specified base currency, such as $. |
default_display_currecy_code - String
|
Symbol was missed. Use default_display_currency_code .
|
default_display_currecy_symbol - String
|
Symbol was missed. Use default_display_currency_code .
|
default_display_currency_code - String
|
The currency that is displayed by default, such as USD. |
default_display_currency_symbol - String
|
The currency symbol that is displayed by default, such as $. |
exchange_rates - [ExchangeRate]
|
An array of exchange rates for currencies defined in the store. |
Example
{
"available_currency_codes": ["abc123"],
"base_currency_code": "xyz789",
"base_currency_symbol": "abc123",
"default_display_currecy_code": "xyz789",
"default_display_currecy_symbol": "abc123",
"default_display_currency_code": "xyz789",
"default_display_currency_symbol": "xyz789",
"exchange_rates": [ExchangeRate]
}
CurrencyEnum
Description
The list of available currency codes.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"AFN"
CustomAttributeMetadata
Description
Defines an array of custom attributes.
Fields
Field Name | Description |
---|---|
items - [Attribute]
|
An array of attributes. |
Example
{"items": [Attribute]}
CustomAttributeMetadataInterface
Description
An interface containing fields that define the EAV attribute.
Fields
Field Name | Description |
---|---|
code - ID!
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
default_value - String
|
Default attribute value. |
entity_type - AttributeEntityTypeEnum!
|
The type of entity that defines the attribute. |
frontend_class - String
|
The frontend class of the attribute. |
frontend_input - AttributeFrontendInputEnum
|
The frontend input type of the attribute. |
is_required - Boolean!
|
Whether the attribute value is required. |
is_unique - Boolean!
|
Whether the attribute value must be unique. |
label - String
|
The label assigned to the attribute. |
options - [CustomAttributeOptionInterface]!
|
Attribute options. |
Possible Types
CustomAttributeMetadataInterface Types |
---|
Example
{
"code": 4,
"default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "abc123",
"frontend_input": "BOOLEAN",
"is_required": true,
"is_unique": true,
"label": "xyz789",
"options": [CustomAttributeOptionInterface]
}
CustomAttributeOptionInterface
Fields
Field Name | Description |
---|---|
is_default - Boolean!
|
Is the option value default. |
label - String!
|
The label assigned to the attribute option. |
value - String!
|
The attribute option value. |
Possible Types
CustomAttributeOptionInterface Types |
---|
Example
{
"is_default": false,
"label": "xyz789",
"value": "xyz789"
}
Customer
Description
Defines the customer name, addresses, and other details.
Fields
Field Name | Description |
---|---|
addresses - [CustomerAddress]
|
An array containing the customer's shipping and billing addresses. |
allow_remote_shopping_assistance - Boolean!
|
Indicates whether the customer has enabled remote shopping assistance. |
compare_list - CompareList
|
The contents of the customer's compare list. |
confirmation_status - ConfirmationStatusEnum!
|
The customer's confirmation status. |
created_at - String
|
Timestamp indicating when the account was created. |
custom_attributes - [AttributeValueInterface]
|
Customer's custom attributes. |
Arguments
|
|
date_of_birth - String
|
The customer's date of birth. |
default_billing - String
|
The ID assigned to the billing address. |
default_shipping - String
|
The ID assigned to the shipping address. |
dob - String
|
The customer's date of birth. Use date_of_birth instead.
|
email - String
|
The customer's email address. Required. |
firstname - String
|
The customer's first name. |
gender - Int
|
The customer's gender (Male - 1, Female - 2). |
gift_registries - [GiftRegistry]
|
Details about all of the customer's gift registries. |
gift_registry - GiftRegistry
|
Details about a specific gift registry. |
Arguments
|
|
group_id - Int
|
Customer group should not be exposed in the storefront scenarios. |
id - Int
|
The ID assigned to the customer. id is not needed as part of Customer , because on the server side, it can be identified based on the customer token used for authentication. There is no need to know customer ID on the client side.
|
is_subscribed - Boolean
|
Indicates whether the customer is subscribed to the company's newsletter. |
job_title - String
|
The job title of a company user. |
lastname - String
|
The customer's family name. |
middlename - String
|
The customer's middle name. |
orders - CustomerOrders
|
|
Arguments
|
|
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
purchase_order - PurchaseOrder
|
Purchase order details. |
Arguments
|
|
purchase_order_approval_rule - PurchaseOrderApprovalRule
|
Details about a single purchase order approval rule. |
Arguments
|
|
purchase_order_approval_rule_metadata - PurchaseOrderApprovalRuleMetadata
|
Purchase order approval rule metadata that can be used for rule edit form rendering. |
purchase_order_approval_rules - PurchaseOrderApprovalRules
|
A list of purchase order approval rules visible to the customer. |
purchase_orders - PurchaseOrders
|
A list of purchase orders visible to the customer. |
Arguments |
|
purchase_orders_enabled - Boolean!
|
Indicates whether purchase order functionality is enabled for the current customer. Global and company-level settings are factored into the result. |
requisition_lists - RequisitionLists
|
An object that contains the customer's requisition lists. |
Arguments
|
|
return - Return
|
Details about the specified return request from the unique ID for a Return object. |
Arguments
|
|
returns - Returns
|
Information about the customer's return requests. |
reviews - ProductReviews!
|
Contains the customer's product reviews. |
reward_points - RewardPoints
|
Customer reward points details. |
role - CompanyRole
|
The role name and permissions assigned to the company user. |
status - CompanyUserStatusEnum
|
Indicates whether the company user is ACTIVE or INACTIVE. |
store_credit - CustomerStoreCredit
|
Store credit information applied for the logged in customer. |
structure_id - ID!
|
ID of the company structure |
suffix - String
|
A value such as Sr., Jr., or III. |
taxvat - String
|
The customer's Value-added tax (VAT) number (for corporate customers). |
team - CompanyTeam
|
The team the company user is assigned to. |
telephone - String
|
The phone number of the company user. |
wishlist - Wishlist!
|
Return a customer's wish lists. Use Customer.wishlists or Customer.wishlist_v2 instead.
|
wishlist_v2 - Wishlist
|
Retrieve the wish list identified by the unique ID for a Wishlist object. |
Arguments
|
|
wishlists - [Wishlist]!
|
An array of wishlists. In Magento Open Source, customers are limited to one wish list. The number of wish lists is configurable for Adobe Commerce. |
Example
{
"addresses": [CustomerAddress],
"allow_remote_shopping_assistance": true,
"compare_list": CompareList,
"confirmation_status": "ACCOUNT_CONFIRMED",
"created_at": "abc123",
"custom_attributes": [AttributeValueInterface],
"date_of_birth": "abc123",
"default_billing": "xyz789",
"default_shipping": "abc123",
"dob": "abc123",
"email": "xyz789",
"firstname": "abc123",
"gender": 987,
"gift_registries": [GiftRegistry],
"gift_registry": GiftRegistry,
"group_id": 123,
"id": 123,
"is_subscribed": true,
"job_title": "xyz789",
"lastname": "xyz789",
"middlename": "xyz789",
"orders": CustomerOrders,
"prefix": "xyz789",
"purchase_order": PurchaseOrder,
"purchase_order_approval_rule": PurchaseOrderApprovalRule,
"purchase_order_approval_rule_metadata": PurchaseOrderApprovalRuleMetadata,
"purchase_order_approval_rules": PurchaseOrderApprovalRules,
"purchase_orders": PurchaseOrders,
"purchase_orders_enabled": false,
"requisition_lists": RequisitionLists,
"return": Return,
"returns": Returns,
"reviews": ProductReviews,
"reward_points": RewardPoints,
"role": CompanyRole,
"status": "ACTIVE",
"store_credit": CustomerStoreCredit,
"structure_id": "4",
"suffix": "abc123",
"taxvat": "abc123",
"team": CompanyTeam,
"telephone": "abc123",
"wishlist": Wishlist,
"wishlist_v2": Wishlist,
"wishlists": [Wishlist]
}
CustomerAddress
Description
Contains detailed information about a customer's billing or shipping address.
Fields
Field Name | Description |
---|---|
city - String
|
The customer's city or town. |
company - String
|
The customer's company. |
country_code - CountryCodeEnum
|
The customer's country. |
country_id - String
|
The customer's country. Use country_code instead.
|
custom_attributes - [CustomerAddressAttribute]
|
Use custom_attributesV2 instead. |
custom_attributesV2 - [AttributeValueInterface]!
|
Custom attributes assigned to the customer address. |
Arguments
|
|
customer_id - Int
|
The customer ID customer_id is not needed as part of CustomerAddress . The id is a unique identifier for the addresses.
|
default_billing - Boolean
|
Indicates whether the address is the customer's default billing address. |
default_shipping - Boolean
|
Indicates whether the address is the customer's default shipping address. |
extension_attributes - [CustomerAddressAttribute]
|
Contains any extension attributes for the address. |
fax - String
|
The customer's fax number. |
firstname - String
|
The first name of the person associated with the shipping/billing address. |
id - Int
|
The ID of a CustomerAddress object. |
lastname - String
|
The family name of the person associated with the shipping/billing address. |
middlename - String
|
The middle name of the person associated with the shipping/billing address. |
postcode - String
|
The customer's ZIP or postal code. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - CustomerAddressRegion
|
An object containing the region name, region code, and region ID. |
region_id - Int
|
The unique ID for a pre-defined region. |
street - [String]
|
An array of strings that define the street number and name. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The customer's telephone number. |
vat_id - String
|
The customer's Value-added tax (VAT) number (for corporate customers). |
Example
{
"city": "abc123",
"company": "xyz789",
"country_code": "AF",
"country_id": "abc123",
"custom_attributes": [CustomerAddressAttribute],
"custom_attributesV2": [AttributeValueInterface],
"customer_id": 123,
"default_billing": false,
"default_shipping": false,
"extension_attributes": [CustomerAddressAttribute],
"fax": "xyz789",
"firstname": "abc123",
"id": 987,
"lastname": "xyz789",
"middlename": "abc123",
"postcode": "xyz789",
"prefix": "abc123",
"region": CustomerAddressRegion,
"region_id": 123,
"street": ["abc123"],
"suffix": "abc123",
"telephone": "xyz789",
"vat_id": "abc123"
}
CustomerAddressAttribute
Description
Specifies the attribute code and value of a customer address attribute.
Example
{
"attribute_code": "abc123",
"value": "xyz789"
}
CustomerAddressAttributeInput
CustomerAddressInput
Description
Contains details about a billing or shipping address.
Fields
Input Field | Description |
---|---|
city - String
|
The customer's city or town. |
company - String
|
The customer's company. |
country_code - CountryCodeEnum
|
The two-letter code representing the customer's country. |
country_id - CountryCodeEnum
|
Deprecated: use country_code instead. |
custom_attributes - [CustomerAddressAttributeInput]
|
Deprecated. Use custom_attributesV2 instead. |
custom_attributesV2 - [AttributeValueInput]
|
Custom attributes assigned to the customer address. |
default_billing - Boolean
|
Indicates whether the address is the default billing address. |
default_shipping - Boolean
|
Indicates whether the address is the default shipping address. |
fax - String
|
The customer's fax number. |
firstname - String
|
The first name of the person associated with the billing/shipping address. |
lastname - String
|
The family name of the person associated with the billing/shipping address. |
middlename - String
|
The middle name of the person associated with the billing/shipping address. |
postcode - String
|
The customer's ZIP or postal code. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - CustomerAddressRegionInput
|
An object containing the region name, region code, and region ID. |
street - [String]
|
An array of strings that define the street number and name. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The customer's telephone number. |
vat_id - String
|
The customer's Tax/VAT number (for corporate customers). |
Example
{
"city": "xyz789",
"company": "abc123",
"country_code": "AF",
"country_id": "AF",
"custom_attributes": [CustomerAddressAttributeInput],
"custom_attributesV2": [AttributeValueInput],
"default_billing": true,
"default_shipping": false,
"fax": "xyz789",
"firstname": "xyz789",
"lastname": "xyz789",
"middlename": "xyz789",
"postcode": "xyz789",
"prefix": "abc123",
"region": CustomerAddressRegionInput,
"street": ["xyz789"],
"suffix": "abc123",
"telephone": "abc123",
"vat_id": "xyz789"
}
CustomerAddressRegion
Description
Defines the customer's state or province.
Example
{
"region": "xyz789",
"region_code": "xyz789",
"region_id": 987
}
CustomerAddressRegionInput
Description
Defines the customer's state or province.
Example
{
"region": "abc123",
"region_code": "abc123",
"region_id": 123
}
CustomerAttributeMetadata
Description
Customer attribute metadata.
Fields
Field Name | Description |
---|---|
code - ID!
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
default_value - String
|
Default attribute value. |
entity_type - AttributeEntityTypeEnum!
|
The type of entity that defines the attribute. |
frontend_class - String
|
The frontend class of the attribute. |
frontend_input - AttributeFrontendInputEnum
|
The frontend input type of the attribute. |
input_filter - InputFilterEnum
|
The template used for the input of the attribute (e.g., 'date'). |
is_required - Boolean!
|
Whether the attribute value is required. |
is_unique - Boolean!
|
Whether the attribute value must be unique. |
label - String
|
The label assigned to the attribute. |
multiline_count - Int
|
The number of lines of the attribute value. |
options - [CustomAttributeOptionInterface]!
|
Attribute options. |
sort_order - Int
|
The position of the attribute in the form. |
validate_rules - [ValidationRule]
|
The validation rules of the attribute value. |
Example
{
"code": 4,
"default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "abc123",
"frontend_input": "BOOLEAN",
"input_filter": "NONE",
"is_required": true,
"is_unique": false,
"label": "xyz789",
"multiline_count": 987,
"options": [CustomAttributeOptionInterface],
"sort_order": 987,
"validate_rules": [ValidationRule]
}
CustomerCreateInput
Description
An input object for creating a customer.
Fields
Input Field | Description |
---|---|
allow_remote_shopping_assistance - Boolean
|
Indicates whether the customer has enabled remote shopping assistance. |
custom_attributes - [AttributeValueInput]
|
The customer's custom attributes. |
date_of_birth - String
|
The customer's date of birth. |
dob - String
|
Deprecated: Use date_of_birth instead. |
email - String!
|
The customer's email address. |
firstname - String!
|
The customer's first name. |
gender - Int
|
The customer's gender (Male - 1, Female - 2). |
is_subscribed - Boolean
|
Indicates whether the customer is subscribed to the company's newsletter. |
lastname - String!
|
The customer's family name. |
middlename - String
|
The customer's middle name. |
password - String
|
The customer's password. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
suffix - String
|
A value such as Sr., Jr., or III. |
taxvat - String
|
The customer's Tax/VAT number (for corporate customers). |
Example
{
"allow_remote_shopping_assistance": true,
"custom_attributes": [AttributeValueInput],
"date_of_birth": "abc123",
"dob": "abc123",
"email": "abc123",
"firstname": "xyz789",
"gender": 987,
"is_subscribed": false,
"lastname": "abc123",
"middlename": "abc123",
"password": "xyz789",
"prefix": "xyz789",
"suffix": "abc123",
"taxvat": "abc123"
}
CustomerDownloadableProduct
Description
Contains details about a single downloadable product.
Fields
Field Name | Description |
---|---|
date - String
|
The date and time the purchase was made. |
download_url - String
|
The fully qualified URL to the download file. |
order_increment_id - String
|
The unique ID assigned to the item. |
remaining_downloads - String
|
The remaining number of times the customer can download the product. |
status - String
|
Indicates when the product becomes available for download. Options are Pending and Invoiced . |
Example
{
"date": "xyz789",
"download_url": "abc123",
"order_increment_id": "abc123",
"remaining_downloads": "xyz789",
"status": "abc123"
}
CustomerDownloadableProducts
Description
Contains a list of downloadable products.
Fields
Field Name | Description |
---|---|
items - [CustomerDownloadableProduct]
|
An array of purchased downloadable items. |
Example
{"items": [CustomerDownloadableProduct]}
CustomerInput
Description
An input object that assigns or updates customer attributes.
Fields
Input Field | Description |
---|---|
date_of_birth - String
|
The customer's date of birth. |
dob - String
|
Deprecated: Use date_of_birth instead. |
email - String
|
The customer's email address. Required when creating a customer. |
firstname - String
|
The customer's first name. |
gender - Int
|
The customer's gender (Male - 1, Female - 2). |
is_subscribed - Boolean
|
Indicates whether the customer is subscribed to the company's newsletter. |
lastname - String
|
The customer's family name. |
middlename - String
|
The customer's middle name. |
password - String
|
The customer's password. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
suffix - String
|
A value such as Sr., Jr., or III. |
taxvat - String
|
The customer's Tax/VAT number (for corporate customers). |
Example
{
"date_of_birth": "abc123",
"dob": "xyz789",
"email": "abc123",
"firstname": "abc123",
"gender": 123,
"is_subscribed": true,
"lastname": "abc123",
"middlename": "abc123",
"password": "abc123",
"prefix": "abc123",
"suffix": "abc123",
"taxvat": "xyz789"
}
CustomerOrder
Description
Contains details about each of the customer's orders.
Fields
Field Name | Description |
---|---|
applied_coupons - [AppliedCoupon]!
|
Coupons applied to the order. |
billing_address - OrderAddress
|
The billing address for the order. |
carrier - String
|
The shipping carrier for the order delivery. |
comments - [SalesCommentItem]
|
Comments about the order. |
created_at - String
|
Use the order_date field instead.
|
credit_memos - [CreditMemo]
|
A list of credit memos. |
email - String
|
Order customer email. |
gift_message - GiftMessage
|
The entered gift message for the order |
gift_receipt_included - Boolean!
|
Indicates whether the customer requested a gift receipt for the order. |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order. |
grand_total - Float
|
Use the totals.grand_total field instead.
|
id - ID!
|
The unique ID for a CustomerOrder object. |
increment_id - String
|
Use the id field instead.
|
invoices - [Invoice]!
|
A list of invoices for the order. |
items - [OrderItemInterface]
|
An array containing the items purchased in this order. |
items_eligible_for_return - [OrderItemInterface]
|
A list of order items eligible to be in a return request. |
number - String!
|
The order number. |
order_date - String!
|
The date the order was placed. |
order_number - String!
|
Use the number field instead.
|
payment_methods - [OrderPaymentMethod]
|
Payment details for the order. |
printed_card_included - Boolean!
|
Indicates whether the customer requested a printed card for the order. |
returns - Returns
|
Return requests associated with this order. |
shipments - [OrderShipment]
|
A list of shipments for the order. |
shipping_address - OrderAddress
|
The shipping address for the order. |
shipping_method - String
|
The delivery method for the order. |
status - String!
|
The current status of the order. |
token - String!
|
The token that can be used to retrieve the order using order query. |
total - OrderTotal
|
Details about the calculated totals for this order. |
Example
{
"applied_coupons": [AppliedCoupon],
"billing_address": OrderAddress,
"carrier": "xyz789",
"comments": [SalesCommentItem],
"created_at": "xyz789",
"credit_memos": [CreditMemo],
"email": "abc123",
"gift_message": GiftMessage,
"gift_receipt_included": true,
"gift_wrapping": GiftWrapping,
"grand_total": 123.45,
"id": "4",
"increment_id": "abc123",
"invoices": [Invoice],
"items": [OrderItemInterface],
"items_eligible_for_return": [OrderItemInterface],
"number": "xyz789",
"order_date": "xyz789",
"order_number": "xyz789",
"payment_methods": [OrderPaymentMethod],
"printed_card_included": false,
"returns": Returns,
"shipments": [OrderShipment],
"shipping_address": OrderAddress,
"shipping_method": "xyz789",
"status": "abc123",
"token": "abc123",
"total": OrderTotal
}
CustomerOrderSortInput
Description
CustomerOrderSortInput specifies the field to use for sorting search results and indicates whether the results are sorted in ascending or descending order.
Fields
Input Field | Description |
---|---|
sort_direction - SortEnum!
|
This enumeration indicates whether to return results in ascending or descending order |
sort_field - CustomerOrderSortableField!
|
Specifies the field to use for sorting |
Example
{"sort_direction": "ASC", "sort_field": "NUMBER"}
CustomerOrderSortableField
Description
Specifies the field to use for sorting
Values
Enum Value | Description |
---|---|
|
Sorts customer orders by number |
|
Sorts customer orders by created_at field |
Example
"NUMBER"
CustomerOrders
Description
The collection of orders that match the conditions defined in the filter.
Fields
Field Name | Description |
---|---|
items - [CustomerOrder]!
|
An array of customer orders. |
page_info - SearchResultPageInfo
|
Contains pagination metadata. |
total_count - Int
|
The total count of customer orders. |
Example
{
"items": [CustomerOrder],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CustomerOrdersFilterInput
Description
Identifies the filter to use for filtering orders.
Fields
Input Field | Description |
---|---|
number - FilterStringTypeInput
|
Filters by order number. |
Example
{"number": FilterStringTypeInput}
CustomerOutput
Description
Contains details about a newly-created or updated customer.
Fields
Field Name | Description |
---|---|
customer - Customer!
|
Customer details after creating or updating a customer. |
Example
{"customer": Customer}
CustomerPaymentTokens
Description
Contains payment tokens stored in the customer's vault.
Fields
Field Name | Description |
---|---|
items - [PaymentToken]!
|
An array of payment tokens. |
Example
{"items": [PaymentToken]}
CustomerStoreCredit
Description
Contains store credit information with balance and history.
Fields
Field Name | Description |
---|---|
balance_history - CustomerStoreCreditHistory
|
Contains the customer's store credit balance history. If the history or store credit feature is disabled, then a null value will be returned. |
current_balance - Money
|
The current balance of store credit. |
enabled - Boolean
|
Indicates whether store credits are enabled. If the feature is disabled, then the balance will not be returned. |
Example
{
"balance_history": CustomerStoreCreditHistory,
"current_balance": Money,
"enabled": true
}
CustomerStoreCreditHistory
Description
Lists changes to the amount of store credit available to the customer.
Fields
Field Name | Description |
---|---|
items - [CustomerStoreCreditHistoryItem]
|
An array containing information about changes to the store credit available to the customer. |
page_info - SearchResultPageInfo
|
Metadata for pagination rendering. |
total_count - Int
|
The number of items returned. |
Example
{
"items": [CustomerStoreCreditHistoryItem],
"page_info": SearchResultPageInfo,
"total_count": 987
}
CustomerStoreCreditHistoryItem
Description
Contains store credit history information.
Fields
Field Name | Description |
---|---|
action - String
|
The action that was made on the store credit. |
actual_balance - Money
|
The store credit available to the customer as a result of this action. |
balance_change - Money
|
The amount added to or subtracted from the store credit as a result of this action. |
date_time_changed - String
|
The date and time when the store credit change was made. |
Example
{
"action": "abc123",
"actual_balance": Money,
"balance_change": Money,
"date_time_changed": "abc123"
}
CustomerToken
Description
Contains a customer authorization token.
Fields
Field Name | Description |
---|---|
token - String
|
The customer authorization token. |
Example
{"token": "xyz789"}
CustomerUpdateInput
Description
An input object for updating a customer.
Fields
Input Field | Description |
---|---|
allow_remote_shopping_assistance - Boolean
|
Indicates whether the customer has enabled remote shopping assistance. |
custom_attributes - [AttributeValueInput]
|
The customer's custom attributes. |
date_of_birth - String
|
The customer's date of birth. |
dob - String
|
Deprecated: Use date_of_birth instead. |
firstname - String
|
The customer's first name. |
gender - Int
|
The customer's gender (Male - 1, Female - 2). |
is_subscribed - Boolean
|
Indicates whether the customer is subscribed to the company's newsletter. |
lastname - String
|
The customer's family name. |
middlename - String
|
The customer's middle name. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
suffix - String
|
A value such as Sr., Jr., or III. |
taxvat - String
|
The customer's Tax/VAT number (for corporate customers). |
Example
{
"allow_remote_shopping_assistance": false,
"custom_attributes": [AttributeValueInput],
"date_of_birth": "xyz789",
"dob": "xyz789",
"firstname": "xyz789",
"gender": 987,
"is_subscribed": false,
"lastname": "xyz789",
"middlename": "xyz789",
"prefix": "xyz789",
"suffix": "abc123",
"taxvat": "abc123"
}
CustomizableAreaOption
Description
Contains information about a text area that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
product_sku - String
|
The Stock Keeping Unit of the base product. |
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - CustomizableAreaValue
|
An object that defines a text area. |
Example
{
"option_id": 987,
"product_sku": "abc123",
"required": true,
"sort_order": 987,
"title": "xyz789",
"uid": "4",
"value": CustomizableAreaValue
}
CustomizableAreaValue
Description
Defines the price and sku of a product whose page contains a customized text area.
Fields
Field Name | Description |
---|---|
max_characters - Int
|
The maximum number of characters that can be entered for this customizable option. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
uid - ID!
|
The unique ID for a CustomizableAreaValue object. |
Example
{
"max_characters": 123,
"price": 987.65,
"price_type": "FIXED",
"sku": "xyz789",
"uid": "4"
}
CustomizableCheckboxOption
Description
Contains information about a set of checkbox values that are defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - [CustomizableCheckboxValue]
|
An array that defines a set of checkbox values. |
Example
{
"option_id": 123,
"required": true,
"sort_order": 987,
"title": "abc123",
"uid": "4",
"value": [CustomizableCheckboxValue]
}
CustomizableCheckboxValue
Description
Defines the price and sku of a product whose page contains a customized set of checkbox values.
Fields
Field Name | Description |
---|---|
option_type_id - Int
|
The ID assigned to the value. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
sort_order - Int
|
The order in which the checkbox value is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableCheckboxValue object. |
Example
{
"option_type_id": 987,
"price": 123.45,
"price_type": "FIXED",
"sku": "xyz789",
"sort_order": 987,
"title": "xyz789",
"uid": "4"
}
CustomizableDateOption
Description
Contains information about a date picker that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
product_sku - String
|
The Stock Keeping Unit of the base product. |
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - CustomizableDateValue
|
An object that defines a date field in a customizable option. |
Example
{
"option_id": 987,
"product_sku": "abc123",
"required": false,
"sort_order": 123,
"title": "abc123",
"uid": 4,
"value": CustomizableDateValue
}
CustomizableDateTypeEnum
Description
Defines the customizable date type.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"DATE"
CustomizableDateValue
Description
Defines the price and sku of a product whose page contains a customized date picker.
Fields
Field Name | Description |
---|---|
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
type - CustomizableDateTypeEnum
|
DATE, DATE_TIME or TIME |
uid - ID!
|
The unique ID for a CustomizableDateValue object. |
Example
{
"price": 987.65,
"price_type": "FIXED",
"sku": "xyz789",
"type": "DATE",
"uid": "4"
}
CustomizableDropDownOption
Description
Contains information about a drop down menu that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - [CustomizableDropDownValue]
|
An array that defines the set of options for a drop down menu. |
Example
{
"option_id": 123,
"required": true,
"sort_order": 123,
"title": "xyz789",
"uid": "4",
"value": [CustomizableDropDownValue]
}
CustomizableDropDownValue
Description
Defines the price and sku of a product whose page contains a customized drop down menu.
Fields
Field Name | Description |
---|---|
option_type_id - Int
|
The ID assigned to the value. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableDropDownValue object. |
Example
{
"option_type_id": 987,
"price": 123.45,
"price_type": "FIXED",
"sku": "xyz789",
"sort_order": 987,
"title": "abc123",
"uid": "4"
}
CustomizableFieldOption
Description
Contains information about a text field that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
product_sku - String
|
The Stock Keeping Unit of the base product. |
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - CustomizableFieldValue
|
An object that defines a text field. |
Example
{
"option_id": 987,
"product_sku": "abc123",
"required": true,
"sort_order": 987,
"title": "abc123",
"uid": 4,
"value": CustomizableFieldValue
}
CustomizableFieldValue
Description
Defines the price and sku of a product whose page contains a customized text field.
Fields
Field Name | Description |
---|---|
max_characters - Int
|
The maximum number of characters that can be entered for this customizable option. |
price - Float
|
The price of the custom value. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
uid - ID!
|
The unique ID for a CustomizableFieldValue object. |
Example
{
"max_characters": 987,
"price": 987.65,
"price_type": "FIXED",
"sku": "abc123",
"uid": 4
}
CustomizableFileOption
Description
Contains information about a file picker that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
product_sku - String
|
The Stock Keeping Unit of the base product. |
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - CustomizableFileValue
|
An object that defines a file value. |
Example
{
"option_id": 123,
"product_sku": "abc123",
"required": false,
"sort_order": 987,
"title": "abc123",
"uid": 4,
"value": CustomizableFileValue
}
CustomizableFileValue
Description
Defines the price and sku of a product whose page contains a customized file picker.
Fields
Field Name | Description |
---|---|
file_extension - String
|
The file extension to accept. |
image_size_x - Int
|
The maximum width of an image. |
image_size_y - Int
|
The maximum height of an image. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
uid - ID!
|
The unique ID for a CustomizableFileValue object. |
Example
{
"file_extension": "xyz789",
"image_size_x": 123,
"image_size_y": 123,
"price": 987.65,
"price_type": "FIXED",
"sku": "xyz789",
"uid": 4
}
CustomizableMultipleOption
Description
Contains information about a multiselect that is defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - [CustomizableMultipleValue]
|
An array that defines the set of options for a multiselect. |
Example
{
"option_id": 987,
"required": false,
"sort_order": 123,
"title": "xyz789",
"uid": 4,
"value": [CustomizableMultipleValue]
}
CustomizableMultipleValue
Description
Defines the price and sku of a product whose page contains a customized multiselect.
Fields
Field Name | Description |
---|---|
option_type_id - Int
|
The ID assigned to the value. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableMultipleValue object. |
Example
{
"option_type_id": 987,
"price": 987.65,
"price_type": "FIXED",
"sku": "abc123",
"sort_order": 987,
"title": "abc123",
"uid": 4
}
CustomizableOptionInput
CustomizableOptionInterface
Description
Contains basic information about a customizable option. It can be implemented by several types of configurable options.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
Possible Types
CustomizableOptionInterface Types |
---|
Example
{
"option_id": 123,
"required": true,
"sort_order": 987,
"title": "abc123",
"uid": "4"
}
CustomizableProductInterface
Description
Contains information about customizable product options.
Fields
Field Name | Description |
---|---|
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
Possible Types
CustomizableProductInterface Types |
---|
Example
{"options": [CustomizableOptionInterface]}
CustomizableRadioOption
Description
Contains information about a set of radio buttons that are defined as part of a customizable option.
Fields
Field Name | Description |
---|---|
option_id - Int
|
Option ID. Use uid instead
|
required - Boolean
|
Indicates whether the option is required. |
sort_order - Int
|
The order in which the option is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableOptionInterface object. |
value - [CustomizableRadioValue]
|
An array that defines a set of radio buttons. |
Example
{
"option_id": 123,
"required": true,
"sort_order": 987,
"title": "abc123",
"uid": "4",
"value": [CustomizableRadioValue]
}
CustomizableRadioValue
Description
Defines the price and sku of a product whose page contains a customized set of radio buttons.
Fields
Field Name | Description |
---|---|
option_type_id - Int
|
The ID assigned to the value. |
price - Float
|
The price assigned to this option. |
price_type - PriceTypeEnum
|
FIXED, PERCENT, or DYNAMIC. |
sku - String
|
The Stock Keeping Unit for this option. |
sort_order - Int
|
The order in which the radio button is displayed. |
title - String
|
The display name for this option. |
uid - ID!
|
The unique ID for a CustomizableRadioValue object. |
Example
{
"option_type_id": 987,
"price": 987.65,
"price_type": "FIXED",
"sku": "abc123",
"sort_order": 123,
"title": "abc123",
"uid": 4
}
DeleteCompanyRoleOutput
Description
Contains the response to the request to delete the company role.
Fields
Field Name | Description |
---|---|
success - Boolean!
|
SIndicates whether the company role has been deleted successfully. |
Example
{"success": true}
DeleteCompanyTeamOutput
Description
Contains the status of the request to delete a company team.
Fields
Field Name | Description |
---|---|
success - Boolean!
|
Indicates whether the delete operation succeeded. |
Example
{"success": true}
DeleteCompanyUserOutput
Description
Contains the response to the request to delete the company user.
Fields
Field Name | Description |
---|---|
success - Boolean!
|
Indicates whether the company user has been deactivated successfully. |
Example
{"success": true}
DeleteCompareListOutput
Description
Contains the results of the request to delete a compare list.
Fields
Field Name | Description |
---|---|
result - Boolean!
|
Indicates whether the compare list was successfully deleted. |
Example
{"result": false}
DeleteNegotiableQuoteError
Types
Union Types |
---|
Example
NegotiableQuoteInvalidStateError
DeleteNegotiableQuoteOperationFailure
Description
Contains details about a failed delete operation on a negotiable quote.
Fields
Field Name | Description |
---|---|
errors - [DeleteNegotiableQuoteError]!
|
|
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{
"errors": [NegotiableQuoteInvalidStateError],
"quote_uid": 4
}
DeleteNegotiableQuoteOperationResult
Types
Union Types |
---|
Example
NegotiableQuoteUidOperationSuccess
DeleteNegotiableQuotesInput
Fields
Input Field | Description |
---|---|
quote_uids - [ID]!
|
A list of unique IDs for NegotiableQuote objects to delete. |
Example
{"quote_uids": [4]}
DeleteNegotiableQuotesOutput
Description
Contains a list of undeleted negotiable quotes the company user can view.
Fields
Field Name | Description |
---|---|
negotiable_quotes - NegotiableQuotesOutput
|
A list of negotiable quotes that the customer can view |
Arguments
|
|
operation_results - [DeleteNegotiableQuoteOperationResult]!
|
An array of deleted negotiable quote UIDs and details about any errors. |
result_status - BatchMutationStatus!
|
The status of the request to delete one or more negotiable quotes. |
Example
{
"negotiable_quotes": NegotiableQuotesOutput,
"operation_results": [
NegotiableQuoteUidOperationSuccess
],
"result_status": "SUCCESS"
}
DeletePaymentTokenOutput
Description
Indicates whether the request succeeded and returns the remaining customer payment tokens.
Fields
Field Name | Description |
---|---|
customerPaymentTokens - CustomerPaymentTokens
|
A container for the customer's remaining payment tokens. |
result - Boolean!
|
Indicates whether the request succeeded. |
Example
{
"customerPaymentTokens": CustomerPaymentTokens,
"result": true
}
DeletePurchaseOrderApprovalRuleError
Description
Contains details about an error that occurred when deleting an approval rule .
Fields
Field Name | Description |
---|---|
message - String
|
The text of the error message. |
type - DeletePurchaseOrderApprovalRuleErrorType
|
The error type. |
Example
{"message": "xyz789", "type": "UNDEFINED"}
DeletePurchaseOrderApprovalRuleErrorType
Values
Enum Value | Description |
---|---|
|
|
|
Example
"UNDEFINED"
DeletePurchaseOrderApprovalRuleInput
Description
Specifies the IDs of the approval rules to delete.
Fields
Input Field | Description |
---|---|
approval_rule_uids - [ID]!
|
An array of purchase order approval rule IDs. |
Example
{"approval_rule_uids": [4]}
DeletePurchaseOrderApprovalRuleOutput
Description
Contains any errors encountered while attempting to delete approval rules.
Fields
Field Name | Description |
---|---|
errors - [DeletePurchaseOrderApprovalRuleError]!
|
An array of error messages encountered while performing the operation. |
Example
{"errors": [DeletePurchaseOrderApprovalRuleError]}
DeleteRequisitionListItemsOutput
Description
Output of the request to remove items from the requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The requisition list after removing items. |
Example
{"requisition_list": RequisitionList}
DeleteRequisitionListOutput
Description
Indicates whether the request to delete the requisition list was successful.
Fields
Field Name | Description |
---|---|
requisition_lists - RequisitionLists
|
The customer's requisition lists after deleting a requisition list. |
status - Boolean!
|
Indicates whether the request to delete the requisition list was successful. |
Example
{"requisition_lists": RequisitionLists, "status": false}
DeleteWishlistOutput
Description
Contains the status of the request to delete a wish list and an array of the customer's remaining wish lists.
Fields
Field Name | Description |
---|---|
status - Boolean!
|
Indicates whether the wish list was deleted. |
wishlists - [Wishlist]!
|
A list of undeleted wish lists. |
Example
{"status": true, "wishlists": [Wishlist]}
Discount
Description
Specifies the discount type and value for quote line item.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The amount of the discount. |
applied_to - CartDiscountType!
|
The type of the entity the discount is applied to. |
coupon - AppliedCoupon
|
The coupon related to the discount. |
label - String!
|
A description of the discount. |
type - String
|
Quote line item discount type. Values: 1 = PERCENTAGE_DISCOUNT; 2 = AMOUNT_DISCOUNT; 3 = PROPOSED_TOTAL. |
value - Float
|
Quote line item discount value. |
Example
{
"amount": Money,
"applied_to": "ITEM",
"coupon": AppliedCoupon,
"label": "xyz789",
"type": "abc123",
"value": 123.45
}
DownloadableCartItem
Description
An implementation for downloadable product cart items.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
An array containing the customizable options the shopper selected. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
links - [DownloadableProductLinks]
|
An array containing information about the links for the downloadable product added to the cart. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
samples - [DownloadableProductSamples]
|
An array containing information about samples of the selected downloadable product. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"id": "abc123",
"is_available": true,
"links": [DownloadableProductLinks],
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 123.45,
"samples": [DownloadableProductSamples],
"uid": 4
}
DownloadableCreditMemoItem
Description
Defines downloadable product options for CreditMemoItemInterface
.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Details about the final discount amount for the base product, including discounts on options. |
downloadable_links - [DownloadableItemsLinks]
|
A list of downloadable links that are refunded from the downloadable product. |
id - ID!
|
The unique ID for a CreditMemoItemInterface object. |
order_item - OrderItemInterface
|
The order item the credit memo is applied to. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_refunded - Float
|
The number of refunded items. |
Example
{
"discounts": [Discount],
"downloadable_links": [DownloadableItemsLinks],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 123.45
}
DownloadableFileTypeEnum
Values
Enum Value | Description |
---|---|
|
sample_url serves to get the downloadable sample
|
|
sample_url serves to get the downloadable sample
|
Example
"FILE"
DownloadableInvoiceItem
Description
Defines downloadable product options for InvoiceItemInterface
.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Information about the final discount amount for the base product, including discounts on options. |
downloadable_links - [DownloadableItemsLinks]
|
A list of downloadable links that are invoiced from the downloadable product. |
id - ID!
|
The unique ID for an InvoiceItemInterface object. |
order_item - OrderItemInterface
|
Details about an individual order item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_invoiced - Float
|
The number of invoiced items. |
Example
{
"discounts": [Discount],
"downloadable_links": [DownloadableItemsLinks],
"id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_invoiced": 123.45
}
DownloadableItemsLinks
Description
Defines characteristics of the links for downloadable product.
Example
{
"sort_order": 987,
"title": "xyz789",
"uid": "4"
}
DownloadableOrderItem
Description
Defines downloadable product options for OrderItemInterface
.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
The final discount information for the product. |
downloadable_links - [DownloadableItemsLinks]
|
A list of downloadable links that are ordered from the downloadable product. |
eligible_for_return - Boolean
|
Indicates whether the order item is eligible to be in a return request. |
entered_options - [OrderItemOption]
|
The entered option for the base product, such as a logo or image. |
gift_message - GiftMessage
|
The selected gift message for the order item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order item. |
id - ID!
|
The unique ID for an OrderItemInterface object. |
product - ProductInterface
|
The ProductInterface object, which contains details about the base product |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price of the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
product_type - String
|
The type of product, such as simple, configurable, etc. |
product_url_key - String
|
URL key of the base product. |
quantity_canceled - Float
|
The number of canceled items. |
quantity_invoiced - Float
|
The number of invoiced items. |
quantity_ordered - Float
|
The number of units ordered for this item. |
quantity_refunded - Float
|
The number of refunded items. |
quantity_returned - Float
|
The number of returned items. |
quantity_shipped - Float
|
The number of shipped items. |
selected_options - [OrderItemOption]
|
The selected options for the base product, such as color or size. |
status - String
|
The status of the order item. |
Example
{
"discounts": [Discount],
"downloadable_links": [DownloadableItemsLinks],
"eligible_for_return": false,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "4",
"product": ProductInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"product_type": "abc123",
"product_url_key": "xyz789",
"quantity_canceled": 987.65,
"quantity_invoiced": 123.45,
"quantity_ordered": 987.65,
"quantity_refunded": 123.45,
"quantity_returned": 123.45,
"quantity_shipped": 987.65,
"selected_options": [OrderItemOption],
"status": "xyz789"
}
DownloadableProduct
Description
Defines a product that the shopper downloads.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
downloadable_product_links - [DownloadableProductLinks]
|
An array containing information about the links for this downloadable product. |
downloadable_product_samples - [DownloadableProductSamples]
|
An array containing information about samples of this downloadable product. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
links_purchased_separately - Int
|
A value of 1 indicates that each link in the array must be purchased separately. |
links_title - String
|
The heading above the list of downloadable products. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
Example
{
"activity": "xyz789",
"attribute_set_id": 987,
"canonical_url": "xyz789",
"categories": [CategoryInterface],
"category_gear": "xyz789",
"climate": "abc123",
"collar": "xyz789",
"color": 123,
"country_of_manufacture": "abc123",
"created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"downloadable_product_links": [
DownloadableProductLinks
],
"downloadable_product_samples": [
DownloadableProductSamples
],
"eco_collection": 987,
"erin_recommends": 987,
"features_bags": "xyz789",
"format": 123,
"gender": "xyz789",
"gift_message_available": "xyz789",
"id": 987,
"image": ProductImage,
"is_returnable": "abc123",
"links_purchased_separately": 123,
"links_title": "xyz789",
"manufacturer": 123,
"material": "xyz789",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "abc123",
"meta_keyword": "xyz789",
"meta_title": "xyz789",
"name": "xyz789",
"new": 123,
"new_from_date": "xyz789",
"new_to_date": "abc123",
"only_x_left_in_stock": 123.45,
"options": [CustomizableOptionInterface],
"options_container": "abc123",
"pattern": "abc123",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 123,
"rating_summary": 987.65,
"redirect_code": 987,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 987,
"reviews": ProductReviews,
"sale": 987,
"short_description": ComplexTextValue,
"size": 123,
"sku": "abc123",
"sleeve": "xyz789",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "xyz789",
"style_bags": "abc123",
"style_bottom": "abc123",
"style_general": "xyz789",
"swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "xyz789",
"uid": 4,
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "abc123",
"websites": [Website]
}
DownloadableProductCartItemInput
Description
Defines a single downloadable product.
Fields
Input Field | Description |
---|---|
customizable_options - [CustomizableOptionInput]
|
The ID and value of the option. |
data - CartItemInput!
|
The quantity and SKU of the downloadable product. |
downloadable_product_links - [DownloadableProductLinksInput]
|
An array of objects containing the link_id of the downloadable product link. |
Example
{
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput,
"downloadable_product_links": [
DownloadableProductLinksInput
]
}
DownloadableProductLinks
Description
Defines characteristics of a downloadable product.
Fields
Field Name | Description |
---|---|
id - Int
|
This information should not be exposed on frontend. |
is_shareable - Boolean
|
This information should not be exposed on frontend. |
link_type - DownloadableFileTypeEnum
|
sample_url serves to get the downloadable sample
|
number_of_downloads - Int
|
This information should not be exposed on frontend. |
price - Float
|
The price of the downloadable product. |
sample_file - String
|
sample_url serves to get the downloadable sample
|
sample_type - DownloadableFileTypeEnum
|
sample_url serves to get the downloadable sample
|
sample_url - String
|
The full URL to the downloadable sample. |
sort_order - Int
|
A number indicating the sort order. |
title - String
|
The display name of the link. |
uid - ID!
|
The unique ID for a DownloadableProductLinks object. |
Example
{
"id": 123,
"is_shareable": true,
"link_type": "FILE",
"number_of_downloads": 123,
"price": 987.65,
"sample_file": "xyz789",
"sample_type": "FILE",
"sample_url": "xyz789",
"sort_order": 987,
"title": "xyz789",
"uid": "4"
}
DownloadableProductLinksInput
Description
Contains the link ID for the downloadable product.
Fields
Input Field | Description |
---|---|
link_id - Int!
|
The unique ID of the downloadable product link. |
Example
{"link_id": 123}
DownloadableProductSamples
Description
Defines characteristics of a downloadable product.
Fields
Field Name | Description |
---|---|
id - Int
|
This information should not be exposed on frontend. |
sample_file - String
|
sample_url serves to get the downloadable sample
|
sample_type - DownloadableFileTypeEnum
|
sample_url serves to get the downloadable sample
|
sample_url - String
|
The full URL to the downloadable sample. |
sort_order - Int
|
A number indicating the sort order. |
title - String
|
The display name of the sample. |
Example
{
"id": 123,
"sample_file": "xyz789",
"sample_type": "FILE",
"sample_url": "xyz789",
"sort_order": 987,
"title": "abc123"
}
DownloadableRequisitionListItem
Description
Contains details about downloadable products added to a requisition list.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
links - [DownloadableProductLinks]
|
An array of links for downloadable products in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The quantity of the product added to the requisition list. |
samples - [DownloadableProductSamples]
|
An array of links to downloadable product samples. |
uid - ID!
|
The unique ID of an item in a requisition list. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"links": [DownloadableProductLinks],
"product": ProductInterface,
"quantity": 123.45,
"samples": [DownloadableProductSamples],
"uid": "4"
}
DownloadableWishlistItem
Description
A downloadable product wish list item.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
links_v2 - [DownloadableProductLinks]
|
An array containing information about the selected links. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
samples - [DownloadableProductSamples]
|
An array containing information about the selected samples. |
Example
{
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"id": 4,
"links_v2": [DownloadableProductLinks],
"product": ProductInterface,
"quantity": 123.45,
"samples": [DownloadableProductSamples]
}
DynamicBlock
Description
Contains a single dynamic block.
Fields
Field Name | Description |
---|---|
content - ComplexTextValue!
|
The renderable HTML code of the dynamic block. |
uid - ID!
|
The unique ID of a DynamicBlock object. |
Example
{
"content": ComplexTextValue,
"uid": "4"
}
DynamicBlockLocationEnum
Description
Indicates the locations the dynamic block can be placed. If this field is not specified, the query returns all locations.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"CONTENT"
DynamicBlockTypeEnum
Description
Indicates the selected Dynamic Blocks Rotator inline widget.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"SPECIFIED"
DynamicBlocks
Description
Contains an array of dynamic blocks.
Fields
Field Name | Description |
---|---|
items - [DynamicBlock]!
|
An array containing individual dynamic blocks. |
page_info - SearchResultPageInfo
|
Metadata for pagination rendering. |
total_count - Int!
|
The number of returned dynamic blocks. |
Example
{
"items": [DynamicBlock],
"page_info": SearchResultPageInfo,
"total_count": 123
}
DynamicBlocksFilterInput
Description
Defines the dynamic block filter. The filter can identify the block type, location and IDs to return.
Fields
Input Field | Description |
---|---|
dynamic_block_uids - [ID]
|
An array of dynamic block UIDs to filter on. |
locations - [DynamicBlockLocationEnum]
|
An array indicating the locations the dynamic block can be placed. |
type - DynamicBlockTypeEnum!
|
A value indicating the type of dynamic block to filter on. |
Example
{"dynamic_block_uids": [4], "locations": ["CONTENT"], "type": "SPECIFIED"}
EnteredCustomAttributeInput
Description
Contains details about a custom text attribute that the buyer entered.
Example
{
"attribute_code": "xyz789",
"value": "xyz789"
}
EnteredOptionInput
Description
Defines a customer-entered option.
Example
{"uid": 4, "value": "xyz789"}
EntityUrl
Description
Contains the uid
, relative_url
, and type
attributes.
Fields
Field Name | Description |
---|---|
canonical_url - String
|
Use relative_url instead.
|
entity_uid - ID
|
The unique ID for a ProductInterface , CategoryInterface , CmsPage , or similar object associated with the specified URL. This could be a product, category, or CMS page UID. |
id - Int
|
The ID assigned to the object associated with the specified url. This could be a product ID, category ID, or page ID. Use entity_uid instead.
|
redirectCode - Int
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
Example
{
"canonical_url": "abc123",
"entity_uid": "4",
"id": 987,
"redirectCode": 123,
"relative_url": "abc123",
"type": "CMS_PAGE"
}
ErrorInterface
Fields
Field Name | Description |
---|---|
message - String!
|
The returned error message. |
Possible Types
ErrorInterface Types |
---|
Example
{"message": "xyz789"}
EstimateAddressInput
Description
Contains details about an address.
Fields
Input Field | Description |
---|---|
country_code - CountryCodeEnum!
|
The two-letter code representing the customer's country. |
postcode - String
|
The customer's ZIP or postal code. |
region - CustomerAddressRegionInput
|
An object containing the region name, region code, and region ID. |
Example
{
"country_code": "AF",
"postcode": "xyz789",
"region": CustomerAddressRegionInput
}
EstimateTotalsInput
Fields
Input Field | Description |
---|---|
address - EstimateAddressInput!
|
Customer's address to estimate totals. |
cart_id - String!
|
The unique ID of the cart to query. |
shipping_method - ShippingMethodInput
|
Selected shipping method to estimate totals. |
Example
{
"address": EstimateAddressInput,
"cart_id": "abc123",
"shipping_method": ShippingMethodInput
}
EstimateTotalsOutput
Description
Estimate totals output.
Fields
Field Name | Description |
---|---|
cart - Cart
|
Cart after totals estimation |
Example
{"cart": Cart}
ExchangeRate
FilterEqualTypeInput
Description
Defines a filter that matches the input exactly.
Fields
Input Field | Description |
---|---|
eq - String
|
Use this attribute to exactly match the specified string. For example, to filter on a specific category ID, specify a value such as 5 . |
in - [String]
|
Use this attribute to filter on an array of values. For example, to filter on category IDs 4, 5, and 6, specify a value of ["4", "5", "6"] . |
Example
{
"eq": "xyz789",
"in": ["abc123"]
}
FilterMatchTypeEnum
Values
Enum Value | Description |
---|---|
|
|
|
Example
"FULL"
FilterMatchTypeInput
Description
Defines a filter that performs a fuzzy search.
Fields
Input Field | Description |
---|---|
match - String
|
Use this attribute to fuzzy match the specified string. For example, to filter on a specific SKU, specify a value such as 24-MB01 . |
match_type - FilterMatchTypeEnum
|
Filter match type for fine-tuned results. Possible values FULL or PARTIAL. If match_type is not provided, returned results will default to FULL match. |
Example
{"match": "xyz789", "match_type": "FULL"}
FilterRangeTypeInput
Description
Defines a filter that matches a range of values, such as prices or dates.
Example
{
"from": "xyz789",
"to": "xyz789"
}
FilterStringTypeInput
Description
Defines a filter for an input string.
Example
{
"eq": "abc123",
"in": ["xyz789"],
"match": "xyz789"
}
FilterTypeInput
Description
Defines the comparison operators that can be used in a filter.
Fields
Input Field | Description |
---|---|
eq - String
|
Equals. |
finset - [String]
|
|
from - String
|
From. Must be used with the to field. |
gt - String
|
Greater than. |
gteq - String
|
Greater than or equal to. |
in - [String]
|
In. The value can contain a set of comma-separated values. |
like - String
|
Like. The specified value can contain % (percent signs) to allow matching of 0 or more characters. |
lt - String
|
Less than. |
lteq - String
|
Less than or equal to. |
moreq - String
|
More than or equal to. |
neq - String
|
Not equal to. |
nin - [String]
|
Not in. The value can contain a set of comma-separated values. |
notnull - String
|
Not null. |
null - String
|
Is null. |
to - String
|
To. Must be used with the from field. |
Example
{
"eq": "xyz789",
"finset": ["xyz789"],
"from": "xyz789",
"gt": "abc123",
"gteq": "abc123",
"in": ["abc123"],
"like": "abc123",
"lt": "xyz789",
"lteq": "abc123",
"moreq": "xyz789",
"neq": "xyz789",
"nin": ["abc123"],
"notnull": "xyz789",
"null": "abc123",
"to": "abc123"
}
FixedProductTax
FixedProductTaxDisplaySettings
Description
Lists display settings for the Fixed Product Tax.
Values
Enum Value | Description |
---|---|
|
The displayed price includes the FPT amount without displaying the ProductPrice.fixed_product_taxes values. This value corresponds to 'Including FPT only'. |
|
The displayed price includes the FPT amount while displaying the values of ProductPrice.fixed_product_taxes separately. This value corresponds to 'Including FPT and FPT description'. |
|
The displayed price does not include the FPT amount. The values of ProductPrice.fixed_product_taxes and the price including the FPT are displayed separately. This value corresponds to 'Excluding FPT, Including FPT description and final price.' |
|
The displayed price does not include the FPT amount. The values from ProductPrice.fixed_product_taxes are not displayed. This value corresponds to 'Excluding FPT'. |
|
The FPT feature is not enabled. You can omit ProductPrice.fixed_product_taxes from your query. |
Example
"INCLUDE_FPT_WITHOUT_DETAILS"
Float
Description
The Float
scalar type represents signed double-precision fractional values as specified by IEEE 754.
Example
123.45
GenerateCustomerTokenAsAdminInput
Description
Identifies which customer requires remote shopping assistance.
Fields
Input Field | Description |
---|---|
customer_email - String!
|
The email address of the customer requesting remote shopping assistance. |
Example
{"customer_email": "xyz789"}
GenerateCustomerTokenAsAdminOutput
Description
Contains the generated customer token.
Fields
Field Name | Description |
---|---|
customer_token - String!
|
The generated customer token. |
Example
{"customer_token": "xyz789"}
GetPaymentSDKOutput
Description
Gets the payment SDK URLs and values
Fields
Field Name | Description |
---|---|
sdkParams - [PaymentSDKParamsItem]
|
The payment SDK parameters |
Example
{"sdkParams": [PaymentSDKParamsItem]}
GiftCardAccount
Description
Contains details about the gift card account.
Example
{
"balance": Money,
"code": "abc123",
"expiration_date": "abc123"
}
GiftCardAccountInput
Description
Contains the gift card code.
Fields
Input Field | Description |
---|---|
gift_card_code - String!
|
The applied gift card code. |
Example
{"gift_card_code": "abc123"}
GiftCardAmounts
Description
Contains the value of a gift card, the website that generated the card, and related information.
Fields
Field Name | Description |
---|---|
attribute_id - Int
|
An internal attribute ID. |
uid - ID!
|
The unique ID for a GiftCardAmounts object. |
value - Float
|
The value of the gift card. |
value_id - Int
|
An ID that is assigned to each unique gift card amount. Use uid instead
|
website_id - Int
|
The ID of the website that generated the gift card. |
website_value - Float
|
The value of the gift card. |
Example
{
"attribute_id": 987,
"uid": "4",
"value": 123.45,
"value_id": 987,
"website_id": 123,
"website_value": 123.45
}
GiftCardCartItem
Description
Contains details about a gift card that has been added to a cart.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The amount and currency of the gift card. |
customizable_options - [SelectedCustomizableOption]!
|
An array of customizations applied to the gift card. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
message - String
|
The message from the sender to the recipient. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
recipient_email - String
|
The email address of the person receiving the gift card. |
recipient_name - String!
|
The name of the person receiving the gift card. |
sender_email - String
|
The email address of the sender. |
sender_name - String!
|
The name of the sender. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"amount": Money,
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"id": "xyz789",
"is_available": false,
"message": "abc123",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 123.45,
"recipient_email": "abc123",
"recipient_name": "xyz789",
"sender_email": "abc123",
"sender_name": "xyz789",
"uid": 4
}
GiftCardCreditMemoItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Details about the final discount amount for the base product, including discounts on options. |
gift_card - GiftCardItem
|
Selected gift card properties for a credit memo item. |
id - ID!
|
The unique ID for a CreditMemoItemInterface object. |
order_item - OrderItemInterface
|
The order item the credit memo is applied to. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_refunded - Float
|
The number of refunded items. |
Example
{
"discounts": [Discount],
"gift_card": GiftCardItem,
"id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 987.65
}
GiftCardInvoiceItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Information about the final discount amount for the base product, including discounts on options. |
gift_card - GiftCardItem
|
Selected gift card properties for an invoice item. |
id - ID!
|
The unique ID for an InvoiceItemInterface object. |
order_item - OrderItemInterface
|
Details about an individual order item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_invoiced - Float
|
The number of invoiced items. |
Example
{
"discounts": [Discount],
"gift_card": GiftCardItem,
"id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_invoiced": 987.65
}
GiftCardItem
Description
Contains details about a gift card.
Fields
Field Name | Description |
---|---|
message - String
|
The message from the sender to the recipient. |
recipient_email - String
|
The email address of the receiver of a virtual gift card. |
recipient_name - String
|
The name of the receiver of a physical or virtual gift card. |
sender_email - String
|
The email address of the sender of a virtual gift card. |
sender_name - String
|
The name of the sender of a physical or virtual gift card. |
Example
{
"message": "xyz789",
"recipient_email": "xyz789",
"recipient_name": "xyz789",
"sender_email": "abc123",
"sender_name": "abc123"
}
GiftCardOptions
Description
Contains details about the sender, recipient, and amount of a gift card.
Fields
Field Name | Description |
---|---|
amount - Money
|
The amount and currency of the gift card. |
custom_giftcard_amount - Money
|
The custom amount and currency of the gift card. |
message - String
|
A message to the recipient. |
recipient_email - String
|
The email address of the person receiving the gift card. |
recipient_name - String
|
The name of the person receiving the gift card. |
sender_email - String
|
The email address of the person sending the gift card. |
sender_name - String
|
The name of the person sending the gift card. |
Example
{
"amount": Money,
"custom_giftcard_amount": Money,
"message": "xyz789",
"recipient_email": "abc123",
"recipient_name": "abc123",
"sender_email": "abc123",
"sender_name": "abc123"
}
GiftCardOrderItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
The final discount information for the product. |
eligible_for_return - Boolean
|
Indicates whether the order item is eligible to be in a return request. |
entered_options - [OrderItemOption]
|
The entered option for the base product, such as a logo or image. |
gift_card - GiftCardItem
|
Selected gift card properties for an order item. |
gift_message - GiftMessage
|
The selected gift message for the order item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order item. |
id - ID!
|
The unique ID for an OrderItemInterface object. |
product - ProductInterface
|
The ProductInterface object, which contains details about the base product |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price of the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
product_type - String
|
The type of product, such as simple, configurable, etc. |
product_url_key - String
|
URL key of the base product. |
quantity_canceled - Float
|
The number of canceled items. |
quantity_invoiced - Float
|
The number of invoiced items. |
quantity_ordered - Float
|
The number of units ordered for this item. |
quantity_refunded - Float
|
The number of refunded items. |
quantity_returned - Float
|
The number of returned items. |
quantity_shipped - Float
|
The number of shipped items. |
selected_options - [OrderItemOption]
|
The selected options for the base product, such as color or size. |
status - String
|
The status of the order item. |
Example
{
"discounts": [Discount],
"eligible_for_return": true,
"entered_options": [OrderItemOption],
"gift_card": GiftCardItem,
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "4",
"product": ProductInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "abc123",
"product_type": "xyz789",
"product_url_key": "xyz789",
"quantity_canceled": 123.45,
"quantity_invoiced": 987.65,
"quantity_ordered": 123.45,
"quantity_refunded": 987.65,
"quantity_returned": 123.45,
"quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
"status": "xyz789"
}
GiftCardProduct
Description
Defines properties of a gift card.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
allow_message - Boolean
|
Indicates whether the customer can provide a message to accompany the gift card. |
allow_open_amount - Boolean
|
Indicates whether shoppers have the ability to set the value of the gift card. |
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_card_options - [CustomizableOptionInterface]!
|
An array of customizable gift card options. |
gift_message_available - String
|
Indicates whether a gift message is available. |
giftcard_amounts - [GiftCardAmounts]
|
An array that contains information about the values and ID of a gift card. |
giftcard_type - GiftCardTypeEnum
|
An enumeration that specifies the type of gift card. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_redeemable - Boolean
|
Indicates whether the customer can redeem the value on the card for cash. |
is_returnable - String
|
Indicates whether the product can be returned. |
lifetime - Int
|
The number of days after purchase until the gift card expires. A null value means there is no limit. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
message_max_length - Int
|
The maximum number of characters the gift message can contain. |
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
open_amount_max - Float
|
The maximum acceptable value of an open amount gift card. |
open_amount_min - Float
|
The minimum acceptable value of an open amount gift card. |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
weight - Float
|
The weight of the item, in units defined by the store. |
Example
{
"activity": "abc123",
"allow_message": false,
"allow_open_amount": true,
"attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
"climate": "abc123",
"collar": "xyz789",
"color": 987,
"country_of_manufacture": "abc123",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 123,
"erin_recommends": 987,
"features_bags": "abc123",
"format": 123,
"gender": "xyz789",
"gift_card_options": [CustomizableOptionInterface],
"gift_message_available": "abc123",
"giftcard_amounts": [GiftCardAmounts],
"giftcard_type": "VIRTUAL",
"id": 123,
"image": ProductImage,
"is_redeemable": false,
"is_returnable": "abc123",
"lifetime": 987,
"manufacturer": 123,
"material": "abc123",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"message_max_length": 987,
"meta_description": "abc123",
"meta_keyword": "abc123",
"meta_title": "xyz789",
"name": "abc123",
"new": 123,
"new_from_date": "xyz789",
"new_to_date": "abc123",
"only_x_left_in_stock": 987.65,
"open_amount_max": 987.65,
"open_amount_min": 987.65,
"options": [CustomizableOptionInterface],
"options_container": "xyz789",
"pattern": "xyz789",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 123,
"rating_summary": 123.45,
"redirect_code": 987,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 987,
"reviews": ProductReviews,
"sale": 123,
"short_description": ComplexTextValue,
"size": 987,
"sku": "abc123",
"sleeve": "xyz789",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 987.65,
"special_to_date": "abc123",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "abc123",
"style_bags": "xyz789",
"style_bottom": "abc123",
"style_general": "abc123",
"swatch_image": "xyz789",
"thumbnail": ProductImage,
"tier_price": 123.45,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "abc123",
"uid": "4",
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"url_path": "xyz789",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"websites": [Website],
"weight": 123.45
}
GiftCardRequisitionListItem
Description
Contains details about gift cards added to a requisition list.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
gift_card_options - GiftCardOptions!
|
An array that defines gift card properties. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The amount added. |
uid - ID!
|
The unique ID for the requisition list item. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"gift_card_options": GiftCardOptions,
"product": ProductInterface,
"quantity": 987.65,
"uid": "4"
}
GiftCardShipmentItem
Fields
Field Name | Description |
---|---|
gift_card - GiftCardItem
|
Selected gift card properties for a shipment item. |
id - ID!
|
The unique ID for a ShipmentItemInterface object. |
order_item - OrderItemInterface
|
The order item associated with the shipment item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product. |
product_sku - String!
|
The SKU of the base product. |
quantity_shipped - Float!
|
The number of shipped items. |
Example
{
"gift_card": GiftCardItem,
"id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_shipped": 987.65
}
GiftCardTypeEnum
Description
Specifies the gift card type.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"VIRTUAL"
GiftCardWishlistItem
Description
A single gift card added to a wish list.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
gift_card_options - GiftCardOptions!
|
Details about a gift card. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"gift_card_options": GiftCardOptions,
"id": 4,
"product": ProductInterface,
"quantity": 123.45
}
GiftMessage
GiftMessageInput
GiftOptionsPrices
Description
Contains prices for gift wrapping options.
Example
{
"gift_wrapping_for_items": Money,
"gift_wrapping_for_order": Money,
"printed_card": Money
}
GiftRegistry
Description
Contains details about a gift registry.
Fields
Field Name | Description |
---|---|
created_at - String!
|
The date on which the gift registry was created. Only the registry owner can access this attribute. |
dynamic_attributes - [GiftRegistryDynamicAttribute]
|
An array of attributes that define elements of the gift registry. Each attribute is specified as a code-value pair. |
event_name - String!
|
The name of the event. |
items - [GiftRegistryItemInterface]
|
An array of products added to the gift registry. |
message - String!
|
The message text the customer entered to describe the event. |
owner_name - String!
|
The customer who created the gift registry. |
privacy_settings - GiftRegistryPrivacySettings!
|
An enum that states whether the gift registry is PRIVATE or PUBLIC. Only the registry owner can access this attribute. |
registrants - [GiftRegistryRegistrant]
|
Contains details about each registrant for the event. |
shipping_address - CustomerAddress
|
Contains the customer's shipping address. Only the registry owner can access this attribute. |
status - GiftRegistryStatus!
|
An enum that states whether the gift registry is ACTIVE or INACTIVE. Only the registry owner can access this attribute. |
type - GiftRegistryType
|
The type of gift registry. |
uid - ID!
|
The unique ID assigned to the gift registry. |
Example
{
"created_at": "xyz789",
"dynamic_attributes": [GiftRegistryDynamicAttribute],
"event_name": "xyz789",
"items": [GiftRegistryItemInterface],
"message": "xyz789",
"owner_name": "xyz789",
"privacy_settings": "PRIVATE",
"registrants": [GiftRegistryRegistrant],
"shipping_address": CustomerAddress,
"status": "ACTIVE",
"type": GiftRegistryType,
"uid": "4"
}
GiftRegistryDynamicAttribute
Fields
Field Name | Description |
---|---|
code - ID!
|
The internal ID of the dynamic attribute. |
group - GiftRegistryDynamicAttributeGroup!
|
Indicates which group the dynamic attribute is a member of. |
label - String!
|
The display name of the dynamic attribute. |
value - String!
|
A corresponding value for the code. |
Example
{
"code": "4",
"group": "EVENT_INFORMATION",
"label": "abc123",
"value": "xyz789"
}
GiftRegistryDynamicAttributeGroup
Description
Defines the group type of a gift registry dynamic attribute.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Example
"EVENT_INFORMATION"
GiftRegistryDynamicAttributeInput
GiftRegistryDynamicAttributeInterface
Fields
Field Name | Description |
---|---|
code - ID!
|
The internal ID of the dynamic attribute. |
label - String!
|
The display name of the dynamic attribute. |
value - String!
|
A corresponding value for the code. |
Possible Types
GiftRegistryDynamicAttributeInterface Types |
---|
Example
{
"code": "4",
"label": "xyz789",
"value": "abc123"
}
GiftRegistryDynamicAttributeMetadata
Fields
Field Name | Description |
---|---|
attribute_group - String!
|
Indicates which group the dynamic attribute a member of. |
code - ID!
|
The internal ID of the dynamic attribute. |
input_type - String!
|
The selected input type for this dynamic attribute. The value can be one of several static or custom types. |
is_required - Boolean!
|
Indicates whether the dynamic attribute is required. |
label - String!
|
The display name of the dynamic attribute. |
sort_order - Int
|
The order in which to display the dynamic attribute. |
Example
{
"attribute_group": "abc123",
"code": 4,
"input_type": "xyz789",
"is_required": true,
"label": "xyz789",
"sort_order": 123
}
GiftRegistryDynamicAttributeMetadataInterface
Fields
Field Name | Description |
---|---|
attribute_group - String!
|
Indicates which group the dynamic attribute a member of. |
code - ID!
|
The internal ID of the dynamic attribute. |
input_type - String!
|
The selected input type for this dynamic attribute. The value can be one of several static or custom types. |
is_required - Boolean!
|
Indicates whether the dynamic attribute is required. |
label - String!
|
The display name of the dynamic attribute. |
sort_order - Int
|
The order in which to display the dynamic attribute. |
Possible Types
GiftRegistryDynamicAttributeMetadataInterface Types |
---|
Example
{
"attribute_group": "abc123",
"code": "4",
"input_type": "abc123",
"is_required": false,
"label": "xyz789",
"sort_order": 123
}
GiftRegistryItem
Fields
Field Name | Description |
---|---|
created_at - String!
|
The date the product was added to the gift registry. |
note - String
|
A brief message about the gift registry item. |
product - ProductInterface
|
Details about the gift registry item. |
quantity - Float!
|
The requested quantity of the product. |
quantity_fulfilled - Float!
|
The fulfilled quantity of the product. |
uid - ID!
|
The unique ID of a gift registry item. |
Example
{
"created_at": "xyz789",
"note": "abc123",
"product": ProductInterface,
"quantity": 123.45,
"quantity_fulfilled": 123.45,
"uid": "4"
}
GiftRegistryItemInterface
Fields
Field Name | Description |
---|---|
created_at - String!
|
The date the product was added to the gift registry. |
note - String
|
A brief message about the gift registry item. |
product - ProductInterface
|
Details about the gift registry item. |
quantity - Float!
|
The requested quantity of the product. |
quantity_fulfilled - Float!
|
The fulfilled quantity of the product. |
uid - ID!
|
The unique ID of a gift registry item. |
Possible Types
GiftRegistryItemInterface Types |
---|
Example
{
"created_at": "xyz789",
"note": "abc123",
"product": ProductInterface,
"quantity": 987.65,
"quantity_fulfilled": 987.65,
"uid": 4
}
GiftRegistryItemUserErrorInterface
Description
Contains the status and any errors that encountered with the customer's gift register item.
Fields
Field Name | Description |
---|---|
status - Boolean!
|
Indicates whether the attempt to move the cart items to the gift registry was successful. |
user_errors - [GiftRegistryItemsUserError]!
|
An array of errors encountered while moving items from the cart to the gift registry. |
Possible Types
GiftRegistryItemUserErrorInterface Types |
---|
Example
{
"status": false,
"user_errors": [GiftRegistryItemsUserError]
}
GiftRegistryItemsUserError
Description
Contains details about an error that occurred when processing a gift registry item.
Fields
Field Name | Description |
---|---|
code - GiftRegistryItemsUserErrorType!
|
An error code that describes the error encountered. |
gift_registry_item_uid - ID
|
The unique ID of the gift registry item containing an error. |
gift_registry_uid - ID
|
The unique ID of the GiftRegistry object containing an error. |
message - String!
|
A localized error message. |
product_uid - ID
|
The unique ID of the product containing an error. |
Example
{
"code": "OUT_OF_STOCK",
"gift_registry_item_uid": "4",
"gift_registry_uid": 4,
"message": "xyz789",
"product_uid": 4
}
GiftRegistryItemsUserErrorType
Description
Defines the error type.
Values
Enum Value | Description |
---|---|
|
Used for handling out of stock products. |
|
Used for exceptions like EntityNotFound. |
|
Used for other exceptions, such as database connection failures. |
Example
"OUT_OF_STOCK"
GiftRegistryOutputInterface
Description
Contains the customer's gift registry.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry. |
Possible Types
GiftRegistryOutputInterface Types |
---|
Example
{"gift_registry": GiftRegistry}
GiftRegistryPrivacySettings
Description
Defines the privacy setting of the gift registry.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"PRIVATE"
GiftRegistryRegistrant
Description
Contains details about a registrant.
Fields
Field Name | Description |
---|---|
dynamic_attributes - [GiftRegistryRegistrantDynamicAttribute]
|
An array of dynamic attributes assigned to the registrant. |
email - String!
|
The email address of the registrant. Only the registry owner can access this attribute. |
firstname - String!
|
The first name of the registrant. |
lastname - String!
|
The last name of the registrant. |
uid - ID!
|
The unique ID assigned to the registrant. |
Example
{
"dynamic_attributes": [
GiftRegistryRegistrantDynamicAttribute
],
"email": "abc123",
"firstname": "abc123",
"lastname": "xyz789",
"uid": 4
}
GiftRegistryRegistrantDynamicAttribute
GiftRegistrySearchResult
Description
Contains the results of a gift registry search.
Fields
Field Name | Description |
---|---|
event_date - String
|
The date of the event. |
event_title - String!
|
The title given to the event. |
gift_registry_uid - ID!
|
The URL key of the gift registry. |
location - String
|
The location of the event. |
name - String!
|
The name of the gift registry owner. |
type - String
|
The type of event being held. |
Example
{
"event_date": "xyz789",
"event_title": "abc123",
"gift_registry_uid": 4,
"location": "xyz789",
"name": "abc123",
"type": "xyz789"
}
GiftRegistryShippingAddressInput
Description
Defines a shipping address for a gift registry. Specify either address_data
or the address_id
. If both are provided, validation will fail.
Fields
Input Field | Description |
---|---|
address_data - CustomerAddressInput
|
Defines the shipping address for this gift registry. |
address_id - ID
|
The ID assigned to this customer address. |
Example
{"address_data": CustomerAddressInput, "address_id": 4}
GiftRegistryStatus
Description
Defines the status of the gift registry.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"ACTIVE"
GiftRegistryType
Description
Contains details about a gift registry type.
Fields
Field Name | Description |
---|---|
dynamic_attributes_metadata - [GiftRegistryDynamicAttributeMetadataInterface]
|
An array of attributes that define elements of the gift registry. Each attribute is specified as a code-value pair. |
label - String!
|
The label assigned to the gift registry type on the Admin. |
uid - ID!
|
The unique ID assigned to the gift registry type. |
Example
{
"dynamic_attributes_metadata": [
GiftRegistryDynamicAttributeMetadataInterface
],
"label": "xyz789",
"uid": 4
}
GiftWrapping
Description
Contains details about the selected or available gift wrapping options.
Fields
Field Name | Description |
---|---|
design - String!
|
The name of the gift wrapping design. |
id - ID!
|
The unique ID for a GiftWrapping object. Use uid instead
|
image - GiftWrappingImage
|
The preview image for a gift wrapping option. |
price - Money!
|
The gift wrapping price. |
uid - ID!
|
The unique ID for a GiftWrapping object. |
Example
{
"design": "abc123",
"id": 4,
"image": GiftWrappingImage,
"price": Money,
"uid": 4
}
GiftWrappingImage
GroupedProduct
Description
Defines a grouped product, which consists of simple standalone products that are presented as a group.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
items - [GroupedProductItem]
|
An array containing grouped product items. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
weight - Float
|
The weight of the item, in units defined by the store. |
Example
{
"activity": "abc123",
"attribute_set_id": 987,
"canonical_url": "xyz789",
"categories": [CategoryInterface],
"category_gear": "xyz789",
"climate": "xyz789",
"collar": "xyz789",
"color": 123,
"country_of_manufacture": "xyz789",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 987,
"erin_recommends": 987,
"features_bags": "xyz789",
"format": 987,
"gender": "abc123",
"gift_message_available": "xyz789",
"id": 123,
"image": ProductImage,
"is_returnable": "xyz789",
"items": [GroupedProductItem],
"manufacturer": 123,
"material": "xyz789",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
"meta_keyword": "abc123",
"meta_title": "abc123",
"name": "abc123",
"new": 123,
"new_from_date": "xyz789",
"new_to_date": "abc123",
"only_x_left_in_stock": 987.65,
"options_container": "xyz789",
"pattern": "abc123",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 123,
"rating_summary": 987.65,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 123,
"reviews": ProductReviews,
"sale": 123,
"short_description": ComplexTextValue,
"size": 123,
"sku": "xyz789",
"sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "xyz789",
"style_bags": "abc123",
"style_bottom": "abc123",
"style_general": "abc123",
"swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "xyz789",
"uid": 4,
"updated_at": "xyz789",
"upsell_products": [ProductInterface],
"url_key": "abc123",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "abc123",
"websites": [Website],
"weight": 987.65
}
GroupedProductItem
Description
Contains information about an individual grouped product item.
Fields
Field Name | Description |
---|---|
position - Int
|
The relative position of this item compared to the other group items. |
product - ProductInterface
|
Details about this product option. |
qty - Float
|
The quantity of this grouped product item. |
Example
{
"position": 123,
"product": ProductInterface,
"qty": 987.65
}
GroupedProductWishlistItem
Description
A grouped product wish list item.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"id": 4,
"product": ProductInterface,
"quantity": 123.45
}
HostedFieldsConfig
Fields
Field Name | Description |
---|---|
cc_vault_code - String
|
Vault payment method code |
code - String
|
The payment method code as defined in the payment gateway |
is_vault_enabled - Boolean
|
Card vault enabled |
is_visible - Boolean
|
Indicates whether the payment method is displayed |
payment_intent - String
|
Defines the payment intent (Authorize or Capture |
payment_source - String
|
The payment source for the payment method |
requires_card_details - Boolean
|
Card and bin details required |
sdk_params - [SDKParams]
|
The PayPal parameters required to load the JS SDK |
sort_order - String
|
The relative order the payment method is displayed on the checkout page |
three_ds - Boolean
|
3DS mode |
title - String
|
The name displayed for the payment method |
Example
{
"cc_vault_code": "xyz789",
"code": "abc123",
"is_vault_enabled": false,
"is_visible": true,
"payment_intent": "xyz789",
"payment_source": "abc123",
"requires_card_details": false,
"sdk_params": [SDKParams],
"sort_order": "xyz789",
"three_ds": false,
"title": "xyz789"
}
HostedFieldsInput
Description
Hosted Fields payment inputs
Fields
Input Field | Description |
---|---|
cardBin - String
|
Card bin number |
cardExpiryMonth - String
|
Expiration month of the card |
cardExpiryYear - String
|
Expiration year of the card |
cardLast4 - String
|
Last four digits of the card |
holderName - String
|
Name on the card |
is_active_payment_token_enabler - Boolean
|
Indicates whether details about the shopper's credit/debit card should be tokenized for later usage. Required only if Vault is enabled for the Payment Services payment integration. |
payment_source - String
|
The payment source for the payment method |
payments_order_id - String
|
The payment services order ID |
paypal_order_id - String
|
PayPal order ID |
Example
{
"cardBin": "abc123",
"cardExpiryMonth": "xyz789",
"cardExpiryYear": "abc123",
"cardLast4": "abc123",
"holderName": "xyz789",
"is_active_payment_token_enabler": true,
"payment_source": "xyz789",
"payments_order_id": "abc123",
"paypal_order_id": "abc123"
}
HostedProInput
Description
Contains a set of relative URLs that PayPal uses in response to various actions during the authorization process. Magento prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for Payments Pro Hosted Solution payment method.
Fields
Input Field | Description |
---|---|
cancel_url - String!
|
The relative URL of the page that PayPal redirects to when the buyer cancels the transaction in order to choose a different payment method. For example, if the full URL to this page is https://www.example.com/paypal/action/cancel.html, the relative URL is paypal/action/cancel.html. |
return_url - String!
|
The relative URL of the final confirmation page that PayPal redirects to upon payment success. For example, if the full URL to this page is https://www.example.com/paypal/action/return.html, the relative URL is paypal/action/return.html. |
Example
{
"cancel_url": "abc123",
"return_url": "xyz789"
}
HostedProUrl
Description
Contains the secure URL used for the Payments Pro Hosted Solution payment method.
Fields
Field Name | Description |
---|---|
secure_form_url - String
|
The secure URL generated by PayPal. |
Example
{"secure_form_url": "xyz789"}
HostedProUrlInput
Description
Contains the required input to request the secure URL for Payments Pro Hosted Solution payment.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the shopper's cart. |
Example
{"cart_id": "xyz789"}
HttpQueryParameter
ID
Description
The ID
scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4"
) or integer (such as 4
) input value will be accepted as an ID.
Example
"4"
ImageSwatchData
InputFilterEnum
Description
List of templates/filters applied to customer attribute input.
Values
Enum Value | Description |
---|---|
|
There are no templates or filters to be applied. |
|
Forces attribute input to follow the date format. |
|
Strip whitespace (or other characters) from the beginning and end of the input. |
|
Strip HTML Tags. |
|
Escape HTML Entities. |
Example
"NONE"
Int
Description
The Int
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Example
123
InternalError
Description
Contains an error message when an internal error occurred.
Fields
Field Name | Description |
---|---|
message - String!
|
The returned error message. |
Example
{"message": "xyz789"}
Invoice
Description
Contains invoice details.
Fields
Field Name | Description |
---|---|
comments - [SalesCommentItem]
|
Comments on the invoice. |
id - ID!
|
The unique ID for a Invoice object. |
items - [InvoiceItemInterface]
|
Invoiced product details. |
number - String!
|
Sequential invoice number. |
total - InvoiceTotal
|
Invoice total amount details. |
Example
{
"comments": [SalesCommentItem],
"id": "4",
"items": [InvoiceItemInterface],
"number": "abc123",
"total": InvoiceTotal
}
InvoiceItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Information about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for an InvoiceItemInterface object. |
order_item - OrderItemInterface
|
Details about an individual order item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_invoiced - Float
|
The number of invoiced items. |
Example
{
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_invoiced": 987.65
}
InvoiceItemInterface
Description
Contains detailes about invoiced items.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
Information about the final discount amount for the base product, including discounts on options. |
id - ID!
|
The unique ID for an InvoiceItemInterface object. |
order_item - OrderItemInterface
|
Details about an individual order item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product including selected options. |
product_sku - String!
|
The SKU of the base product. |
quantity_invoiced - Float
|
The number of invoiced items. |
Possible Types
InvoiceItemInterface Types |
---|
Example
{
"discounts": [Discount],
"id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"quantity_invoiced": 123.45
}
InvoiceTotal
Description
Contains price details from an invoice.
Fields
Field Name | Description |
---|---|
base_grand_total - Money!
|
The final base grand total amount in the base currency. |
discounts - [Discount]
|
The applied discounts to the invoice. |
grand_total - Money!
|
The final total amount, including shipping, discounts, and taxes. |
shipping_handling - ShippingHandling
|
Details about the shipping and handling costs for the invoice. |
subtotal - Money!
|
The subtotal of the invoice, excluding shipping, discounts, and taxes. |
taxes - [TaxItem]
|
The invoice tax details. |
total_shipping - Money!
|
The shipping amount for the invoice. |
total_tax - Money!
|
The amount of tax applied to the invoice. |
Example
{
"base_grand_total": Money,
"discounts": [Discount],
"grand_total": Money,
"shipping_handling": ShippingHandling,
"subtotal": Money,
"taxes": [TaxItem],
"total_shipping": Money,
"total_tax": Money
}
IsCompanyAdminEmailAvailableOutput
Description
Contains the response of a company admin email validation query.
Fields
Field Name | Description |
---|---|
is_email_available - Boolean!
|
Indicates whether the specified email address can be used to create a company administrator. |
Example
{"is_email_available": false}
IsCompanyEmailAvailableOutput
Description
Contains the response of a company email validation query.
Fields
Field Name | Description |
---|---|
is_email_available - Boolean!
|
Indicates whether the specified email address can be used to create a company. |
Example
{"is_email_available": true}
IsCompanyRoleNameAvailableOutput
Description
Contains the response of a role name validation query.
Fields
Field Name | Description |
---|---|
is_role_name_available - Boolean!
|
Indicates whether the specified company role name is available. |
Example
{"is_role_name_available": false}
IsCompanyUserEmailAvailableOutput
Description
Contains the response of a company user email validation query.
Fields
Field Name | Description |
---|---|
is_email_available - Boolean!
|
Indicates whether the specified email address can be used to create a company user. |
Example
{"is_email_available": true}
IsEmailAvailableOutput
Description
Contains the result of the isEmailAvailable
query.
Fields
Field Name | Description |
---|---|
is_email_available - Boolean
|
Indicates whether the specified email address can be used to create a customer. |
Example
{"is_email_available": true}
ItemNote
Description
The note object for quote line item.
Fields
Field Name | Description |
---|---|
created_at - String
|
Timestamp that reflects note creation date. |
creator_id - Int
|
ID of the user who submitted a note. |
creator_type - Int
|
Type of teh user who submitted a note. |
negotiable_quote_item_uid - ID
|
The unique ID of a CartItemInterface object. |
note - String
|
Note text. |
note_uid - ID
|
The unique ID of a ItemNote object. |
Example
{
"created_at": "abc123",
"creator_id": 123,
"creator_type": 987,
"negotiable_quote_item_uid": "4",
"note": "abc123",
"note_uid": "4"
}
ItemSelectedBundleOption
Description
A list of options of the selected bundle product.
Fields
Field Name | Description |
---|---|
id - ID!
|
The unique ID for a ItemSelectedBundleOption object. Use uid instead.
|
label - String!
|
The label of the option. |
uid - ID!
|
The unique ID for a ItemSelectedBundleOption object. |
values - [ItemSelectedBundleOptionValue]
|
A list of products that represent the values of the parent option. |
Example
{
"id": "4",
"label": "xyz789",
"uid": "4",
"values": [ItemSelectedBundleOptionValue]
}
ItemSelectedBundleOptionValue
Description
A list of values for the selected bundle product.
Fields
Field Name | Description |
---|---|
id - ID!
|
The unique ID for a ItemSelectedBundleOptionValue object. Use uid instead.
|
price - Money!
|
The price of the child bundle product. |
product_name - String!
|
The name of the child bundle product. |
product_sku - String!
|
The SKU of the child bundle product. |
quantity - Float!
|
The number of this bundle product that were ordered. |
uid - ID!
|
The unique ID for a ItemSelectedBundleOptionValue object. |
Example
{
"id": "4",
"price": Money,
"product_name": "xyz789",
"product_sku": "abc123",
"quantity": 987.65,
"uid": 4
}
KeyValue
LayerFilter
Description
Contains information for rendering layered navigation.
Fields
Field Name | Description |
---|---|
filter_items - [LayerFilterItemInterface]
|
An array of filter items. Use Aggregation.options instead.
|
filter_items_count - Int
|
The count of filter items in filter group. Use Aggregation.count instead.
|
name - String
|
The name of a layered navigation filter. Use Aggregation.label instead.
|
request_var - String
|
The request variable name for a filter query. Use Aggregation.attribute_code instead.
|
Example
{
"filter_items": [LayerFilterItemInterface],
"filter_items_count": 123,
"name": "abc123",
"request_var": "abc123"
}
LayerFilterItem
Fields
Field Name | Description |
---|---|
items_count - Int
|
The count of items per filter. Use AggregationOption.count instead.
|
label - String
|
The label for a filter. Use AggregationOption.label instead.
|
value_string - String
|
The value of a filter request variable to be used in query. Use AggregationOption.value instead.
|
Example
{
"items_count": 123,
"label": "abc123",
"value_string": "xyz789"
}
LayerFilterItemInterface
Fields
Field Name | Description |
---|---|
items_count - Int
|
The count of items per filter. Use AggregationOption.count instead.
|
label - String
|
The label for a filter. Use AggregationOption.label instead.
|
value_string - String
|
The value of a filter request variable to be used in query. Use AggregationOption.value instead.
|
Possible Types
LayerFilterItemInterface Types |
---|
Example
{
"items_count": 987,
"label": "xyz789",
"value_string": "abc123"
}
LineItemNoteInput
MediaGalleryEntry
Description
Defines characteristics about images and videos associated with a specific product.
Fields
Field Name | Description |
---|---|
content - ProductMediaGalleryEntriesContent
|
Details about the content of the media gallery item. |
disabled - Boolean
|
Indicates whether the image is hidden from view. |
file - String
|
The path of the image on the server. |
id - Int
|
The identifier assigned to the object. Use uid instead.
|
label - String
|
The alt text displayed on the storefront when the user points to the image. |
media_type - String
|
Either image or video . |
position - Int
|
The media item's position after it has been sorted. |
types - [String]
|
Array of image types. It can have the following values: image, small_image, thumbnail. |
uid - ID!
|
The unique ID for a MediaGalleryEntry object. |
video_content - ProductMediaGalleryEntriesVideoContent
|
Details about the content of a video item. |
Example
{
"content": ProductMediaGalleryEntriesContent,
"disabled": true,
"file": "abc123",
"id": 987,
"label": "abc123",
"media_type": "abc123",
"position": 123,
"types": ["xyz789"],
"uid": 4,
"video_content": ProductMediaGalleryEntriesVideoContent
}
MediaGalleryInterface
Description
Contains basic information about a product image or video.
Fields
Field Name | Description |
---|---|
disabled - Boolean
|
Indicates whether the image is hidden from view. |
label - String
|
The label of the product image or video. |
position - Int
|
The media item's position after it has been sorted. |
url - String
|
The URL of the product image or video. |
Possible Types
MediaGalleryInterface Types |
---|
Example
{
"disabled": true,
"label": "xyz789",
"position": 987,
"url": "abc123"
}
MessageStyleLogo
Fields
Field Name | Description |
---|---|
type - String
|
The type of logo for the PayPal Pay Later messaging |
Example
{"type": "abc123"}
MessageStyles
Fields
Field Name | Description |
---|---|
layout - String
|
Determines the Pay Later message layout |
logo - MessageStyleLogo
|
The preferences for the Message logo |
Example
{
"layout": "xyz789",
"logo": MessageStyleLogo
}
Money
Description
Defines a monetary value, including a numeric value and a currency code.
Fields
Field Name | Description |
---|---|
currency - CurrencyEnum
|
A three-letter currency code, such as USD or EUR. |
value - Float
|
A number expressing a monetary value. |
Example
{"currency": "AFN", "value": 123.45}
MoveCartItemsToGiftRegistryOutput
Description
Contains the customer's gift registry and any errors encountered.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry. |
status - Boolean!
|
Indicates whether the attempt to move the cart items to the gift registry was successful. |
user_errors - [GiftRegistryItemsUserError]!
|
An array of errors encountered while moving items from the cart to the gift registry. |
Example
{
"gift_registry": GiftRegistry,
"status": true,
"user_errors": [GiftRegistryItemsUserError]
}
MoveItemsBetweenRequisitionListsInput
Description
An input object that defines the items in a requisition list to be moved.
Fields
Input Field | Description |
---|---|
requisitionListItemUids - [ID]!
|
An array of IDs representing products moved from one requisition list to another. |
Example
{"requisitionListItemUids": [4]}
MoveItemsBetweenRequisitionListsOutput
Description
Output of the request to move items to another requisition list.
Fields
Field Name | Description |
---|---|
destination_requisition_list - RequisitionList
|
The destination requisition list after moving items. |
source_requisition_list - RequisitionList
|
The source requisition list after moving items. |
Example
{
"destination_requisition_list": RequisitionList,
"source_requisition_list": RequisitionList
}
MoveProductsBetweenWishlistsOutput
Description
Contains the source and target wish lists after moving products.
Fields
Field Name | Description |
---|---|
destination_wishlist - Wishlist!
|
The destination wish list after receiving products moved from the source wish list. |
source_wishlist - Wishlist!
|
The source wish list after moving products from it. |
user_errors - [WishListUserInputError]!
|
An array of errors encountered while moving products to a wish list. |
Example
{
"destination_wishlist": Wishlist,
"source_wishlist": Wishlist,
"user_errors": [WishListUserInputError]
}
NegotiableQuote
Description
Contains details about a negotiable quote.
Fields
Field Name | Description |
---|---|
available_payment_methods - [AvailablePaymentMethod]
|
An array of payment methods that can be applied to the negotiable quote. |
billing_address - NegotiableQuoteBillingAddress
|
The billing address applied to the negotiable quote. |
buyer - NegotiableQuoteUser!
|
The first and last name of the buyer. |
comments - [NegotiableQuoteComment]
|
A list of comments made by the buyer and seller. |
created_at - String
|
Timestamp indicating when the negotiable quote was created. |
email - String
|
The email address of the company user. |
history - [NegotiableQuoteHistoryEntry]
|
A list of status and price changes for the negotiable quote. |
is_virtual - Boolean!
|
Indicates whether the negotiable quote contains only virtual products. |
items - [CartItemInterface]
|
The list of items in the negotiable quote. |
name - String!
|
The title assigned to the negotiable quote. |
prices - CartPrices
|
A set of subtotals and totals applied to the negotiable quote. |
selected_payment_method - SelectedPaymentMethod
|
The payment method that was applied to the negotiable quote. |
shipping_addresses - [NegotiableQuoteShippingAddress]!
|
A list of shipping addresses applied to the negotiable quote. |
status - NegotiableQuoteStatus!
|
The status of the negotiable quote. |
total_quantity - Float!
|
The total number of items in the negotiable quote. |
uid - ID!
|
The unique ID of a NegotiableQuote object. |
updated_at - String
|
Timestamp indicating when the negotiable quote was updated. |
Example
{
"available_payment_methods": [AvailablePaymentMethod],
"billing_address": NegotiableQuoteBillingAddress,
"buyer": NegotiableQuoteUser,
"comments": [NegotiableQuoteComment],
"created_at": "abc123",
"email": "xyz789",
"history": [NegotiableQuoteHistoryEntry],
"is_virtual": false,
"items": [CartItemInterface],
"name": "abc123",
"prices": CartPrices,
"selected_payment_method": SelectedPaymentMethod,
"shipping_addresses": [NegotiableQuoteShippingAddress],
"status": "SUBMITTED",
"total_quantity": 123.45,
"uid": "4",
"updated_at": "xyz789"
}
NegotiableQuoteAddressCountry
NegotiableQuoteAddressInput
Description
Defines the billing or shipping address to be applied to the cart.
Fields
Input Field | Description |
---|---|
city - String!
|
The city specified for the billing or shipping address. |
company - String
|
The company name. |
country_code - String!
|
The country code and label for the billing or shipping address. |
firstname - String!
|
The first name of the company user. |
lastname - String!
|
The last name of the company user. |
postcode - String
|
The ZIP or postal code of the billing or shipping address. |
region - String
|
A string that defines the state or province of the billing or shipping address. |
region_id - Int
|
An integer that defines the state or province of the billing or shipping address. |
save_in_address_book - Boolean
|
Determines whether to save the address in the customer's address book. The default value is true. |
street - [String]!
|
An array containing the street for the billing or shipping address. |
telephone - String
|
The telephone number for the billing or shipping address. |
Example
{
"city": "abc123",
"company": "abc123",
"country_code": "abc123",
"firstname": "abc123",
"lastname": "xyz789",
"postcode": "abc123",
"region": "xyz789",
"region_id": 987,
"save_in_address_book": true,
"street": ["xyz789"],
"telephone": "xyz789"
}
NegotiableQuoteAddressInterface
Fields
Field Name | Description |
---|---|
city - String!
|
The company's city or town. |
company - String
|
The company name associated with the shipping/billing address. |
country - NegotiableQuoteAddressCountry!
|
The company's country. |
firstname - String!
|
The first name of the company user. |
lastname - String!
|
The last name of the company user. |
postcode - String
|
The company's ZIP or postal code. |
region - NegotiableQuoteAddressRegion
|
An object containing the region name, region code, and region ID. |
street - [String]!
|
An array of strings that define the street number and name. |
telephone - String
|
The customer's telephone number. |
Possible Types
NegotiableQuoteAddressInterface Types |
---|
Example
{
"city": "abc123",
"company": "xyz789",
"country": NegotiableQuoteAddressCountry,
"firstname": "xyz789",
"lastname": "xyz789",
"postcode": "xyz789",
"region": NegotiableQuoteAddressRegion,
"street": ["xyz789"],
"telephone": "abc123"
}
NegotiableQuoteAddressRegion
NegotiableQuoteBillingAddress
Fields
Field Name | Description |
---|---|
city - String!
|
The company's city or town. |
company - String
|
The company name associated with the shipping/billing address. |
country - NegotiableQuoteAddressCountry!
|
The company's country. |
firstname - String!
|
The first name of the company user. |
lastname - String!
|
The last name of the company user. |
postcode - String
|
The company's ZIP or postal code. |
region - NegotiableQuoteAddressRegion
|
An object containing the region name, region code, and region ID. |
street - [String]!
|
An array of strings that define the street number and name. |
telephone - String
|
The customer's telephone number. |
Example
{
"city": "abc123",
"company": "abc123",
"country": NegotiableQuoteAddressCountry,
"firstname": "abc123",
"lastname": "abc123",
"postcode": "xyz789",
"region": NegotiableQuoteAddressRegion,
"street": ["abc123"],
"telephone": "xyz789"
}
NegotiableQuoteBillingAddressInput
Description
Defines the billing address.
Fields
Input Field | Description |
---|---|
address - NegotiableQuoteAddressInput
|
Defines a billing address. |
customer_address_uid - ID
|
The unique ID of a CustomerAddress object. |
same_as_shipping - Boolean
|
Indicates whether to set the billing address to be the same as the existing shipping address on the negotiable quote. |
use_for_shipping - Boolean
|
Indicates whether to set the shipping address to be the same as this billing address. |
Example
{
"address": NegotiableQuoteAddressInput,
"customer_address_uid": 4,
"same_as_shipping": true,
"use_for_shipping": true
}
NegotiableQuoteComment
Description
Contains a single plain text comment from either the buyer or seller.
Fields
Field Name | Description |
---|---|
author - NegotiableQuoteUser!
|
The first and last name of the commenter. |
created_at - String!
|
Timestamp indicating when the comment was created. |
creator_type - NegotiableQuoteCommentCreatorType!
|
Indicates whether a buyer or seller commented. |
text - String!
|
The plain text comment. |
uid - ID!
|
The unique ID of a NegotiableQuoteComment object. |
Example
{
"author": NegotiableQuoteUser,
"created_at": "xyz789",
"creator_type": "BUYER",
"text": "abc123",
"uid": "4"
}
NegotiableQuoteCommentCreatorType
Values
Enum Value | Description |
---|---|
|
|
|
Example
"BUYER"
NegotiableQuoteCommentInput
Description
Contains the commend provided by the buyer.
Fields
Input Field | Description |
---|---|
comment - String!
|
The comment provided by the buyer. |
Example
{"comment": "xyz789"}
NegotiableQuoteCustomLogChange
Description
Contains custom log entries added by third-party extensions.
Example
{
"new_value": "abc123",
"old_value": "abc123",
"title": "abc123"
}
NegotiableQuoteFilterInput
Description
Defines a filter to limit the negotiable quotes to return.
Fields
Input Field | Description |
---|---|
ids - FilterEqualTypeInput
|
Filter by the ID of one or more negotiable quotes. |
name - FilterMatchTypeInput
|
Filter by the negotiable quote name. |
Example
{
"ids": FilterEqualTypeInput,
"name": FilterMatchTypeInput
}
NegotiableQuoteHistoryChanges
Description
Contains a list of changes to a negotiable quote.
Fields
Field Name | Description |
---|---|
comment_added - NegotiableQuoteHistoryCommentChange
|
The comment provided with a change in the negotiable quote history. |
custom_changes - NegotiableQuoteCustomLogChange
|
Lists log entries added by third-party extensions. |
expiration - NegotiableQuoteHistoryExpirationChange
|
The expiration date of the negotiable quote before and after a change in the quote history. |
products_removed - NegotiableQuoteHistoryProductsRemovedChange
|
Lists products that were removed as a result of a change in the quote history. |
statuses - NegotiableQuoteHistoryStatusesChange
|
The status before and after a change in the negotiable quote history. |
total - NegotiableQuoteHistoryTotalChange
|
The total amount of the negotiable quote before and after a change in the quote history. |
Example
{
"comment_added": NegotiableQuoteHistoryCommentChange,
"custom_changes": NegotiableQuoteCustomLogChange,
"expiration": NegotiableQuoteHistoryExpirationChange,
"products_removed": NegotiableQuoteHistoryProductsRemovedChange,
"statuses": NegotiableQuoteHistoryStatusesChange,
"total": NegotiableQuoteHistoryTotalChange
}
NegotiableQuoteHistoryCommentChange
Description
Contains a comment submitted by a seller or buyer.
Fields
Field Name | Description |
---|---|
comment - String!
|
A plain text comment submitted by a seller or buyer. |
Example
{"comment": "xyz789"}
NegotiableQuoteHistoryEntry
Description
Contains details about a change for a negotiable quote.
Fields
Field Name | Description |
---|---|
author - NegotiableQuoteUser!
|
The person who made a change in the status of the negotiable quote. |
change_type - NegotiableQuoteHistoryEntryChangeType!
|
An enum that describes the why the entry in the negotiable quote history changed status. |
changes - NegotiableQuoteHistoryChanges
|
The set of changes in the negotiable quote. |
created_at - String
|
Timestamp indicating when the negotiable quote entry was created. |
uid - ID!
|
The unique ID of a NegotiableQuoteHistoryEntry object. |
Example
{
"author": NegotiableQuoteUser,
"change_type": "CREATED",
"changes": NegotiableQuoteHistoryChanges,
"created_at": "abc123",
"uid": 4
}
NegotiableQuoteHistoryEntryChangeType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"CREATED"
NegotiableQuoteHistoryExpirationChange
Description
Contains a new expiration date and the previous date.
Example
{
"new_expiration": "abc123",
"old_expiration": "abc123"
}
NegotiableQuoteHistoryProductsRemovedChange
Description
Contains lists of products that have been removed from the catalog and negotiable quote.
Fields
Field Name | Description |
---|---|
products_removed_from_catalog - [ID]
|
A list of product IDs the seller removed from the catalog. |
products_removed_from_quote - [ProductInterface]
|
A list of products removed from the negotiable quote by either the buyer or the seller. |
Example
{
"products_removed_from_catalog": [4],
"products_removed_from_quote": [ProductInterface]
}
NegotiableQuoteHistoryStatusChange
Description
Lists a new status change applied to a negotiable quote and the previous status.
Fields
Field Name | Description |
---|---|
new_status - NegotiableQuoteStatus!
|
The updated status. |
old_status - NegotiableQuoteStatus
|
The previous status. The value will be null for the first history entry in a negotiable quote. |
Example
{"new_status": "SUBMITTED", "old_status": "SUBMITTED"}
NegotiableQuoteHistoryStatusesChange
Description
Contains a list of status changes that occurred for the negotiable quote.
Fields
Field Name | Description |
---|---|
changes - [NegotiableQuoteHistoryStatusChange]!
|
A list of status changes. |
Example
{"changes": [NegotiableQuoteHistoryStatusChange]}
NegotiableQuoteHistoryTotalChange
NegotiableQuoteInvalidStateError
Description
An error indicating that an operation was attempted on a negotiable quote in an invalid state.
Fields
Field Name | Description |
---|---|
message - String!
|
The returned error message. |
Example
{"message": "abc123"}
NegotiableQuoteItemQuantityInput
NegotiableQuotePaymentMethodInput
Description
Defines the payment method to be applied to the negotiable quote.
Example
{
"code": "xyz789",
"purchase_order_number": "abc123"
}
NegotiableQuoteShippingAddress
Fields
Field Name | Description |
---|---|
available_shipping_methods - [AvailableShippingMethod]
|
An array of shipping methods available to the buyer. |
city - String!
|
The company's city or town. |
company - String
|
The company name associated with the shipping/billing address. |
country - NegotiableQuoteAddressCountry!
|
The company's country. |
firstname - String!
|
The first name of the company user. |
lastname - String!
|
The last name of the company user. |
postcode - String
|
The company's ZIP or postal code. |
region - NegotiableQuoteAddressRegion
|
An object containing the region name, region code, and region ID. |
selected_shipping_method - SelectedShippingMethod
|
The selected shipping method. |
street - [String]!
|
An array of strings that define the street number and name. |
telephone - String
|
The customer's telephone number. |
Example
{
"available_shipping_methods": [AvailableShippingMethod],
"city": "xyz789",
"company": "xyz789",
"country": NegotiableQuoteAddressCountry,
"firstname": "abc123",
"lastname": "abc123",
"postcode": "abc123",
"region": NegotiableQuoteAddressRegion,
"selected_shipping_method": SelectedShippingMethod,
"street": ["xyz789"],
"telephone": "abc123"
}
NegotiableQuoteShippingAddressInput
Description
Defines shipping addresses for the negotiable quote.
Fields
Input Field | Description |
---|---|
address - NegotiableQuoteAddressInput
|
A shipping address. |
customer_address_uid - ID
|
An ID from the company user's address book that uniquely identifies the address to be used for shipping. |
customer_notes - String
|
Text provided by the company user. |
Example
{
"address": NegotiableQuoteAddressInput,
"customer_address_uid": "4",
"customer_notes": "xyz789"
}
NegotiableQuoteSortInput
Description
Defines the field to use to sort a list of negotiable quotes.
Fields
Input Field | Description |
---|---|
sort_direction - SortEnum!
|
Whether to return results in ascending or descending order. |
sort_field - NegotiableQuoteSortableField!
|
The specified sort field. |
Example
{"sort_direction": "ASC", "sort_field": "QUOTE_NAME"}
NegotiableQuoteSortableField
Values
Enum Value | Description |
---|---|
|
Sorts negotiable quotes by name. |
|
Sorts negotiable quotes by the dates they were created. |
|
Sorts negotiable quotes by the dates they were last modified. |
Example
"QUOTE_NAME"
NegotiableQuoteStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"SUBMITTED"
NegotiableQuoteUidNonFatalResultInterface
Fields
Field Name | Description |
---|---|
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Possible Types
NegotiableQuoteUidNonFatalResultInterface Types |
---|
Example
{"quote_uid": 4}
NegotiableQuoteUidOperationSuccess
Description
Contains details about a successful operation on a negotiable quote.
Fields
Field Name | Description |
---|---|
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{"quote_uid": "4"}
NegotiableQuoteUser
NegotiableQuotesOutput
Description
Contains a list of negotiable that match the specified filter.
Fields
Field Name | Description |
---|---|
items - [NegotiableQuote]!
|
A list of negotiable quotes |
page_info - SearchResultPageInfo!
|
Contains pagination metadata |
sort_fields - SortFields
|
Contains the default sort field and all available sort fields. |
total_count - Int!
|
The number of negotiable quotes returned |
Example
{
"items": [NegotiableQuote],
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"total_count": 987
}
NoSuchEntityUidError
Order
OrderAddress
Description
Contains detailed information about an order's billing and shipping addresses.
Fields
Field Name | Description |
---|---|
city - String!
|
The city or town. |
company - String
|
The customer's company. |
country_code - CountryCodeEnum
|
The customer's country. |
fax - String
|
The fax number. |
firstname - String!
|
The first name of the person associated with the shipping/billing address. |
lastname - String!
|
The family name of the person associated with the shipping/billing address. |
middlename - String
|
The middle name of the person associated with the shipping/billing address. |
postcode - String
|
The customer's ZIP or postal code. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - String
|
The state or province name. |
region_id - ID
|
The unique ID for a Region object of a pre-defined region. |
street - [String]!
|
An array of strings that define the street number and name. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The telephone number. |
vat_id - String
|
The customer's Value-added tax (VAT) number (for corporate customers). |
Example
{
"city": "abc123",
"company": "abc123",
"country_code": "AF",
"fax": "abc123",
"firstname": "xyz789",
"lastname": "abc123",
"middlename": "abc123",
"postcode": "xyz789",
"prefix": "xyz789",
"region": "abc123",
"region_id": "4",
"street": ["xyz789"],
"suffix": "xyz789",
"telephone": "xyz789",
"vat_id": "xyz789"
}
OrderInformationInput
OrderItem
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
The final discount information for the product. |
eligible_for_return - Boolean
|
Indicates whether the order item is eligible to be in a return request. |
entered_options - [OrderItemOption]
|
The entered option for the base product, such as a logo or image. |
gift_message - GiftMessage
|
The selected gift message for the order item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order item. |
id - ID!
|
The unique ID for an OrderItemInterface object. |
product - ProductInterface
|
The ProductInterface object, which contains details about the base product |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price of the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
product_type - String
|
The type of product, such as simple, configurable, etc. |
product_url_key - String
|
URL key of the base product. |
quantity_canceled - Float
|
The number of canceled items. |
quantity_invoiced - Float
|
The number of invoiced items. |
quantity_ordered - Float
|
The number of units ordered for this item. |
quantity_refunded - Float
|
The number of refunded items. |
quantity_returned - Float
|
The number of returned items. |
quantity_shipped - Float
|
The number of shipped items. |
selected_options - [OrderItemOption]
|
The selected options for the base product, such as color or size. |
status - String
|
The status of the order item. |
Example
{
"discounts": [Discount],
"eligible_for_return": false,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": 4,
"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": 123.45,
"quantity_ordered": 987.65,
"quantity_refunded": 987.65,
"quantity_returned": 123.45,
"quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
"status": "abc123"
}
OrderItemInterface
Description
Order item details.
Fields
Field Name | Description |
---|---|
discounts - [Discount]
|
The final discount information for the product. |
eligible_for_return - Boolean
|
Indicates whether the order item is eligible to be in a return request. |
entered_options - [OrderItemOption]
|
The entered option for the base product, such as a logo or image. |
gift_message - GiftMessage
|
The selected gift message for the order item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the order item. |
id - ID!
|
The unique ID for an OrderItemInterface object. |
product - ProductInterface
|
The ProductInterface object, which contains details about the base product |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price of the base product, including selected options. |
product_sku - String!
|
The SKU of the base product. |
product_type - String
|
The type of product, such as simple, configurable, etc. |
product_url_key - String
|
URL key of the base product. |
quantity_canceled - Float
|
The number of canceled items. |
quantity_invoiced - Float
|
The number of invoiced items. |
quantity_ordered - Float
|
The number of units ordered for this item. |
quantity_refunded - Float
|
The number of refunded items. |
quantity_returned - Float
|
The number of returned items. |
quantity_shipped - Float
|
The number of shipped items. |
selected_options - [OrderItemOption]
|
The selected options for the base product, such as color or size. |
status - String
|
The status of the order item. |
Possible Types
OrderItemInterface Types |
---|
Example
{
"discounts": [Discount],
"eligible_for_return": true,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": 4,
"product": ProductInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"product_type": "abc123",
"product_url_key": "xyz789",
"quantity_canceled": 987.65,
"quantity_invoiced": 123.45,
"quantity_ordered": 987.65,
"quantity_refunded": 123.45,
"quantity_returned": 123.45,
"quantity_shipped": 987.65,
"selected_options": [OrderItemOption],
"status": "abc123"
}
OrderItemOption
OrderPaymentMethod
Description
Contains details about the payment method used to pay for the order.
Fields
Field Name | Description |
---|---|
additional_data - [KeyValue]
|
Additional data per payment method type. |
name - String!
|
The label that describes the payment method. |
type - String!
|
The payment method code that indicates how the order was paid for. |
Example
{
"additional_data": [KeyValue],
"name": "xyz789",
"type": "xyz789"
}
OrderShipment
Description
Contains order shipment details.
Fields
Field Name | Description |
---|---|
comments - [SalesCommentItem]
|
Comments added to the shipment. |
id - ID!
|
The unique ID for a OrderShipment object. |
items - [ShipmentItemInterface]
|
An array of items included in the shipment. |
number - String!
|
The sequential credit shipment number. |
tracking - [ShipmentTracking]
|
An array of shipment tracking details. |
Example
{
"comments": [SalesCommentItem],
"id": 4,
"items": [ShipmentItemInterface],
"number": "xyz789",
"tracking": [ShipmentTracking]
}
OrderTokenInput
Description
Input to retrieve an order based on token.
Fields
Input Field | Description |
---|---|
token - String!
|
Order token. |
Example
{"token": "xyz789"}
OrderTotal
Description
Contains details about the sales total amounts used to calculate the final price.
Fields
Field Name | Description |
---|---|
base_grand_total - Money!
|
The final base grand total amount in the base currency. |
discounts - [Discount]
|
The applied discounts to the order. |
grand_total - Money!
|
The final total amount, including shipping, discounts, and taxes. |
shipping_handling - ShippingHandling
|
Details about the shipping and handling costs for the order. |
subtotal - Money!
|
The subtotal of the order, excluding shipping, discounts, and taxes. |
taxes - [TaxItem]
|
The order tax details. |
total_giftcard - Money
|
The gift card balance applied to the order. |
total_shipping - Money!
|
The shipping amount for the order. |
total_tax - Money!
|
The amount of tax applied to the order. |
Example
{
"base_grand_total": Money,
"discounts": [Discount],
"grand_total": Money,
"shipping_handling": ShippingHandling,
"subtotal": Money,
"taxes": [TaxItem],
"total_giftcard": Money,
"total_shipping": Money,
"total_tax": Money
}
PayflowExpressInput
PayflowLinkInput
Description
A set of relative URLs that PayPal uses in response to various actions during the authorization process. Adobe Commerce prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for Payflow Link and Payments Advanced payment methods.
Fields
Input Field | Description |
---|---|
cancel_url - String!
|
The relative URL of the page that PayPal redirects to when the buyer cancels the transaction in order to choose a different payment method. If the full URL to this page is https://www.example.com/paypal/action/cancel.html, the relative URL is paypal/action/cancel.html. |
error_url - String!
|
The relative URL of the transaction error page that PayPal redirects to upon payment error. If the full URL to this page is https://www.example.com/paypal/action/error.html, the relative URL is paypal/action/error.html. |
return_url - String!
|
The relative URL of the order confirmation page that PayPal redirects to when the payment is successful and additional confirmation is not needed. If the full URL to this page is https://www.example.com/paypal/action/return.html, the relative URL is paypal/action/return.html. |
Example
{
"cancel_url": "abc123",
"error_url": "abc123",
"return_url": "xyz789"
}
PayflowLinkMode
Description
Indicates the mode for payment. Applies to the Payflow Link and Payments Advanced payment methods.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"TEST"
PayflowLinkToken
Description
Contains information used to generate PayPal iframe for transaction. Applies to Payflow Link and Payments Advanced payment methods.
Fields
Field Name | Description |
---|---|
mode - PayflowLinkMode
|
The mode for the Payflow transaction. |
paypal_url - String
|
The PayPal URL used for requesting a Payflow form. |
secure_token - String
|
The secure token generated by PayPal. |
secure_token_id - String
|
The secure token ID generated by PayPal. |
Example
{
"mode": "TEST",
"paypal_url": "abc123",
"secure_token": "abc123",
"secure_token_id": "abc123"
}
PayflowLinkTokenInput
Description
Contains information required to fetch payment token information for the Payflow Link and Payments Advanced payment methods.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the customer's cart. |
Example
{"cart_id": "xyz789"}
PayflowProInput
Description
Contains input for the Payflow Pro and Payments Pro payment methods.
Fields
Input Field | Description |
---|---|
cc_details - CreditCardDetailsInput!
|
Required input for credit card related information. |
is_active_payment_token_enabler - Boolean
|
Indicates whether details about the shopper's credit/debit card should be tokenized for later usage. Required only if Vault is enabled for the PayPal Payflow Pro payment integration. |
Example
{
"cc_details": CreditCardDetailsInput,
"is_active_payment_token_enabler": true
}
PayflowProResponseInput
Description
Input required to complete payment. Applies to Payflow Pro and Payments Pro payment methods.
Example
{
"cart_id": "abc123",
"paypal_payload": "abc123"
}
PayflowProResponseOutput
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart with the updated selected payment method. |
Example
{"cart": Cart}
PayflowProTokenInput
Description
Contains input required to fetch payment token information for the Payflow Pro and Payments Pro payment methods.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the shopper's cart. |
urls - PayflowProUrlInput!
|
A set of relative URLs that PayPal uses for callback. |
Example
{
"cart_id": "xyz789",
"urls": PayflowProUrlInput
}
PayflowProUrlInput
Description
Contains a set of relative URLs that PayPal uses in response to various actions during the authorization process. Magento prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for the Payflow Pro and Payment Pro payment methods.
Fields
Input Field | Description |
---|---|
cancel_url - String!
|
The relative URL of the page that PayPal redirects to when the buyer cancels the transaction in order to choose a different payment method. If the full URL to this page is https://www.example.com/paypal/action/cancel.html, the relative URL is paypal/action/cancel.html. |
error_url - String!
|
The relative URL of the transaction error page that PayPal redirects to upon payment error. If the full URL to this page is https://www.example.com/paypal/action/error.html, the relative URL is paypal/action/error.html. |
return_url - String!
|
The relative URL of the final confirmation page that PayPal redirects to upon payment success. If the full URL to this page is https://www.example.com/paypal/action/return.html, the relative URL is paypal/action/return.html. |
Example
{
"cancel_url": "abc123",
"error_url": "xyz789",
"return_url": "xyz789"
}
PaymentConfigItem
Description
Contains payment fields that are common to all types of payment methods.
Fields
Field Name | Description |
---|---|
code - String
|
The payment method code as defined in the payment gateway |
is_visible - Boolean
|
Indicates whether the payment method is displayed |
payment_intent - String
|
Defines the payment intent (Authorize or Capture |
sdk_params - [SDKParams]
|
The PayPal parameters required to load the JS SDK |
sort_order - String
|
The relative order the payment method is displayed on the checkout page |
title - String
|
The name displayed for the payment method |
Possible Types
PaymentConfigItem Types |
---|
Example
{
"code": "xyz789",
"is_visible": true,
"payment_intent": "xyz789",
"sdk_params": [SDKParams],
"sort_order": "xyz789",
"title": "xyz789"
}
PaymentConfigOutput
Description
Retrieves the payment configuration for a given location
Fields
Field Name | Description |
---|---|
apple_pay - ApplePayConfig
|
ApplePay payment method configuration |
hosted_fields - HostedFieldsConfig
|
Hosted fields payment method configuration |
smart_buttons - SmartButtonsConfig
|
Smart Buttons payment method configuration |
Example
{
"apple_pay": ApplePayConfig,
"hosted_fields": HostedFieldsConfig,
"smart_buttons": SmartButtonsConfig
}
PaymentLocation
Description
Defines the origin location for that payment request
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"PRODUCT_DETAIL"
PaymentMethodInput
Description
Defines the payment method.
Fields
Input Field | Description |
---|---|
braintree - BraintreeInput
|
|
braintree_ach_direct_debit - BraintreeInput
|
|
braintree_ach_direct_debit_vault - BraintreeVaultInput
|
|
braintree_applepay_vault - BraintreeVaultInput
|
|
braintree_cc_vault - BraintreeCcVaultInput
|
|
braintree_googlepay_vault - BraintreeVaultInput
|
|
braintree_paypal - BraintreeInput
|
|
braintree_paypal_vault - BraintreeVaultInput
|
|
code - String!
|
The internal name for the payment method. |
hosted_pro - HostedProInput
|
Required input for PayPal Hosted pro payments. |
payflow_express - PayflowExpressInput
|
Required input for Payflow Express Checkout payments. |
payflow_link - PayflowLinkInput
|
Required input for PayPal Payflow Link and Payments Advanced payments. |
payflowpro - PayflowProInput
|
Required input for PayPal Payflow Pro and Payment Pro payments. |
payflowpro_cc_vault - VaultTokenInput
|
Required input for PayPal Payflow Pro vault payments. |
payment_services_paypal_apple_pay - ApplePayMethodInput
|
Required input for Apple Pay button |
payment_services_paypal_hosted_fields - HostedFieldsInput
|
Required input for Hosted Fields |
payment_services_paypal_smart_buttons - SmartButtonMethodInput
|
Required input for Smart buttons |
payment_services_paypal_vault - VaultMethodInput
|
Required input for vault |
paypal_express - PaypalExpressInput
|
Required input for Express Checkout and Payments Standard payments. |
purchase_order_number - String
|
The purchase order number. Optional for most payment methods. |
Example
{
"braintree": BraintreeInput,
"braintree_ach_direct_debit": BraintreeInput,
"braintree_ach_direct_debit_vault": BraintreeVaultInput,
"braintree_applepay_vault": BraintreeVaultInput,
"braintree_cc_vault": BraintreeCcVaultInput,
"braintree_googlepay_vault": BraintreeVaultInput,
"braintree_paypal": BraintreeInput,
"braintree_paypal_vault": BraintreeVaultInput,
"code": "abc123",
"hosted_pro": HostedProInput,
"payflow_express": PayflowExpressInput,
"payflow_link": PayflowLinkInput,
"payflowpro": PayflowProInput,
"payflowpro_cc_vault": VaultTokenInput,
"payment_services_paypal_apple_pay": ApplePayMethodInput,
"payment_services_paypal_hosted_fields": HostedFieldsInput,
"payment_services_paypal_smart_buttons": SmartButtonMethodInput,
"payment_services_paypal_vault": VaultMethodInput,
"paypal_express": PaypalExpressInput,
"purchase_order_number": "xyz789"
}
PaymentOrderOutput
Description
Contains the payment order details
Fields
Field Name | Description |
---|---|
id - String
|
PayPal order ID |
mp_order_id - String
|
The order ID generated by Payment Services |
payment_source_details - PaymentSourceDetails
|
Details about the card used on the order |
status - String
|
The status of the payment order |
Example
{
"id": "xyz789",
"mp_order_id": "xyz789",
"payment_source_details": PaymentSourceDetails,
"status": "xyz789"
}
PaymentSDKParamsItem
Fields
Field Name | Description |
---|---|
code - String
|
The payment method code used in the order |
params - [SDKParams]
|
The payment SDK parameters |
Example
{
"code": "xyz789",
"params": [SDKParams]
}
PaymentSourceDetails
Fields
Field Name | Description |
---|---|
card - Card
|
Details about the card used on the order |
Example
{"card": Card}
PaymentToken
Description
The stored payment method available to the customer.
Fields
Field Name | Description |
---|---|
details - String
|
A description of the stored account details. |
payment_method_code - String!
|
The payment method code associated with the token. |
public_hash - String!
|
The public hash of the token. |
type - PaymentTokenTypeEnum!
|
Specifies the payment token type. |
Example
{
"details": "abc123",
"payment_method_code": "xyz789",
"public_hash": "xyz789",
"type": "card"
}
PaymentTokenTypeEnum
Description
The list of available payment token types.
Values
Enum Value | Description |
---|---|
|
phpcs:ignore Magento2.GraphQL.ValidArgumentName |
|
phpcs:ignore Magento2.GraphQL.ValidArgumentName |
Example
"card"
PaypalExpressInput
Description
Contains required input for Express Checkout and Payments Standard payments.
Example
{
"payer_id": "xyz789",
"token": "xyz789"
}
PaypalExpressTokenInput
Description
Defines the attributes required to receive a payment token for Express Checkout and Payments Standard payment methods.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the customer's cart. |
code - String!
|
The payment method code. |
express_button - Boolean
|
Indicates whether the buyer selected the quick checkout button. The default value is false. |
urls - PaypalExpressUrlsInput!
|
A set of relative URLs that PayPal uses in response to various actions during the authorization process. |
use_paypal_credit - Boolean
|
Indicates whether the buyer clicked the PayPal credit button. The default value is false. |
Example
{
"cart_id": "xyz789",
"code": "xyz789",
"express_button": true,
"urls": PaypalExpressUrlsInput,
"use_paypal_credit": false
}
PaypalExpressTokenOutput
Description
Contains the token returned by PayPal and a set of URLs that allow the buyer to authorize payment and adjust checkout details. Applies to Express Checkout and Payments Standard payment methods.
Fields
Field Name | Description |
---|---|
paypal_urls - PaypalExpressUrlList
|
A set of URLs that allow the buyer to authorize payment and adjust checkout details. |
token - String
|
The token returned by PayPal. |
Example
{
"paypal_urls": PaypalExpressUrlList,
"token": "xyz789"
}
PaypalExpressUrlList
Description
Contains a set of URLs that allow the buyer to authorize payment and adjust checkout details for Express Checkout and Payments Standard transactions.
Example
{
"edit": "xyz789",
"start": "abc123"
}
PaypalExpressUrlsInput
Description
Contains a set of relative URLs that PayPal uses in response to various actions during the authorization process. Magento prepends the base URL to this value to create a full URL. For example, if the full URL is https://www.example.com/path/to/page.html, the relative URL is path/to/page.html. Use this input for Express Checkout and Payments Standard payment methods.
Fields
Input Field | Description |
---|---|
cancel_url - String!
|
The relative URL of the page that PayPal redirects to when the buyer cancels the transaction in order to choose a different payment method. If the full URL to this page is https://www.example.com/paypal/action/cancel.html, the relative URL is paypal/action/cancel.html. |
pending_url - String
|
The relative URL of the page that PayPal redirects to when the payment has been put on hold for additional review. This condition mostly applies to ACH transactions, and is not applicable to most PayPal solutions. If the full URL to this page is https://www.example.com/paypal/action/success_pending.html, the relative URL is paypal/action/success_pending.html. |
return_url - String!
|
The relative URL of the final confirmation page that PayPal redirects to upon payment success. If the full URL to this page is https://www.example.com/paypal/action/return.html, the relative URL is paypal/action/return.html. |
success_url - String
|
The relative URL of the order confirmation page that PayPal redirects to when the payment is successful and additional confirmation is not needed. Not applicable to most PayPal solutions. If the full URL to this page is https://www.example.com/paypal/action/success.html, the relative URL is paypal/action/success.html. |
Example
{
"cancel_url": "xyz789",
"pending_url": "abc123",
"return_url": "xyz789",
"success_url": "abc123"
}
PhysicalProductInterface
Description
Contains attributes specific to tangible products.
Fields
Field Name | Description |
---|---|
weight - Float
|
The weight of the item, in units defined by the store. |
Possible Types
PhysicalProductInterface Types |
---|
Example
{"weight": 987.65}
PickupLocation
Description
Defines Pickup Location information.
Example
{
"city": "abc123",
"contact_name": "xyz789",
"country_id": "abc123",
"description": "abc123",
"email": "xyz789",
"fax": "abc123",
"latitude": 987.65,
"longitude": 123.45,
"name": "abc123",
"phone": "xyz789",
"pickup_location_code": "xyz789",
"postcode": "abc123",
"region": "xyz789",
"region_id": 987,
"street": "abc123"
}
PickupLocationFilterInput
Description
PickupLocationFilterInput defines the list of attributes and filters for the search.
Fields
Input Field | Description |
---|---|
city - FilterTypeInput
|
Filter by city. |
country_id - FilterTypeInput
|
Filter by country. |
name - FilterTypeInput
|
Filter by pickup location name. |
pickup_location_code - FilterTypeInput
|
Filter by pickup location code. |
postcode - FilterTypeInput
|
Filter by postcode. |
region - FilterTypeInput
|
Filter by region. |
region_id - FilterTypeInput
|
Filter by region id. |
street - FilterTypeInput
|
Filter by street. |
Example
{
"city": FilterTypeInput,
"country_id": FilterTypeInput,
"name": FilterTypeInput,
"pickup_location_code": FilterTypeInput,
"postcode": FilterTypeInput,
"region": FilterTypeInput,
"region_id": FilterTypeInput,
"street": FilterTypeInput
}
PickupLocationSortInput
Description
PickupLocationSortInput specifies attribute to use for sorting search results and indicates whether the results are sorted in ascending or descending order.
Fields
Input Field | Description |
---|---|
city - SortEnum
|
City where pickup location is placed. |
contact_name - SortEnum
|
Name of the contact person. |
country_id - SortEnum
|
Id of the country in two letters. |
description - SortEnum
|
Description of the pickup location. |
distance - SortEnum
|
Distance to the address, requested by distance filter. Applicable only with distance filter. If distance sort order is present, all other sort orders will be ignored. |
email - SortEnum
|
Contact email of the pickup location. |
fax - SortEnum
|
Contact fax of the pickup location. |
latitude - SortEnum
|
Geographic latitude where pickup location is placed. |
longitude - SortEnum
|
Geographic longitude where pickup location is placed. |
name - SortEnum
|
The pickup location name. Customer use this to identify the pickup location. |
phone - SortEnum
|
Contact phone number of the pickup location. |
pickup_location_code - SortEnum
|
A code assigned to pickup location to identify the source. |
postcode - SortEnum
|
Postcode where pickup location is placed. |
region - SortEnum
|
Name of the region. |
region_id - SortEnum
|
Id of the region. |
street - SortEnum
|
Street where pickup location is placed. |
Example
{
"city": "ASC",
"contact_name": "ASC",
"country_id": "ASC",
"description": "ASC",
"distance": "ASC",
"email": "ASC",
"fax": "ASC",
"latitude": "ASC",
"longitude": "ASC",
"name": "ASC",
"phone": "ASC",
"pickup_location_code": "ASC",
"postcode": "ASC",
"region": "ASC",
"region_id": "ASC",
"street": "ASC"
}
PickupLocations
Description
Top level object returned in a pickup locations search.
Fields
Field Name | Description |
---|---|
items - [PickupLocation]
|
An array of pickup locations that match the specific search request. |
page_info - SearchResultPageInfo
|
An object that includes the page_info and currentPage values specified in the query. |
total_count - Int
|
The number of products returned. |
Example
{
"items": [PickupLocation],
"page_info": SearchResultPageInfo,
"total_count": 123
}
PlaceNegotiableQuoteOrderInput
Description
Specifies the negotiable quote to convert to an order.
Fields
Input Field | Description |
---|---|
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{"quote_uid": "4"}
PlaceNegotiableQuoteOrderOutput
Description
An output object that returns the generated order.
Fields
Field Name | Description |
---|---|
order - Order!
|
Contains the generated order number. |
Example
{"order": Order}
PlaceOrderError
Description
An error encountered while placing an order.
Fields
Field Name | Description |
---|---|
code - PlaceOrderErrorCodes!
|
An error code that is specific to place order. |
message - String!
|
A localized error message. |
Example
{
"code": "CART_NOT_FOUND",
"message": "xyz789"
}
PlaceOrderErrorCodes
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"CART_NOT_FOUND"
PlaceOrderForPurchaseOrderInput
Description
Specifies the purchase order to convert to an order.
Fields
Input Field | Description |
---|---|
purchase_order_uid - ID!
|
The unique ID of a purchase order. |
Example
{"purchase_order_uid": "4"}
PlaceOrderForPurchaseOrderOutput
Description
Contains the results of the request to place an order.
Fields
Field Name | Description |
---|---|
order - CustomerOrder!
|
Placed order. |
Example
{"order": CustomerOrder}
PlaceOrderInput
Description
Specifies the quote to be converted to an order.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
Example
{"cart_id": "abc123"}
PlaceOrderOutput
Description
Contains the results of the request to place an order.
Fields
Field Name | Description |
---|---|
errors - [PlaceOrderError]!
|
An array of place order errors. |
order - Order
|
The ID of the order. Use orderV2 instead.
|
orderV2 - CustomerOrder
|
Full order information. |
Example
{
"errors": [PlaceOrderError],
"order": Order,
"orderV2": CustomerOrder
}
PlacePurchaseOrderInput
Description
Specifies the quote to be converted to a purchase order.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
Example
{"cart_id": "xyz789"}
PlacePurchaseOrderOutput
Description
Contains the results of the request to place a purchase order.
Fields
Field Name | Description |
---|---|
purchase_order - PurchaseOrder!
|
Placed purchase order. |
Example
{"purchase_order": PurchaseOrder}
Price
Description
Deprecated. Use ProductPrice
instead. Defines the price of a product as well as any tax-related adjustments.
Fields
Field Name | Description |
---|---|
adjustments - [PriceAdjustment]
|
An array that provides information about tax, weee, or weee_tax adjustments. Use ProductPrice instead.
|
amount - Money
|
The price of a product plus a three-letter currency code. Use ProductPrice instead.
|
Example
{
"adjustments": [PriceAdjustment],
"amount": Money
}
PriceAdjustment
Description
Deprecated. Taxes will be included or excluded in the price. Defines the amount of money to apply as an adjustment, the type of adjustment to apply, and whether the item is included or excluded from the adjustment.
Fields
Field Name | Description |
---|---|
amount - Money
|
The amount of the price adjustment and its currency code. |
code - PriceAdjustmentCodesEnum
|
Indicates whether the adjustment involves tax, weee, or weee_tax. PriceAdjustment is deprecated.
|
description - PriceAdjustmentDescriptionEnum
|
Indicates whether the entity described by the code attribute is included or excluded from the adjustment. PriceAdjustment is deprecated.
|
Example
{
"amount": Money,
"code": "TAX",
"description": "INCLUDED"
}
PriceAdjustmentCodesEnum
Description
PriceAdjustment.code
is deprecated.
Values
Enum Value | Description |
---|---|
|
PriceAdjustmentCodesEnum is deprecated. Tax is included or excluded in the price. Tax is not shown separately in Catalog.
|
|
WEEE code is deprecated. Use fixed_product_taxes.label instead.
|
|
Use fixed_product_taxes instead. Tax is included or excluded in price. The tax is not shown separtely in Catalog.
|
Example
"TAX"
PriceAdjustmentDescriptionEnum
Description
PriceAdjustmentDescriptionEnum
is deprecated. States whether a price adjustment is included or excluded.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"INCLUDED"
PriceDetails
Description
Can be used to retrieve the main price details in case of bundle product
Example
{
"discount_percentage": 987.65,
"main_final_price": 987.65,
"main_price": 987.65
}
PriceRange
Description
Contains the price range for a product. If the product has a single price, the minimum and maximum price will be the same.
Fields
Field Name | Description |
---|---|
maximum_price - ProductPrice
|
The highest possible price for the product. |
minimum_price - ProductPrice!
|
The lowest possible price for the product. |
Example
{
"maximum_price": ProductPrice,
"minimum_price": ProductPrice
}
PriceTypeEnum
Description
Defines the price type.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"FIXED"
PriceViewEnum
Description
Defines whether a bundle product's price is displayed as the lowest possible value or as a range.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"PRICE_RANGE"
ProductAttribute
ProductAttributeFilterInput
Description
Defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
Fields
Input Field | Description |
---|---|
activity - FilterEqualTypeInput
|
Attribute label: Activity |
category_gear - FilterEqualTypeInput
|
Attribute label: Category Gear |
category_id - FilterEqualTypeInput
|
Deprecated: use category_uid to filter product by category ID. |
category_uid - FilterEqualTypeInput
|
Filter product by the unique ID for a CategoryInterface object. |
category_url_path - FilterEqualTypeInput
|
Filter product by category URL path. |
climate - FilterEqualTypeInput
|
Attribute label: Climate |
collar - FilterEqualTypeInput
|
Attribute label: Collar |
color - FilterEqualTypeInput
|
Attribute label: Color |
description - FilterMatchTypeInput
|
Attribute label: Description |
eco_collection - FilterEqualTypeInput
|
Attribute label: Eco Collection |
erin_recommends - FilterEqualTypeInput
|
Attribute label: Erin Recommends |
features_bags - FilterEqualTypeInput
|
Attribute label: Features |
format - FilterEqualTypeInput
|
Attribute label: Format |
gender - FilterEqualTypeInput
|
Attribute label: Gender |
material - FilterEqualTypeInput
|
Attribute label: Material |
name - FilterMatchTypeInput
|
Attribute label: Product Name |
new - FilterEqualTypeInput
|
Attribute label: New |
pattern - FilterEqualTypeInput
|
Attribute label: Pattern |
performance_fabric - FilterEqualTypeInput
|
Attribute label: Performance Fabric |
price - FilterRangeTypeInput
|
Attribute label: Price |
purpose - FilterEqualTypeInput
|
Attribute label: Purpose |
sale - FilterEqualTypeInput
|
Attribute label: Sale |
short_description - FilterMatchTypeInput
|
Attribute label: Short Description |
size - FilterEqualTypeInput
|
Attribute label: Size |
sku - FilterEqualTypeInput
|
Attribute label: SKU |
sleeve - FilterEqualTypeInput
|
Attribute label: Sleeve |
strap_bags - FilterEqualTypeInput
|
Attribute label: Strap/Handle |
style_bags - FilterEqualTypeInput
|
Attribute label: Style Bags |
style_bottom - FilterEqualTypeInput
|
Attribute label: Style Bottom |
style_general - FilterEqualTypeInput
|
Attribute label: Style General |
url_key - FilterEqualTypeInput
|
The part of the URL that identifies the product |
Example
{
"activity": FilterEqualTypeInput,
"category_gear": FilterEqualTypeInput,
"category_id": FilterEqualTypeInput,
"category_uid": FilterEqualTypeInput,
"category_url_path": FilterEqualTypeInput,
"climate": FilterEqualTypeInput,
"collar": FilterEqualTypeInput,
"color": FilterEqualTypeInput,
"description": FilterMatchTypeInput,
"eco_collection": FilterEqualTypeInput,
"erin_recommends": FilterEqualTypeInput,
"features_bags": FilterEqualTypeInput,
"format": FilterEqualTypeInput,
"gender": FilterEqualTypeInput,
"material": FilterEqualTypeInput,
"name": FilterMatchTypeInput,
"new": FilterEqualTypeInput,
"pattern": FilterEqualTypeInput,
"performance_fabric": FilterEqualTypeInput,
"price": FilterRangeTypeInput,
"purpose": FilterEqualTypeInput,
"sale": FilterEqualTypeInput,
"short_description": FilterMatchTypeInput,
"size": FilterEqualTypeInput,
"sku": FilterEqualTypeInput,
"sleeve": FilterEqualTypeInput,
"strap_bags": FilterEqualTypeInput,
"style_bags": FilterEqualTypeInput,
"style_bottom": FilterEqualTypeInput,
"style_general": FilterEqualTypeInput,
"url_key": FilterEqualTypeInput
}
ProductAttributeSortInput
Description
Specifies the attribute to use for sorting search results and indicates whether the results are sorted in ascending or descending order. It's possible to sort products using searchable attributes with enabled 'Use in Filter Options' option
Example
{"name": "ASC", "position": "ASC", "price": "ASC", "relevance": "ASC"}
ProductCustomAttributes
Description
Product custom attributes
Fields
Field Name | Description |
---|---|
errors - [AttributeMetadataError]!
|
Errors when retrieving custom attributes metadata. |
items - [AttributeValueInterface]!
|
Requested custom attributes |
Example
{
"errors": [AttributeMetadataError],
"items": [AttributeValueInterface]
}
ProductDiscount
ProductFilterInput
Description
ProductFilterInput is deprecated, use @ProductAttributeFilterInput instead. ProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
Fields
Input Field | Description |
---|---|
category_id - FilterTypeInput
|
The category ID the product belongs to. |
country_of_manufacture - FilterTypeInput
|
The product's country of origin. |
created_at - FilterTypeInput
|
The timestamp indicating when the product was created. |
custom_layout - FilterTypeInput
|
The name of a custom layout. |
custom_layout_update - FilterTypeInput
|
XML code that is applied as a layout update to the product page. |
description - FilterTypeInput
|
Detailed information about the product. The value can include simple HTML tags. |
gift_message_available - FilterTypeInput
|
Indicates whether a gift message is available. |
has_options - FilterTypeInput
|
Indicates whether additional attributes have been created for the product. |
image - FilterTypeInput
|
The relative path to the main image on the product page. |
image_label - FilterTypeInput
|
The label assigned to a product image. |
is_returnable - FilterTypeInput
|
Indicates whether the product can be returned. |
manufacturer - FilterTypeInput
|
A number representing the product's manufacturer. |
max_price - FilterTypeInput
|
The numeric maximal price of the product. Do not include the currency code. |
meta_description - FilterTypeInput
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - FilterTypeInput
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - FilterTypeInput
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
min_price - FilterTypeInput
|
The numeric minimal price of the product. Do not include the currency code. |
name - FilterTypeInput
|
The product name. Customers use this name to identify the product. |
news_from_date - FilterTypeInput
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
news_to_date - FilterTypeInput
|
The end date for new product listings. |
options_container - FilterTypeInput
|
If the product has multiple options, determines where they appear on the product page. |
or - ProductFilterInput
|
The keyword required to perform a logical OR comparison. |
price - FilterTypeInput
|
The price of an item. |
required_options - FilterTypeInput
|
Indicates whether the product has required options. |
short_description - FilterTypeInput
|
A short description of the product. Its use depends on the theme. |
sku - FilterTypeInput
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
small_image - FilterTypeInput
|
The relative path to the small image, which is used on catalog pages. |
small_image_label - FilterTypeInput
|
The label assigned to a product's small image. |
special_from_date - FilterTypeInput
|
The beginning date that a product has a special price. |
special_price - FilterTypeInput
|
The discounted price of the product. Do not include the currency code. |
special_to_date - FilterTypeInput
|
The end date that a product has a special price. |
swatch_image - FilterTypeInput
|
The file name of a swatch image. |
thumbnail - FilterTypeInput
|
The relative path to the product's thumbnail image. |
thumbnail_label - FilterTypeInput
|
The label assigned to a product's thumbnail image. |
tier_price - FilterTypeInput
|
The price when tier pricing is in effect and the items purchased threshold has been reached. |
updated_at - FilterTypeInput
|
The timestamp indicating when the product was updated. |
url_key - FilterTypeInput
|
The part of the URL that identifies the product |
url_path - FilterTypeInput
|
|
weight - FilterTypeInput
|
The weight of the item, in units defined by the store. |
Example
{
"category_id": FilterTypeInput,
"country_of_manufacture": FilterTypeInput,
"created_at": FilterTypeInput,
"custom_layout": FilterTypeInput,
"custom_layout_update": FilterTypeInput,
"description": FilterTypeInput,
"gift_message_available": FilterTypeInput,
"has_options": FilterTypeInput,
"image": FilterTypeInput,
"image_label": FilterTypeInput,
"is_returnable": FilterTypeInput,
"manufacturer": FilterTypeInput,
"max_price": FilterTypeInput,
"meta_description": FilterTypeInput,
"meta_keyword": FilterTypeInput,
"meta_title": FilterTypeInput,
"min_price": FilterTypeInput,
"name": FilterTypeInput,
"news_from_date": FilterTypeInput,
"news_to_date": FilterTypeInput,
"options_container": FilterTypeInput,
"or": ProductFilterInput,
"price": FilterTypeInput,
"required_options": FilterTypeInput,
"short_description": FilterTypeInput,
"sku": FilterTypeInput,
"small_image": FilterTypeInput,
"small_image_label": FilterTypeInput,
"special_from_date": FilterTypeInput,
"special_price": FilterTypeInput,
"special_to_date": FilterTypeInput,
"swatch_image": FilterTypeInput,
"thumbnail": FilterTypeInput,
"thumbnail_label": FilterTypeInput,
"tier_price": FilterTypeInput,
"updated_at": FilterTypeInput,
"url_key": FilterTypeInput,
"url_path": FilterTypeInput,
"weight": FilterTypeInput
}
ProductImage
Description
Contains product image information, including the image URL and label.
Example
{
"disabled": false,
"label": "xyz789",
"position": 987,
"url": "xyz789"
}
ProductInfoInput
Description
Product Information used for Pickup Locations search.
Fields
Input Field | Description |
---|---|
sku - String!
|
Product SKU. |
Example
{"sku": "abc123"}
ProductInterface
Description
Contains fields that are common to all types of products.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
related_products - [ProductInterface]
|
An array of related products. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
Possible Types
ProductInterface Types |
---|
Example
{
"activity": "xyz789",
"attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "abc123",
"climate": "abc123",
"collar": "xyz789",
"color": 987,
"country_of_manufacture": "abc123",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 987,
"erin_recommends": 987,
"features_bags": "abc123",
"format": 123,
"gender": "xyz789",
"gift_message_available": "xyz789",
"id": 123,
"image": ProductImage,
"is_returnable": "abc123",
"manufacturer": 987,
"material": "abc123",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
"meta_keyword": "abc123",
"meta_title": "xyz789",
"name": "abc123",
"new": 987,
"new_from_date": "abc123",
"new_to_date": "abc123",
"only_x_left_in_stock": 123.45,
"options_container": "xyz789",
"pattern": "xyz789",
"performance_fabric": 123,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 123,
"rating_summary": 123.45,
"related_products": [ProductInterface],
"review_count": 123,
"reviews": ProductReviews,
"sale": 123,
"short_description": ComplexTextValue,
"size": 987,
"sku": "xyz789",
"sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": true,
"stock_status": "IN_STOCK",
"strap_bags": "xyz789",
"style_bags": "abc123",
"style_bottom": "abc123",
"style_general": "abc123",
"swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 123.45,
"tier_prices": [ProductTierPrices],
"type_id": "abc123",
"uid": 4,
"updated_at": "abc123",
"upsell_products": [ProductInterface],
"url_key": "abc123",
"url_path": "xyz789",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"websites": [Website]
}
ProductLinks
Description
An implementation of ProductLinksInterface
.
Fields
Field Name | Description |
---|---|
link_type - String
|
One of related, associated, upsell, or crosssell. |
linked_product_sku - String
|
The SKU of the linked product. |
linked_product_type - String
|
The type of linked product (simple, virtual, bundle, downloadable, grouped, configurable). |
position - Int
|
The position within the list of product links. |
sku - String
|
The identifier of the linked product. |
Example
{
"link_type": "abc123",
"linked_product_sku": "xyz789",
"linked_product_type": "xyz789",
"position": 123,
"sku": "abc123"
}
ProductLinksInterface
Description
Contains information about linked products, including the link type and product type of each item.
Fields
Field Name | Description |
---|---|
link_type - String
|
One of related, associated, upsell, or crosssell. |
linked_product_sku - String
|
The SKU of the linked product. |
linked_product_type - String
|
The type of linked product (simple, virtual, bundle, downloadable, grouped, configurable). |
position - Int
|
The position within the list of product links. |
sku - String
|
The identifier of the linked product. |
Possible Types
ProductLinksInterface Types |
---|
Example
{
"link_type": "xyz789",
"linked_product_sku": "xyz789",
"linked_product_type": "abc123",
"position": 987,
"sku": "xyz789"
}
ProductMediaGalleryEntriesContent
Description
Contains an image in base64 format and basic information about the image.
Example
{
"base64_encoded_data": "abc123",
"name": "xyz789",
"type": "abc123"
}
ProductMediaGalleryEntriesVideoContent
Description
Contains a link to a video file and basic information about the video.
Fields
Field Name | Description |
---|---|
media_type - String
|
Must be external-video. |
video_description - String
|
A description of the video. |
video_metadata - String
|
Optional data about the video. |
video_provider - String
|
Describes the video source. |
video_title - String
|
The title of the video. |
video_url - String
|
The URL to the video. |
Example
{
"media_type": "xyz789",
"video_description": "xyz789",
"video_metadata": "xyz789",
"video_provider": "abc123",
"video_title": "xyz789",
"video_url": "abc123"
}
ProductPrice
Description
Represents a product price.
Fields
Field Name | Description |
---|---|
discount - ProductDiscount
|
The price discount. Represents the difference between the regular and final price. |
final_price - Money!
|
The final price of the product after applying discounts. |
fixed_product_taxes - [FixedProductTax]
|
An array of the multiple Fixed Product Taxes that can be applied to a product price. |
regular_price - Money!
|
The regular price of the product. |
Example
{
"discount": ProductDiscount,
"final_price": Money,
"fixed_product_taxes": [FixedProductTax],
"regular_price": Money
}
ProductPrices
Description
Deprecated. Use PriceRange
instead. Contains the regular price of an item, as well as its minimum and maximum prices. Only composite products, which include bundle, configurable, and grouped products, can contain a minimum and maximum price.
Fields
Field Name | Description |
---|---|
maximalPrice - Price
|
The highest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the to value. Use PriceRange.maximum_price instead.
|
minimalPrice - Price
|
The lowest possible final price for all the options defined within a composite product. If you are specifying a price range, this would be the from value. Use PriceRange.minimum_price instead.
|
regularPrice - Price
|
The base price of a product. Use regular_price from PriceRange.minimum_price or PriceRange.maximum_price instead.
|
Example
{
"maximalPrice": Price,
"minimalPrice": Price,
"regularPrice": Price
}
ProductReview
Description
Contains details of a product review.
Fields
Field Name | Description |
---|---|
average_rating - Float!
|
The average of all ratings for this product. |
created_at - String!
|
The date the review was created. |
nickname - String!
|
The customer's nickname. Defaults to the customer name, if logged in. |
product - ProductInterface!
|
The reviewed product. |
ratings_breakdown - [ProductReviewRating]!
|
An array of ratings by rating category, such as quality, price, and value. |
summary - String!
|
The summary (title) of the review. |
text - String!
|
The review text. |
Example
{
"average_rating": 987.65,
"created_at": "abc123",
"nickname": "abc123",
"product": ProductInterface,
"ratings_breakdown": [ProductReviewRating],
"summary": "abc123",
"text": "xyz789"
}
ProductReviewRating
Description
Contains data about a single aspect of a product review.
Example
{
"name": "xyz789",
"value": "abc123"
}
ProductReviewRatingInput
ProductReviewRatingMetadata
Description
Contains details about a single aspect of a product review.
Fields
Field Name | Description |
---|---|
id - String!
|
An encoded rating ID. |
name - String!
|
The label assigned to an aspect of a product that is being rated, such as quality or price. |
values - [ProductReviewRatingValueMetadata]!
|
List of product review ratings sorted by position. |
Example
{
"id": "abc123",
"name": "xyz789",
"values": [ProductReviewRatingValueMetadata]
}
ProductReviewRatingValueMetadata
ProductReviewRatingsMetadata
Description
Contains an array of metadata about each aspect of a product review.
Fields
Field Name | Description |
---|---|
items - [ProductReviewRatingMetadata]!
|
An array of product reviews sorted by position. |
Example
{"items": [ProductReviewRatingMetadata]}
ProductReviews
Description
Contains an array of product reviews.
Fields
Field Name | Description |
---|---|
items - [ProductReview]!
|
An array of product reviews. |
page_info - SearchResultPageInfo!
|
Metadata for pagination rendering. |
Example
{
"items": [ProductReview],
"page_info": SearchResultPageInfo
}
ProductStockStatus
Description
This enumeration states whether a product stock status is in stock or out of stock
Values
Enum Value | Description |
---|---|
|
|
|
Example
"IN_STOCK"
ProductTierPrices
Description
Deprecated. Use TierPrice
instead. Defines a tier price, which is a quantity discount offered to a specific customer group.
Fields
Field Name | Description |
---|---|
customer_group_id - String
|
The ID of the customer group. Not relevant for the storefront. |
percentage_value - Float
|
The percentage discount of the item. Use TierPrice.discount instead.
|
qty - Float
|
The number of items that must be purchased to qualify for tier pricing. Use TierPrice.quantity instead.
|
value - Float
|
The price of the fixed price item. Use TierPrice.final_price instead.
|
website_id - Float
|
The ID assigned to the website. Not relevant for the storefront. |
Example
{
"customer_group_id": "xyz789",
"percentage_value": 987.65,
"qty": 987.65,
"value": 123.45,
"website_id": 123.45
}
ProductVideo
Description
Contains information about a product video.
Fields
Field Name | Description |
---|---|
disabled - Boolean
|
Indicates whether the image is hidden from view. |
label - String
|
The label of the product image or video. |
position - Int
|
The media item's position after it has been sorted. |
url - String
|
The URL of the product image or video. |
video_content - ProductMediaGalleryEntriesVideoContent
|
Contains a ProductMediaGalleryEntriesVideoContent object. |
Example
{
"disabled": false,
"label": "xyz789",
"position": 987,
"url": "abc123",
"video_content": ProductMediaGalleryEntriesVideoContent
}
Products
Description
Contains the results of a products
query.
Fields
Field Name | Description |
---|---|
aggregations - [Aggregation]
|
A bucket that contains the attribute code and label for each filterable option. |
Arguments
|
|
filters - [LayerFilter]
|
Layered navigation filters array. Use aggregations instead.
|
items - [ProductInterface]
|
An array of products that match the specified search criteria. |
page_info - SearchResultPageInfo
|
An object that includes the page_info and currentPage values specified in the query. |
sort_fields - SortFields
|
An object that includes the default sort field and all available sort fields. |
suggestions - [SearchSuggestion]
|
An array of search suggestions for case when search query have no results. |
total_count - Int
|
The number of products that are marked as visible. By default, in complex products, parent products are visible, but their child products are not. |
Example
{
"aggregations": [Aggregation],
"filters": [LayerFilter],
"items": [ProductInterface],
"page_info": SearchResultPageInfo,
"sort_fields": SortFields,
"suggestions": [SearchSuggestion],
"total_count": 987
}
PurchaseOrder
Description
Contains details about a purchase order.
Fields
Field Name | Description |
---|---|
approval_flow - [PurchaseOrderRuleApprovalFlow]!
|
The approval flows for each applied rules. |
available_actions - [PurchaseOrderAction]!
|
Purchase order actions available to the customer. Can be used to display action buttons on the client. |
comments - [PurchaseOrderComment]!
|
The set of comments applied to the purchase order. |
created_at - String!
|
The date the purchase order was created. |
created_by - Customer
|
The company user who created the purchase order. |
history_log - [PurchaseOrderHistoryItem]!
|
The log of the events related to the purchase order. |
number - String!
|
The purchase order number. |
order - CustomerOrder
|
The reference to the order placed based on the purchase order. |
quote - Cart
|
The quote related to the purchase order. |
status - PurchaseOrderStatus!
|
The current status of the purchase order. |
uid - ID!
|
A unique identifier for the purchase order. |
updated_at - String!
|
The date the purchase order was last updated. |
Example
{
"approval_flow": [PurchaseOrderRuleApprovalFlow],
"available_actions": ["REJECT"],
"comments": [PurchaseOrderComment],
"created_at": "abc123",
"created_by": Customer,
"history_log": [PurchaseOrderHistoryItem],
"number": "abc123",
"order": CustomerOrder,
"quote": Cart,
"status": "PENDING",
"uid": "4",
"updated_at": "abc123"
}
PurchaseOrderAction
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"REJECT"
PurchaseOrderActionError
Description
Contains details about a failed action.
Fields
Field Name | Description |
---|---|
message - String!
|
The returned error message. |
type - PurchaseOrderErrorType!
|
The error type. |
Example
{"message": "xyz789", "type": "NOT_FOUND"}
PurchaseOrderApprovalFlowEvent
Description
Contains details about a single event in the approval flow of the purchase order.
Fields
Field Name | Description |
---|---|
message - String
|
A formatted message. |
name - String
|
The approver name. |
role - String
|
The approver role. |
status - PurchaseOrderApprovalFlowItemStatus
|
The status related to the event. |
updated_at - String
|
The date and time the event was updated. |
Example
{
"message": "abc123",
"name": "abc123",
"role": "abc123",
"status": "PENDING",
"updated_at": "abc123"
}
PurchaseOrderApprovalFlowItemStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"PENDING"
PurchaseOrderApprovalRule
Description
Contains details about a purchase order approval rule.
Fields
Field Name | Description |
---|---|
applies_to_roles - [CompanyRole]!
|
The name of the user(s) affected by the the purchase order approval rule. |
approver_roles - [CompanyRole]!
|
The name of the user who needs to approve purchase orders that trigger the approval rule. |
condition - PurchaseOrderApprovalRuleConditionInterface
|
Condition which triggers the approval rule. |
created_at - String!
|
The date the purchase order rule was created. |
created_by - String!
|
The name of the user who created the purchase order approval rule. |
description - String
|
Description of the purchase order approval rule. |
name - String!
|
The name of the purchase order approval rule. |
status - PurchaseOrderApprovalRuleStatus!
|
The status of the purchase order approval rule. |
uid - ID!
|
The unique identifier for the purchase order approval rule. |
updated_at - String!
|
The date the purchase order rule was last updated. |
Example
{
"applies_to_roles": [CompanyRole],
"approver_roles": [CompanyRole],
"condition": PurchaseOrderApprovalRuleConditionInterface,
"created_at": "xyz789",
"created_by": "abc123",
"description": "xyz789",
"name": "xyz789",
"status": "ENABLED",
"uid": "4",
"updated_at": "xyz789"
}
PurchaseOrderApprovalRuleConditionAmount
Description
Contains approval rule condition details, including the amount to be evaluated.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The amount to be be used for evaluation of the approval rule condition. |
attribute - PurchaseOrderApprovalRuleType
|
The type of purchase order approval rule. |
operator - PurchaseOrderApprovalRuleConditionOperator
|
The operator to be used for evaluating the approval rule condition. |
Example
{
"amount": Money,
"attribute": "GRAND_TOTAL",
"operator": "MORE_THAN"
}
PurchaseOrderApprovalRuleConditionInterface
Description
Purchase order rule condition details.
Fields
Field Name | Description |
---|---|
attribute - PurchaseOrderApprovalRuleType
|
The type of purchase order approval rule. |
operator - PurchaseOrderApprovalRuleConditionOperator
|
The operator to be used for evaluating the approval rule condition. |
Possible Types
PurchaseOrderApprovalRuleConditionInterface Types |
---|
Example
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN"}
PurchaseOrderApprovalRuleConditionOperator
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"MORE_THAN"
PurchaseOrderApprovalRuleConditionQuantity
Description
Contains approval rule condition details, including the quantity to be evaluated.
Fields
Field Name | Description |
---|---|
attribute - PurchaseOrderApprovalRuleType
|
The type of purchase order approval rule. |
operator - PurchaseOrderApprovalRuleConditionOperator
|
The operator to be used for evaluating the approval rule condition. |
quantity - Int
|
The quantity to be used for evaluation of the approval rule condition. |
Example
{"attribute": "GRAND_TOTAL", "operator": "MORE_THAN", "quantity": 987}
PurchaseOrderApprovalRuleInput
Description
Defines a new purchase order approval rule.
Fields
Input Field | Description |
---|---|
applies_to - [ID]!
|
A list of company user role IDs to which this purchase order approval rule should be applied. When an empty array is provided, the rule is applied to all user roles in the system, including those created in the future. |
approvers - [ID]!
|
A list of B2B user roles that can approve this purchase order approval rule. |
condition - CreatePurchaseOrderApprovalRuleConditionInput!
|
The condition of the purchase order approval rule. |
description - String
|
A summary of the purpose of the purchase order approval rule. |
name - String!
|
The purchase order approval rule name. |
status - PurchaseOrderApprovalRuleStatus!
|
The status of the purchase order approval rule. |
Example
{
"applies_to": [4],
"approvers": ["4"],
"condition": CreatePurchaseOrderApprovalRuleConditionInput,
"description": "abc123",
"name": "abc123",
"status": "ENABLED"
}
PurchaseOrderApprovalRuleMetadata
Description
Contains metadata that can be used to render rule edit forms.
Fields
Field Name | Description |
---|---|
available_applies_to - [CompanyRole]!
|
A list of B2B user roles that the rule can be applied to. |
available_condition_currencies - [AvailableCurrency]!
|
A list of currencies that can be used to create approval rules based on amounts, for example shipping cost rules. |
available_requires_approval_from - [CompanyRole]!
|
A list of B2B user roles that can be specified as approvers for the approval rules. |
Example
{
"available_applies_to": [CompanyRole],
"available_condition_currencies": [AvailableCurrency],
"available_requires_approval_from": [CompanyRole]
}
PurchaseOrderApprovalRuleStatus
Values
Enum Value | Description |
---|---|
|
|
|
Example
"ENABLED"
PurchaseOrderApprovalRuleType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"GRAND_TOTAL"
PurchaseOrderApprovalRules
Description
Contains the approval rules that the customer can see.
Fields
Field Name | Description |
---|---|
items - [PurchaseOrderApprovalRule]!
|
A list of purchase order approval rules visible to the customer. |
page_info - SearchResultPageInfo
|
Result pagination details. |
total_count - Int
|
The total number of purchase order approval rules visible to the customer. |
Example
{
"items": [PurchaseOrderApprovalRule],
"page_info": SearchResultPageInfo,
"total_count": 987
}
PurchaseOrderComment
Description
Contains details about a comment.
Example
{
"author": Customer,
"created_at": "xyz789",
"text": "xyz789",
"uid": 4
}
PurchaseOrderErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"NOT_FOUND"
PurchaseOrderHistoryItem
Description
Contains details about a status change.
Example
{
"activity": "xyz789",
"created_at": "xyz789",
"message": "xyz789",
"uid": "4"
}
PurchaseOrderRuleApprovalFlow
Description
Contains details about approval roles applied to the purchase order and status changes.
Fields
Field Name | Description |
---|---|
events - [PurchaseOrderApprovalFlowEvent]!
|
The approval flow event related to the rule. |
rule_name - String!
|
The name of the applied rule. |
Example
{
"events": [PurchaseOrderApprovalFlowEvent],
"rule_name": "abc123"
}
PurchaseOrderStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"PENDING"
PurchaseOrders
Description
Contains a list of purchase orders.
Fields
Field Name | Description |
---|---|
items - [PurchaseOrder]!
|
Purchase orders matching the search criteria. |
page_info - SearchResultPageInfo
|
Page information of search result's current page. |
total_count - Int
|
Total number of purchase orders found matching the search criteria. |
Example
{
"items": [PurchaseOrder],
"page_info": SearchResultPageInfo,
"total_count": 123
}
PurchaseOrdersActionInput
Description
Defines which purchase orders to act on.
Fields
Input Field | Description |
---|---|
purchase_order_uids - [ID]!
|
An array of purchase order UIDs. |
Example
{"purchase_order_uids": [4]}
PurchaseOrdersActionOutput
Description
Returns a list of updated purchase orders and any error messages.
Fields
Field Name | Description |
---|---|
errors - [PurchaseOrderActionError]!
|
An array of error messages encountered while performing the operation. |
purchase_orders - [PurchaseOrder]!
|
A list of purchase orders. |
Example
{
"errors": [PurchaseOrderActionError],
"purchase_orders": [PurchaseOrder]
}
PurchaseOrdersFilterInput
Description
Defines the criteria to use to filter the list of purchase orders.
Fields
Input Field | Description |
---|---|
company_purchase_orders - Boolean
|
Include only purchase orders made by subordinate company users. |
created_date - FilterRangeTypeInput
|
Filter by the creation date of the purchase order. |
require_my_approval - Boolean
|
Include only purchase orders that are waiting for the customer’s approval. |
status - PurchaseOrderStatus
|
Filter by the status of the purchase order. |
Example
{
"company_purchase_orders": false,
"created_date": FilterRangeTypeInput,
"require_my_approval": false,
"status": "PENDING"
}
QuoteItemsSortInput
Description
Specifies the field to use for sorting quote items
Fields
Input Field | Description |
---|---|
field - SortQuoteItemsEnum!
|
Specifies the quote items field to sort by |
order - SortEnum!
|
Specifies the order of quote items' sorting |
Example
{"field": "ITEM_ID", "order": "ASC"}
ReCaptchaConfigurationV3
Description
Contains reCAPTCHA V3-Invisible configuration details.
Fields
Field Name | Description |
---|---|
badge_position - String!
|
The position of the invisible reCAPTCHA badge on each page. |
failure_message - String!
|
The message that appears to the user if validation fails. |
forms - [ReCaptchaFormEnum]!
|
A list of forms on the storefront that have been configured to use reCAPTCHA V3. |
is_enabled - Boolean!
|
Return whether recaptcha is enabled or not |
language_code - String
|
A two-character code that specifies the language that is used for Google reCAPTCHA text and messaging. |
minimum_score - Float!
|
The minimum score that identifies a user interaction as a potential risk. |
website_key - String!
|
The website key generated when the Google reCAPTCHA account was registered. |
Example
{
"badge_position": "xyz789",
"failure_message": "abc123",
"forms": ["PLACE_ORDER"],
"is_enabled": true,
"language_code": "xyz789",
"minimum_score": 987.65,
"website_key": "abc123"
}
ReCaptchaFormEnum
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"PLACE_ORDER"
Region
RemoveCouponFromCartInput
Description
Specifies the cart from which to remove a coupon.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
Example
{"cart_id": "abc123"}
RemoveCouponFromCartOutput
Description
Contains details about the cart after removing a coupon.
Fields
Field Name | Description |
---|---|
cart - Cart
|
The cart after removing a coupon. |
Example
{"cart": Cart}
RemoveCouponsFromCartInput
Description
Remove coupons from the cart.
Example
{
"cart_id": "xyz789",
"coupon_codes": ["xyz789"]
}
RemoveGiftCardFromCartInput
Description
Defines the input required to run the removeGiftCardFromCart
mutation.
Example
{
"cart_id": "xyz789",
"gift_card_code": "xyz789"
}
RemoveGiftCardFromCartOutput
Description
Defines the possible output for the removeGiftCardFromCart
mutation.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The contents of the specified shopping cart. |
Example
{"cart": Cart}
RemoveGiftRegistryItemsOutput
Description
Contains the results of a request to remove an item from a gift registry.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry after removing items. |
Example
{"gift_registry": GiftRegistry}
RemoveGiftRegistryOutput
Description
Contains the results of a request to delete a gift registry.
Fields
Field Name | Description |
---|---|
success - Boolean!
|
Indicates whether the gift registry was successfully deleted. |
Example
{"success": false}
RemoveGiftRegistryRegistrantsOutput
Description
Contains the results of a request to delete a registrant.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry after deleting registrants. |
Example
{"gift_registry": GiftRegistry}
RemoveItemFromCartInput
Description
Specifies which items to remove from the cart.
Example
{
"cart_id": "xyz789",
"cart_item_id": 123,
"cart_item_uid": 4
}
RemoveItemFromCartOutput
Description
Contains details about the cart after removing an item.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after removing an item. |
Example
{"cart": Cart}
RemoveNegotiableQuoteItemsInput
Description
Defines the items to remove from the specified negotiable quote.
Example
{"quote_item_uids": ["4"], "quote_uid": 4}
RemoveNegotiableQuoteItemsOutput
Description
Contains the negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after removing items. |
Example
{"quote": NegotiableQuote}
RemoveProductsFromCompareListInput
RemoveProductsFromWishlistOutput
Description
Contains the customer's wish list and any errors encountered.
Fields
Field Name | Description |
---|---|
user_errors - [WishListUserInputError]!
|
An array of errors encountered while deleting products from a wish list. |
wishlist - Wishlist!
|
Contains the wish list with after items were successfully deleted. |
Example
{
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
RemoveReturnTrackingInput
Description
Defines the tracking information to delete.
Fields
Input Field | Description |
---|---|
return_shipping_tracking_uid - ID!
|
The unique ID for a ReturnShippingTracking object. |
Example
{"return_shipping_tracking_uid": 4}
RemoveReturnTrackingOutput
Description
Contains the response after deleting tracking information.
Fields
Field Name | Description |
---|---|
return - Return
|
Contains details about the modified return. |
Example
{"return": Return}
RemoveRewardPointsFromCartOutput
Description
Contains the customer cart.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The customer cart after reward points are removed. |
Example
{"cart": Cart}
RemoveStoreCreditFromCartInput
Description
Defines the input required to run the removeStoreCreditFromCart
mutation.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the customer's cart. |
Example
{"cart_id": "abc123"}
RemoveStoreCreditFromCartOutput
Description
Defines the possible output for the removeStoreCreditFromCart
mutation.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The contents of the specified shopping cart. |
Example
{"cart": Cart}
ReorderItemsOutput
Description
Contains the cart and any errors after adding products.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
Detailed information about the customer's cart. |
userInputErrors - [CheckoutUserInputError]!
|
An array of reordering errors. |
Example
{
"cart": Cart,
"userInputErrors": [CheckoutUserInputError]
}
RequestNegotiableQuoteInput
Description
Defines properties of a negotiable quote request.
Fields
Input Field | Description |
---|---|
cart_id - ID!
|
The cart ID of the buyer requesting a new negotiable quote. |
comment - NegotiableQuoteCommentInput!
|
Comments the buyer entered to describe the request. |
quote_name - String!
|
The name the buyer assigned to the negotiable quote request. |
Example
{
"cart_id": "4",
"comment": NegotiableQuoteCommentInput,
"quote_name": "xyz789"
}
RequestNegotiableQuoteOutput
Description
Contains the NegotiableQuote
object generated when a buyer requests a negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
Details about the negotiable quote. |
Example
{"quote": NegotiableQuote}
RequestReturnInput
Description
Contains information needed to start a return request.
Fields
Input Field | Description |
---|---|
comment_text - String
|
Text the buyer entered that describes the reason for the refund request. |
contact_email - String
|
The email address the buyer enters to receive notifications about the status of the return. |
items - [RequestReturnItemInput]!
|
An array of items to be returned. |
order_uid - ID!
|
The unique ID for a Order object. |
Example
{
"comment_text": "abc123",
"contact_email": "xyz789",
"items": [RequestReturnItemInput],
"order_uid": "4"
}
RequestReturnItemInput
Description
Contains details about an item to be returned.
Fields
Input Field | Description |
---|---|
entered_custom_attributes - [EnteredCustomAttributeInput]
|
Details about a custom attribute that was entered. |
order_item_uid - ID!
|
The unique ID for a OrderItemInterface object. |
quantity_to_return - Float!
|
The quantity of the item to be returned. |
selected_custom_attributes - [SelectedCustomAttributeInput]
|
An array of selected custom option IDs associated with the item to be returned. For example, the IDs for the selected color and size of a configurable product. |
Example
{
"entered_custom_attributes": [
EnteredCustomAttributeInput
],
"order_item_uid": "4",
"quantity_to_return": 123.45,
"selected_custom_attributes": [
SelectedCustomAttributeInput
]
}
RequestReturnOutput
RequisitionList
Description
Defines the contents of a requisition list.
Fields
Field Name | Description |
---|---|
description - String
|
Optional text that describes the requisition list. |
items - RequistionListItems
|
An array of products added to the requisition list. |
items_count - Int!
|
The number of items in the list. |
name - String!
|
The requisition list name. |
uid - ID!
|
The unique requisition list ID. |
updated_at - String
|
The time of the last modification of the requisition list. |
Example
{
"description": "abc123",
"items": RequistionListItems,
"items_count": 123,
"name": "abc123",
"uid": 4,
"updated_at": "xyz789"
}
RequisitionListFilterInput
Description
Defines requisition list filters.
Fields
Input Field | Description |
---|---|
name - FilterMatchTypeInput
|
Filter by the display name of the requisition list. |
uids - FilterEqualTypeInput
|
Filter requisition lists by one or more requisition list IDs. |
Example
{
"name": FilterMatchTypeInput,
"uids": FilterEqualTypeInput
}
RequisitionListItemInterface
Description
The interface for requisition list items.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The amount added. |
uid - ID!
|
The unique ID for the requisition list item. |
Possible Types
RequisitionListItemInterface Types |
---|
Example
{
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 987.65,
"uid": "4"
}
RequisitionListItemsInput
Description
Defines the items to add.
Fields
Input Field | Description |
---|---|
entered_options - [EnteredOptionInput]
|
Entered option IDs. |
parent_sku - String
|
For configurable products, the SKU of the parent product. |
quantity - Float
|
The quantity of the product to add. |
selected_options - [String]
|
Selected option IDs. |
sku - String!
|
The product SKU. |
Example
{
"entered_options": [EnteredOptionInput],
"parent_sku": "abc123",
"quantity": 987.65,
"selected_options": ["xyz789"],
"sku": "xyz789"
}
RequisitionLists
Description
Defines customer requisition lists.
Fields
Field Name | Description |
---|---|
items - [RequisitionList]
|
An array of requisition lists. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_count - Int
|
The number of returned requisition lists. |
Example
{
"items": [RequisitionList],
"page_info": SearchResultPageInfo,
"total_count": 123
}
RequistionListItems
Description
Contains an array of items added to a requisition list.
Fields
Field Name | Description |
---|---|
items - [RequisitionListItemInterface]!
|
An array of items in the requisition list. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_pages - Int!
|
The number of pages returned. |
Example
{
"items": [RequisitionListItemInterface],
"page_info": SearchResultPageInfo,
"total_pages": 987
}
Return
Description
Contains details about a return.
Fields
Field Name | Description |
---|---|
available_shipping_carriers - [ReturnShippingCarrier]
|
A list of shipping carriers available for returns. |
comments - [ReturnComment]
|
A list of comments posted for the return request. |
created_at - String!
|
The date the return was requested. |
customer - ReturnCustomer!
|
Data from the customer who created the return request. |
items - [ReturnItem]
|
A list of items being returned. |
number - String!
|
A human-readable return number. |
order - CustomerOrder
|
The order associated with the return. |
shipping - ReturnShipping
|
Shipping information for the return. |
status - ReturnStatus
|
The status of the return request. |
uid - ID!
|
The unique ID for a Return object. |
Example
{
"available_shipping_carriers": [ReturnShippingCarrier],
"comments": [ReturnComment],
"created_at": "xyz789",
"customer": ReturnCustomer,
"items": [ReturnItem],
"number": "xyz789",
"order": CustomerOrder,
"shipping": ReturnShipping,
"status": "PENDING",
"uid": "4"
}
ReturnComment
Description
Contains details about a return comment.
Example
{
"author_name": "abc123",
"created_at": "abc123",
"text": "abc123",
"uid": 4
}
ReturnCustomAttribute
Description
Contains details about a ReturnCustomerAttribute
object.
Example
{
"label": "abc123",
"uid": 4,
"value": "xyz789"
}
ReturnCustomer
Description
The customer information for the return.
Example
{
"email": "abc123",
"firstname": "abc123",
"lastname": "xyz789"
}
ReturnItem
Description
Contains details about a product being returned.
Fields
Field Name | Description |
---|---|
custom_attributes - [ReturnCustomAttribute]
|
Return item custom attributes that are visible on the storefront. Use custom_attributesV2 instead. |
custom_attributesV2 - [AttributeValueInterface]
|
Custom attributes that are visible on the storefront. |
order_item - OrderItemInterface!
|
Provides access to the product being returned, including information about selected and entered options. |
quantity - Float!
|
The quantity of the item the merchant authorized to be returned. |
request_quantity - Float!
|
The quantity of the item requested to be returned. |
status - ReturnItemStatus!
|
The return status of the item. |
uid - ID!
|
The unique ID for a ReturnItem object. |
Example
{
"custom_attributes": [ReturnCustomAttribute],
"custom_attributesV2": [AttributeValueInterface],
"order_item": OrderItemInterface,
"quantity": 987.65,
"request_quantity": 987.65,
"status": "PENDING",
"uid": "4"
}
ReturnItemAttributeMetadata
Description
Return Item attribute metadata.
Fields
Field Name | Description |
---|---|
code - ID!
|
The unique identifier for an attribute code. This value should be in lowercase letters without spaces. |
default_value - String
|
Default attribute value. |
entity_type - AttributeEntityTypeEnum!
|
The type of entity that defines the attribute. |
frontend_class - String
|
The frontend class of the attribute. |
frontend_input - AttributeFrontendInputEnum
|
The frontend input type of the attribute. |
input_filter - InputFilterEnum
|
The template used for the input of the attribute (e.g., 'date'). |
is_required - Boolean!
|
Whether the attribute value is required. |
is_unique - Boolean!
|
Whether the attribute value must be unique. |
label - String
|
The label assigned to the attribute. |
multiline_count - Int
|
The number of lines of the attribute value. |
options - [CustomAttributeOptionInterface]!
|
Attribute options. |
sort_order - Int
|
The position of the attribute in the form. |
validate_rules - [ValidationRule]
|
The validation rules of the attribute value. |
Example
{
"code": 4,
"default_value": "abc123",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"input_filter": "NONE",
"is_required": true,
"is_unique": false,
"label": "xyz789",
"multiline_count": 987,
"options": [CustomAttributeOptionInterface],
"sort_order": 123,
"validate_rules": [ValidationRule]
}
ReturnItemStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Example
"PENDING"
ReturnShipping
Description
Contains details about the return shipping address.
Fields
Field Name | Description |
---|---|
address - ReturnShippingAddress
|
The merchant-defined return shipping address. |
tracking - [ReturnShippingTracking]
|
The unique ID for a ReturnShippingTracking object. If a single UID is specified, the array contains a single tracking record. Otherwise, array contains all tracking information. |
Arguments
|
Example
{
"address": ReturnShippingAddress,
"tracking": [ReturnShippingTracking]
}
ReturnShippingAddress
Description
Contains details about the shipping address used for receiving returned items.
Fields
Field Name | Description |
---|---|
city - String!
|
The city for product returns. |
contact_name - String
|
The merchant's contact person. |
country - Country!
|
An object that defines the country for product returns. |
postcode - String!
|
The postal code for product returns. |
region - Region!
|
An object that defines the state or province for product returns. |
street - [String]!
|
The street address for product returns. |
telephone - String
|
The telephone number for product returns. |
Example
{
"city": "xyz789",
"contact_name": "xyz789",
"country": Country,
"postcode": "xyz789",
"region": Region,
"street": ["abc123"],
"telephone": "xyz789"
}
ReturnShippingCarrier
ReturnShippingTracking
Description
Contains shipping and tracking details.
Fields
Field Name | Description |
---|---|
carrier - ReturnShippingCarrier!
|
Contains details of a shipping carrier. |
status - ReturnShippingTrackingStatus
|
Details about the status of a shipment. |
tracking_number - String!
|
A tracking number assigned by the carrier. |
uid - ID!
|
The unique ID for a ReturnShippingTracking object assigned to the tracking item. |
Example
{
"carrier": ReturnShippingCarrier,
"status": ReturnShippingTrackingStatus,
"tracking_number": "abc123",
"uid": "4"
}
ReturnShippingTrackingStatus
Description
Contains the status of a shipment.
Fields
Field Name | Description |
---|---|
text - String!
|
Text that describes the status. |
type - ReturnShippingTrackingStatusType!
|
Indicates whether the status type is informational or an error. |
Example
{"text": "xyz789", "type": "INFORMATION"}
ReturnShippingTrackingStatusType
Values
Enum Value | Description |
---|---|
|
|
|
Example
"INFORMATION"
ReturnStatus
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"PENDING"
Returns
Description
Contains a list of customer return requests.
Fields
Field Name | Description |
---|---|
items - [Return]
|
A list of return requests. |
page_info - SearchResultPageInfo
|
Pagination metadata. |
total_count - Int
|
The total number of return requests. |
Example
{
"items": [Return],
"page_info": SearchResultPageInfo,
"total_count": 123
}
RevokeCustomerTokenOutput
Description
Contains the result of a request to revoke a customer token.
Fields
Field Name | Description |
---|---|
result - Boolean!
|
The result of a request to revoke a customer token. |
Example
{"result": true}
RewardPoints
Description
Contains details about a customer's reward points.
Fields
Field Name | Description |
---|---|
balance - RewardPointsAmount
|
The current balance of reward points. |
balance_history - [RewardPointsBalanceHistoryItem]
|
The balance history of reward points. If the ability for customers to view the balance history has been disabled in the Admin, this field will be set to null. |
exchange_rates - RewardPointsExchangeRates
|
The current exchange rates for reward points. |
subscription_status - RewardPointsSubscriptionStatus
|
The subscription status of emails related to reward points. |
Example
{
"balance": RewardPointsAmount,
"balance_history": [RewardPointsBalanceHistoryItem],
"exchange_rates": RewardPointsExchangeRates,
"subscription_status": RewardPointsSubscriptionStatus
}
RewardPointsAmount
RewardPointsBalanceHistoryItem
Description
Contain details about the reward points transaction.
Fields
Field Name | Description |
---|---|
balance - RewardPointsAmount
|
The award points balance after the completion of the transaction. |
change_reason - String!
|
The reason the balance changed. |
date - String!
|
The date of the transaction. |
points_change - Float!
|
The number of points added or deducted in the transaction. |
Example
{
"balance": RewardPointsAmount,
"change_reason": "xyz789",
"date": "abc123",
"points_change": 123.45
}
RewardPointsExchangeRates
Description
Lists the reward points exchange rates. The values depend on the customer group.
Fields
Field Name | Description |
---|---|
earning - RewardPointsRate
|
How many points are earned for a given amount spent. |
redemption - RewardPointsRate
|
How many points must be redeemed to get a given amount of currency discount at the checkout. |
Example
{
"earning": RewardPointsRate,
"redemption": RewardPointsRate
}
RewardPointsRate
Description
Contains details about customer's reward points rate.
Fields
Field Name | Description |
---|---|
currency_amount - Float!
|
The money value for the exchange rate. For earnings, this is the amount spent to earn the specified points. For redemption, this is the amount of money the number of points represents. |
points - Float!
|
The number of points for an exchange rate. For earnings, this is the number of points earned. For redemption, this is the number of points needed for redemption. |
Example
{"currency_amount": 987.65, "points": 123.45}
RewardPointsSubscriptionStatus
Description
Indicates whether the customer subscribes to reward points emails.
Fields
Field Name | Description |
---|---|
balance_updates - RewardPointsSubscriptionStatusesEnum!
|
Indicates whether the customer subscribes to 'Reward points balance updates' emails. |
points_expiration_notifications - RewardPointsSubscriptionStatusesEnum!
|
Indicates whether the customer subscribes to 'Reward points expiration notifications' emails. |
Example
{
"balance_updates": "SUBSCRIBED",
"points_expiration_notifications": "SUBSCRIBED"
}
RewardPointsSubscriptionStatusesEnum
Values
Enum Value | Description |
---|---|
|
|
|
Example
"SUBSCRIBED"
RoutableInterface
Description
Routable entities serve as the model for a rendered page.
Fields
Field Name | Description |
---|---|
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
Possible Types
RoutableInterface Types |
---|
Example
{
"redirect_code": 987,
"relative_url": "xyz789",
"type": "CMS_PAGE"
}
RoutableUrl
Description
Default implementation of RoutableInterface. This type is returned when the URL is not linked to an entity.
Fields
Field Name | Description |
---|---|
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
Example
{
"redirect_code": 123,
"relative_url": "abc123",
"type": "CMS_PAGE"
}
SDKParams
SalesCommentItem
ScopeTypeEnum
Description
This enumeration defines the scope type for customer orders.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"GLOBAL"
SearchResultPageInfo
Description
Provides navigation for the query response.
Example
{"current_page": 987, "page_size": 987, "total_pages": 987}
SearchSuggestion
Description
A string that contains search suggestion
Fields
Field Name | Description |
---|---|
search - String!
|
The search suggestion of existing product. |
Example
{"search": "xyz789"}
SelectedBundleOption
Description
Contains details about a selected bundle option.
Fields
Field Name | Description |
---|---|
id - Int!
|
Use uid instead
|
label - String!
|
The display name of the selected bundle product option. |
type - String!
|
The type of selected bundle product option. |
uid - ID!
|
The unique ID for a SelectedBundleOption object |
values - [SelectedBundleOptionValue]!
|
An array of selected bundle option values. |
Example
{
"id": 987,
"label": "abc123",
"type": "abc123",
"uid": 4,
"values": [SelectedBundleOptionValue]
}
SelectedBundleOptionValue
Description
Contains details about a value for a selected bundle option.
Fields
Field Name | Description |
---|---|
id - Int!
|
Use uid instead |
label - String!
|
The display name of the value for the selected bundle product option. |
price - Float!
|
The price of the value for the selected bundle product option. |
quantity - Float!
|
The quantity of the value for the selected bundle product option. |
uid - ID!
|
The unique ID for a SelectedBundleOptionValue object |
Example
{
"id": 123,
"label": "xyz789",
"price": 987.65,
"quantity": 987.65,
"uid": 4
}
SelectedConfigurableOption
Description
Contains details about a selected configurable option.
Fields
Field Name | Description |
---|---|
configurable_product_option_uid - ID!
|
The unique ID for a ConfigurableProductOptions object. |
configurable_product_option_value_uid - ID!
|
The unique ID for a ConfigurableProductOptionsValues object. |
id - Int!
|
Use SelectedConfigurableOption.configurable_product_option_uid instead.
|
option_label - String!
|
The display text for the option. |
value_id - Int!
|
Use SelectedConfigurableOption.configurable_product_option_value_uid instead.
|
value_label - String!
|
The display name of the selected configurable option. |
Example
{
"configurable_product_option_uid": 4,
"configurable_product_option_value_uid": "4",
"id": 987,
"option_label": "xyz789",
"value_id": 123,
"value_label": "abc123"
}
SelectedCustomAttributeInput
Description
Contains details about an attribute the buyer selected.
Example
{
"attribute_code": "abc123",
"value": "4"
}
SelectedCustomizableOption
Description
Identifies a customized product that has been placed in a cart.
Fields
Field Name | Description |
---|---|
customizable_option_uid - ID!
|
The unique ID for a specific CustomizableOptionInterface object, such as a CustomizableFieldOption , CustomizableFileOption , or CustomizableAreaOption object. |
id - Int!
|
Use SelectedCustomizableOption.customizable_option_uid instead.
|
is_required - Boolean!
|
Indicates whether the customizable option is required. |
label - String!
|
The display name of the selected customizable option. |
sort_order - Int!
|
A value indicating the order to display this option. |
type - String!
|
The type of CustomizableOptionInterface object. |
values - [SelectedCustomizableOptionValue]!
|
An array of selectable values. |
Example
{
"customizable_option_uid": "4",
"id": 987,
"is_required": true,
"label": "xyz789",
"sort_order": 987,
"type": "abc123",
"values": [SelectedCustomizableOptionValue]
}
SelectedCustomizableOptionValue
Description
Identifies the value of the selected customized option.
Fields
Field Name | Description |
---|---|
customizable_option_value_uid - ID!
|
The unique ID for a value object that corresponds to the object represented by the customizable_option_uid attribute. |
id - Int!
|
Use SelectedCustomizableOptionValue.customizable_option_value_uid instead.
|
label - String!
|
The display name of the selected value. |
price - CartItemSelectedOptionValuePrice!
|
The price of the selected customizable value. |
value - String!
|
The text identifying the selected value. |
Example
{
"customizable_option_value_uid": 4,
"id": 987,
"label": "xyz789",
"price": CartItemSelectedOptionValuePrice,
"value": "xyz789"
}
SelectedPaymentMethod
Description
Describes the payment method the shopper selected.
Example
{
"code": "abc123",
"purchase_order_number": "xyz789",
"title": "xyz789"
}
SelectedShippingMethod
Description
Contains details about the selected shipping method and carrier.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The cost of shipping using this shipping method. |
base_amount - Money
|
The field should not be used on the storefront. |
carrier_code - String!
|
A string that identifies a commercial carrier or an offline shipping method. |
carrier_title - String!
|
The label for the carrier code. |
method_code - String!
|
A shipping method code associated with a carrier. |
method_title - String!
|
The label for the method code. |
price_excl_tax - Money!
|
The cost of shipping using this shipping method, excluding tax. |
price_incl_tax - Money!
|
The cost of shipping using this shipping method, including tax. |
Example
{
"amount": Money,
"base_amount": Money,
"carrier_code": "abc123",
"carrier_title": "abc123",
"method_code": "abc123",
"method_title": "abc123",
"price_excl_tax": Money,
"price_incl_tax": Money
}
SendEmailToFriendInput
Description
Defines the referenced product and the email sender and recipients.
Fields
Input Field | Description |
---|---|
product_id - Int!
|
The ID of the product that the sender is referencing. |
recipients - [SendEmailToFriendRecipientInput]!
|
An array containing information about each recipient. |
sender - SendEmailToFriendSenderInput!
|
Information about the customer and the content of the message. |
Example
{
"product_id": 123,
"recipients": [SendEmailToFriendRecipientInput],
"sender": SendEmailToFriendSenderInput
}
SendEmailToFriendOutput
Description
Contains information about the sender and recipients.
Fields
Field Name | Description |
---|---|
recipients - [SendEmailToFriendRecipient]
|
An array containing information about each recipient. |
sender - SendEmailToFriendSender
|
Information about the customer and the content of the message. |
Example
{
"recipients": [SendEmailToFriendRecipient],
"sender": SendEmailToFriendSender
}
SendEmailToFriendRecipient
SendEmailToFriendRecipientInput
SendEmailToFriendSender
Description
An output object that contains information about the sender.
Example
{
"email": "abc123",
"message": "abc123",
"name": "xyz789"
}
SendEmailToFriendSenderInput
SendFriendConfiguration
Description
Contains details about the configuration of the Email to a Friend feature.
Example
{"enabled_for_customers": false, "enabled_for_guests": true}
SendNegotiableQuoteForReviewInput
Description
Specifies which negotiable quote to send for review.
Fields
Input Field | Description |
---|---|
comment - NegotiableQuoteCommentInput
|
A comment for the seller to review. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{"comment": NegotiableQuoteCommentInput, "quote_uid": 4}
SendNegotiableQuoteForReviewOutput
Description
Contains the negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after sending for seller review. |
Example
{"quote": NegotiableQuote}
SetBillingAddressOnCartInput
Description
Sets the billing address.
Fields
Input Field | Description |
---|---|
billing_address - BillingAddressInput!
|
The billing address. |
cart_id - String!
|
The unique ID of a Cart object. |
Example
{
"billing_address": BillingAddressInput,
"cart_id": "abc123"
}
SetBillingAddressOnCartOutput
Description
Contains details about the cart after setting the billing address.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after setting the billing address. |
Example
{"cart": Cart}
SetGiftOptionsOnCartInput
Description
Defines the gift options applied to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID that identifies the shopper's cart. |
gift_message - GiftMessageInput
|
Gift message details for the cart. |
gift_receipt_included - Boolean!
|
Whether customer requested gift receipt for the cart. |
gift_wrapping_id - ID
|
The unique ID for a GiftWrapping object to be used for the cart. |
printed_card_included - Boolean!
|
Whether customer requested printed card for the cart. |
Example
{
"cart_id": "xyz789",
"gift_message": GiftMessageInput,
"gift_receipt_included": false,
"gift_wrapping_id": "4",
"printed_card_included": true
}
SetGiftOptionsOnCartOutput
Description
Contains the cart after gift options have been applied.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The modified cart object. |
Example
{"cart": Cart}
SetGuestEmailOnCartInput
SetGuestEmailOnCartOutput
Description
Contains details about the cart after setting the email of a guest.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after setting the guest email. |
Example
{"cart": Cart}
SetLineItemNoteOutput
Description
Contains the updated negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after sending for seller review. |
Example
{"quote": NegotiableQuote}
SetNegotiableQuoteBillingAddressInput
Description
Sets the billing address.
Fields
Input Field | Description |
---|---|
billing_address - NegotiableQuoteBillingAddressInput!
|
The billing address to be added. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{
"billing_address": NegotiableQuoteBillingAddressInput,
"quote_uid": "4"
}
SetNegotiableQuoteBillingAddressOutput
Description
Contains the negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after assigning a billing address. |
Example
{"quote": NegotiableQuote}
SetNegotiableQuotePaymentMethodInput
Description
Defines the payment method of the specified negotiable quote.
Fields
Input Field | Description |
---|---|
payment_method - NegotiableQuotePaymentMethodInput!
|
The payment method to be assigned to the negotiable quote. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{
"payment_method": NegotiableQuotePaymentMethodInput,
"quote_uid": "4"
}
SetNegotiableQuotePaymentMethodOutput
Description
Contains details about the negotiable quote after setting the payment method.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The updated negotiable quote. |
Example
{"quote": NegotiableQuote}
SetNegotiableQuoteShippingAddressInput
Description
Defines the shipping address to assign to the negotiable quote.
Fields
Input Field | Description |
---|---|
customer_address_id - ID
|
The unique ID of a CustomerAddress object. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
shipping_addresses - [NegotiableQuoteShippingAddressInput]
|
An array of shipping addresses to apply to the negotiable quote. |
Example
{
"customer_address_id": "4",
"quote_uid": "4",
"shipping_addresses": [
NegotiableQuoteShippingAddressInput
]
}
SetNegotiableQuoteShippingAddressOutput
Description
Contains the negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after assigning a shipping address. |
Example
{"quote": NegotiableQuote}
SetNegotiableQuoteShippingMethodsInput
Description
Defines the shipping method to apply to the negotiable quote.
Fields
Input Field | Description |
---|---|
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
shipping_methods - [ShippingMethodInput]!
|
An array of shipping methods to apply to the negotiable quote. |
Example
{
"quote_uid": 4,
"shipping_methods": [ShippingMethodInput]
}
SetNegotiableQuoteShippingMethodsOutput
Description
Contains the negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The negotiable quote after applying shipping methods. |
Example
{"quote": NegotiableQuote}
SetPaymentMethodAndPlaceOrderInput
Description
Applies a payment method to the quote.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
payment_method - PaymentMethodInput!
|
The payment method data to apply to the cart. |
Example
{
"cart_id": "xyz789",
"payment_method": PaymentMethodInput
}
SetPaymentMethodOnCartInput
Description
Applies a payment method to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
payment_method - PaymentMethodInput!
|
The payment method data to apply to the cart. |
Example
{
"cart_id": "abc123",
"payment_method": PaymentMethodInput
}
SetPaymentMethodOnCartOutput
Description
Contains details about the cart after setting the payment method.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after setting the payment method. |
Example
{"cart": Cart}
SetShippingAddressesOnCartInput
Description
Specifies an array of addresses to use for shipping.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
shipping_addresses - [ShippingAddressInput]!
|
An array of shipping addresses. |
Example
{
"cart_id": "abc123",
"shipping_addresses": [ShippingAddressInput]
}
SetShippingAddressesOnCartOutput
Description
Contains details about the cart after setting the shipping addresses.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after setting the shipping addresses. |
Example
{"cart": Cart}
SetShippingMethodsOnCartInput
Description
Applies one or shipping methods to the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
shipping_methods - [ShippingMethodInput]!
|
An array of shipping methods. |
Example
{
"cart_id": "abc123",
"shipping_methods": [ShippingMethodInput]
}
SetShippingMethodsOnCartOutput
Description
Contains details about the cart after setting the shipping methods.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after setting the shipping methods. |
Example
{"cart": Cart}
ShipBundleItemsEnum
Description
Defines whether bundle items must be shipped together.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"TOGETHER"
ShipmentItem
Fields
Field Name | Description |
---|---|
id - ID!
|
The unique ID for a ShipmentItemInterface object. |
order_item - OrderItemInterface
|
The order item associated with the shipment item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product. |
product_sku - String!
|
The SKU of the base product. |
quantity_shipped - Float!
|
The number of shipped items. |
Example
{
"id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"quantity_shipped": 123.45
}
ShipmentItemInterface
Description
Order shipment item details.
Fields
Field Name | Description |
---|---|
id - ID!
|
The unique ID for a ShipmentItemInterface object. |
order_item - OrderItemInterface
|
The order item associated with the shipment item. |
product_name - String
|
The name of the base product. |
product_sale_price - Money!
|
The sale price for the base product. |
product_sku - String!
|
The SKU of the base product. |
quantity_shipped - Float!
|
The number of shipped items. |
Possible Types
ShipmentItemInterface Types |
---|
Example
{
"id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_shipped": 987.65
}
ShipmentTracking
Description
Contains order shipment tracking details.
Example
{
"carrier": "xyz789",
"number": "xyz789",
"title": "xyz789"
}
ShippingAddressInput
Description
Defines a single shipping address.
Fields
Input Field | Description |
---|---|
address - CartAddressInput
|
Defines a shipping address. |
customer_address_id - Int
|
An ID from the customer's address book that uniquely identifies the address to be used for shipping. |
customer_notes - String
|
Text provided by the shopper. |
pickup_location_code - String
|
The code of Pickup Location which will be used for In-Store Pickup. |
Example
{
"address": CartAddressInput,
"customer_address_id": 123,
"customer_notes": "xyz789",
"pickup_location_code": "xyz789"
}
ShippingCartAddress
Description
Contains shipping addresses and methods.
Fields
Field Name | Description |
---|---|
available_shipping_methods - [AvailableShippingMethod]
|
An array that lists the shipping methods that can be applied to the cart. |
cart_items - [CartItemQuantity]
|
Use cart_items_v2 instead.
|
cart_items_v2 - [CartItemInterface]
|
An array that lists the items in the cart. |
city - String!
|
The city specified for the billing or shipping address. |
company - String
|
The company specified for the billing or shipping address. |
country - CartAddressCountry!
|
An object containing the country label and code. |
custom_attributes - [AttributeValueInterface]!
|
The custom attribute values of the billing or shipping address. |
customer_notes - String
|
Text provided by the shopper. |
fax - String
|
The customer's fax number. |
firstname - String!
|
The first name of the customer or guest. |
items_weight - Float
|
This information should not be exposed on the frontend. |
lastname - String!
|
The last name of the customer or guest. |
middlename - String
|
The middle name of the person associated with the billing/shipping address. |
pickup_location_code - String
|
|
postcode - String
|
The ZIP or postal code of the billing or shipping address. |
prefix - String
|
An honorific, such as Dr., Mr., or Mrs. |
region - CartAddressRegion
|
An object containing the region label and code. |
selected_shipping_method - SelectedShippingMethod
|
An object that describes the selected shipping method. |
street - [String]!
|
An array containing the street for the billing or shipping address. |
suffix - String
|
A value such as Sr., Jr., or III. |
telephone - String
|
The telephone number for the billing or shipping address. |
uid - String!
|
The unique id of the customer address. |
vat_id - String
|
The VAT company number for billing or shipping address. |
Example
{
"available_shipping_methods": [AvailableShippingMethod],
"cart_items": [CartItemQuantity],
"cart_items_v2": [CartItemInterface],
"city": "xyz789",
"company": "abc123",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
"customer_notes": "xyz789",
"fax": "xyz789",
"firstname": "abc123",
"items_weight": 987.65,
"lastname": "xyz789",
"middlename": "xyz789",
"pickup_location_code": "xyz789",
"postcode": "xyz789",
"prefix": "xyz789",
"region": CartAddressRegion,
"selected_shipping_method": SelectedShippingMethod,
"street": ["xyz789"],
"suffix": "xyz789",
"telephone": "abc123",
"uid": "abc123",
"vat_id": "abc123"
}
ShippingDiscount
Description
Defines an individual shipping discount. This discount can be applied to shipping.
Fields
Field Name | Description |
---|---|
amount - Money!
|
The amount of the discount. |
Example
{"amount": Money}
ShippingHandling
Description
Contains details about shipping and handling costs.
Fields
Field Name | Description |
---|---|
amount_excluding_tax - Money
|
The shipping amount, excluding tax. |
amount_including_tax - Money
|
The shipping amount, including tax. |
discounts - [ShippingDiscount]
|
The applied discounts to the shipping. |
taxes - [TaxItem]
|
Details about taxes applied for shipping. |
total_amount - Money!
|
The total amount for shipping. |
Example
{
"amount_excluding_tax": Money,
"amount_including_tax": Money,
"discounts": [ShippingDiscount],
"taxes": [TaxItem],
"total_amount": Money
}
ShippingMethodInput
Description
Defines the shipping carrier and method.
Fields
Input Field | Description |
---|---|
carrier_code - String!
|
A string that identifies a commercial carrier or an offline delivery method. |
method_code - String!
|
A string that indicates which service a commercial carrier will use to ship items. For offline delivery methods, this value is similar to the label displayed on the checkout page. |
Example
{
"carrier_code": "xyz789",
"method_code": "xyz789"
}
SimpleCartItem
Description
An implementation for simple product cart items.
Fields
Field Name | Description |
---|---|
available_gift_wrapping - [GiftWrapping]!
|
The list of available gift wrapping options for the cart item. |
customizable_options - [SelectedCustomizableOption]!
|
An array containing the customizable options the shopper selected. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
gift_message - GiftMessage
|
The entered gift message for the cart item |
gift_wrapping - GiftWrapping
|
The selected gift wrapping for the cart item. |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"available_gift_wrapping": [GiftWrapping],
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "abc123",
"is_available": false,
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 123.45,
"uid": "4"
}
SimpleProduct
Description
Defines a simple product, which is tangible and is usually sold in single units or in fixed quantities.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
weight - Float
|
The weight of the item, in units defined by the store. |
Example
{
"activity": "abc123",
"attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "xyz789",
"climate": "abc123",
"collar": "abc123",
"color": 987,
"country_of_manufacture": "xyz789",
"created_at": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 123,
"erin_recommends": 987,
"features_bags": "xyz789",
"format": 987,
"gender": "xyz789",
"gift_message_available": "xyz789",
"id": 987,
"image": ProductImage,
"is_returnable": "xyz789",
"manufacturer": 123,
"material": "abc123",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "xyz789",
"meta_keyword": "abc123",
"meta_title": "abc123",
"name": "abc123",
"new": 987,
"new_from_date": "abc123",
"new_to_date": "abc123",
"only_x_left_in_stock": 987.65,
"options": [CustomizableOptionInterface],
"options_container": "xyz789",
"pattern": "xyz789",
"performance_fabric": 123,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 987,
"rating_summary": 123.45,
"redirect_code": 123,
"related_products": [ProductInterface],
"relative_url": "xyz789",
"review_count": 123,
"reviews": ProductReviews,
"sale": 123,
"short_description": ComplexTextValue,
"size": 123,
"sku": "xyz789",
"sleeve": "xyz789",
"small_image": ProductImage,
"special_from_date": "xyz789",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "abc123",
"style_bags": "xyz789",
"style_bottom": "xyz789",
"style_general": "xyz789",
"swatch_image": "xyz789",
"thumbnail": ProductImage,
"tier_price": 987.65,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "abc123",
"uid": "4",
"updated_at": "abc123",
"upsell_products": [ProductInterface],
"url_key": "abc123",
"url_path": "abc123",
"url_rewrites": [UrlRewrite],
"url_suffix": "abc123",
"websites": [Website],
"weight": 987.65
}
SimpleProductCartItemInput
Description
Defines a single product to add to the cart.
Fields
Input Field | Description |
---|---|
customizable_options - [CustomizableOptionInput]
|
An array that defines customizable options for the product. |
data - CartItemInput!
|
An object containing the sku , quantity , and other relevant information about the product. |
Example
{
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput
}
SimpleRequisitionListItem
Description
Contains details about simple products added to a requisition list.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The amount added. |
uid - ID!
|
The unique ID for the requisition list item. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 123.45,
"uid": "4"
}
SimpleWishlistItem
Description
Contains a simple product wish list item.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "abc123",
"customizable_options": [SelectedCustomizableOption],
"description": "xyz789",
"id": 4,
"product": ProductInterface,
"quantity": 123.45
}
SmartButtonMethodInput
Description
Smart button payment inputs
Example
{
"payment_source": "xyz789",
"payments_order_id": "abc123",
"paypal_order_id": "abc123"
}
SmartButtonsConfig
Fields
Field Name | Description |
---|---|
button_styles - ButtonStyles
|
The styles for the PayPal Smart Button configuration |
code - String
|
The payment method code as defined in the payment gateway |
display_message - Boolean
|
Indicates whether to display the PayPal Pay Later message |
display_venmo - Boolean
|
Indicates whether to display Venmo |
is_visible - Boolean
|
Indicates whether the payment method is displayed |
message_styles - MessageStyles
|
Contains details about the styles for the PayPal Pay Later message |
payment_intent - String
|
Defines the payment intent (Authorize or Capture |
sdk_params - [SDKParams]
|
The PayPal parameters required to load the JS SDK |
sort_order - String
|
The relative order the payment method is displayed on the checkout page |
title - String
|
The name displayed for the payment method |
Example
{
"button_styles": ButtonStyles,
"code": "abc123",
"display_message": true,
"display_venmo": false,
"is_visible": false,
"message_styles": MessageStyles,
"payment_intent": "abc123",
"sdk_params": [SDKParams],
"sort_order": "abc123",
"title": "abc123"
}
SortEnum
Description
Indicates whether to return results in ascending or descending order.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"ASC"
SortField
SortFields
Description
Contains a default value for sort fields and all available sort fields.
Fields
Field Name | Description |
---|---|
default - String
|
The default sort field value. |
options - [SortField]
|
An array of possible sort fields. |
Example
{
"default": "xyz789",
"options": [SortField]
}
SortQuoteItemsEnum
Description
Specifies the field to use for sorting quote items
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"ITEM_ID"
StoreConfig
Description
Contains information about a store's configuration.
Fields
Field Name | Description |
---|---|
absolute_footer - String
|
Contains scripts that must be included in the HTML before the closing <body> tag. |
allow_gift_receipt - String
|
Indicates if the gift sender has the option to send a gift receipt. Possible values: 1 (Yes) and 0 (No). |
allow_gift_wrapping_on_order - String
|
Indicates whether gift wrapping can be added for the entire order. Possible values: 1 (Yes) and 0 (No). |
allow_gift_wrapping_on_order_items - String
|
Indicates whether gift wrapping can be added for individual order items. Possible values: 1 (Yes) and 0 (No). |
allow_guests_to_write_product_reviews - String
|
Indicates whether guest users can write product reviews. Possible values: 1 (Yes) and 0 (No). |
allow_items - String
|
The value of the Allow Gift Messages for Order Items option |
allow_order - String
|
The value of the Allow Gift Messages on Order Level option |
allow_printed_card - String
|
Indicates if a printed card can accompany an order. Possible values: 1 (Yes) and 0 (No). |
autocomplete_on_storefront - Boolean
|
Indicates whether to enable autocomplete on login and forgot password forms. |
base_currency_code - String
|
The base currency code. |
base_link_url - String
|
A fully-qualified URL that is used to create relative links to the base_url . |
base_media_url - String
|
The fully-qualified URL that specifies the location of media files. |
base_static_url - String
|
The fully-qualified URL that specifies the location of static view files. |
base_url - String
|
The store’s fully-qualified base URL. |
braintree_3dsecure_allowspecific - Boolean
|
Braintree 3D Secure, should 3D Secure be used for specific countries. |
braintree_3dsecure_always_request_3ds - Boolean
|
Braintree 3D Secure, always request 3D Secure flag. |
braintree_3dsecure_specificcountry - String
|
Braintree 3D Secure, the specific countries to use 3D Secure in, to be used if allow specific is status is enabled. |
braintree_3dsecure_threshold_amount - String
|
Braintree 3D Secure, threshold above which 3D Secure should be requested. |
braintree_3dsecure_verify_3dsecure - Boolean
|
Braintree 3D Secure enabled/active status. |
braintree_ach_direct_debit_vault_active - Boolean
|
Braintree ACH vault status. |
braintree_applepay_merchant_name - String
|
Braintree Apple Pay merchant name. |
braintree_applepay_vault_active - Boolean
|
Braintree Apple Pay vault status. |
braintree_cc_vault_active - String
|
Braintree cc vault status. |
braintree_cc_vault_cvv - Boolean
|
Braintree cc vault CVV re-verification enabled status. |
braintree_environment - String
|
Braintree environment. |
braintree_googlepay_btn_color - String
|
Braintree Google Pay button color. |
braintree_googlepay_cctypes - String
|
Braintree Google Pay Card types supported. |
braintree_googlepay_merchant_id - String
|
Braintree Google Pay merchant ID. |
braintree_googlepay_vault_active - Boolean
|
Braintree Google Pay vault status. |
braintree_local_payment_allowed_methods - String
|
Braintree Local Payment Methods allowed payment methods. |
braintree_local_payment_fallback_button_text - String
|
Braintree Local Payment Methods fallback button text. |
braintree_local_payment_redirect_on_fail - String
|
Braintree Local Payment Methods redirect URL on failed payment. |
braintree_merchant_account_id - String
|
Braintree Merchant Account ID. |
braintree_paypal_button_location_cart_type_credit_color - String
|
Braintree PayPal Credit mini-cart & cart button style color. |
braintree_paypal_button_location_cart_type_credit_label - String
|
Braintree PayPal Credit mini-cart & cart button style label. |
braintree_paypal_button_location_cart_type_credit_shape - String
|
Braintree PayPal Credit mini-cart & cart button style shape. |
braintree_paypal_button_location_cart_type_credit_show - Boolean
|
Braintree PayPal Credit mini-cart & cart button show status. |
braintree_paypal_button_location_cart_type_messaging_layout - String
|
Braintree PayPal Pay Later messaging mini-cart & cart style layout. |
braintree_paypal_button_location_cart_type_messaging_logo - String
|
Braintree PayPal Pay Later messaging mini-cart & cart style logo. |
braintree_paypal_button_location_cart_type_messaging_logo_position - String
|
Braintree PayPal Pay Later messaging mini-cart & cart style logo position. |
braintree_paypal_button_location_cart_type_messaging_show - Boolean
|
Braintree PayPal Pay Later messaging mini-cart & cart show status. |
braintree_paypal_button_location_cart_type_messaging_text_color - String
|
Braintree PayPal Pay Later messaging checkout style text color. |
braintree_paypal_button_location_cart_type_paylater_color - String
|
Braintree PayPal Pay Later mini-cart & cart button style color. |
braintree_paypal_button_location_cart_type_paylater_label - String
|
Braintree PayPal Pay Later mini-cart & cart button style label. |
braintree_paypal_button_location_cart_type_paylater_shape - String
|
Braintree PayPal Pay Later mini-cart & cart button style shape. |
braintree_paypal_button_location_cart_type_paylater_show - Boolean
|
Braintree PayPal Pay Later mini-cart & cart button show status. |
braintree_paypal_button_location_cart_type_paypal_color - String
|
Braintree PayPal mini-cart & cart button style color. |
braintree_paypal_button_location_cart_type_paypal_label - String
|
Braintree PayPal mini-cart & cart button style label. |
braintree_paypal_button_location_cart_type_paypal_shape - String
|
Braintree PayPal mini-cart & cart button style shape. |
braintree_paypal_button_location_cart_type_paypal_show - Boolean
|
Braintree PayPal mini-cart & cart button show. |
braintree_paypal_button_location_checkout_type_credit_color - String
|
Braintree PayPal Credit checkout button style color. |
braintree_paypal_button_location_checkout_type_credit_label - String
|
Braintree PayPal Credit checkout button style label. |
braintree_paypal_button_location_checkout_type_credit_shape - String
|
Braintree PayPal Credit checkout button style shape. |
braintree_paypal_button_location_checkout_type_credit_show - Boolean
|
Braintree PayPal Credit checkout button show status. |
braintree_paypal_button_location_checkout_type_messaging_layout - String
|
Braintree PayPal Pay Later messaging checkout style layout. |
braintree_paypal_button_location_checkout_type_messaging_logo - String
|
Braintree PayPal Pay Later messaging checkout style logo. |
braintree_paypal_button_location_checkout_type_messaging_logo_position - String
|
Braintree PayPal Pay Later messaging checkout style logo position. |
braintree_paypal_button_location_checkout_type_messaging_show - Boolean
|
Braintree PayPal Pay Later messaging checkout show status. |
braintree_paypal_button_location_checkout_type_messaging_text_color - String
|
Braintree PayPal Pay Later messaging checkout style text color. |
braintree_paypal_button_location_checkout_type_paylater_color - String
|
Braintree PayPal Pay Later checkout button style color. |
braintree_paypal_button_location_checkout_type_paylater_label - String
|
Braintree PayPal Pay Later checkout button style label. |
braintree_paypal_button_location_checkout_type_paylater_shape - String
|
Braintree PayPal Pay Later checkout button style shape. |
braintree_paypal_button_location_checkout_type_paylater_show - Boolean
|
Braintree PayPal Pay Later checkout button show status. |
braintree_paypal_button_location_checkout_type_paypal_color - String
|
Braintree PayPal checkout button style color. |
braintree_paypal_button_location_checkout_type_paypal_label - String
|
Braintree PayPal checkout button style label. |
braintree_paypal_button_location_checkout_type_paypal_shape - String
|
Braintree PayPal checkout button style shape. |
braintree_paypal_button_location_checkout_type_paypal_show - Boolean
|
Braintree PayPal checkout button show. |
braintree_paypal_button_location_productpage_type_credit_color - String
|
Braintree PayPal Credit PDP button style color. |
braintree_paypal_button_location_productpage_type_credit_label - String
|
Braintree PayPal Credit PDP button style label. |
braintree_paypal_button_location_productpage_type_credit_shape - String
|
Braintree PayPal Credit PDP button style shape. |
braintree_paypal_button_location_productpage_type_credit_show - Boolean
|
Braintree PayPal Credit PDP button show status. |
braintree_paypal_button_location_productpage_type_messaging_layout - String
|
Braintree PayPal Pay Later messaging PDP style layout. |
braintree_paypal_button_location_productpage_type_messaging_logo - String
|
Braintree PayPal Pay Later messaging PDP style logo. |
braintree_paypal_button_location_productpage_type_messaging_logo_position - String
|
Braintree PayPal Pay Later messaging PDP style logo position. |
braintree_paypal_button_location_productpage_type_messaging_show - Boolean
|
Braintree PayPal Pay Later messaging PDP show status. |
braintree_paypal_button_location_productpage_type_messaging_text_color - String
|
Braintree PayPal Pay Later messaging PDP style text color. |
braintree_paypal_button_location_productpage_type_paylater_color - String
|
Braintree PayPal Pay Later PDP button style color. |
braintree_paypal_button_location_productpage_type_paylater_label - String
|
Braintree PayPal Pay Later PDP button style label. |
braintree_paypal_button_location_productpage_type_paylater_shape - String
|
Braintree PayPal Pay Later PDP button style shape. |
braintree_paypal_button_location_productpage_type_paylater_show - Boolean
|
Braintree PayPal Pay Later PDP button show status. |
braintree_paypal_button_location_productpage_type_paypal_color - String
|
Braintree PayPal PDP button style color. |
braintree_paypal_button_location_productpage_type_paypal_label - String
|
Braintree PayPal PDP button style label. |
braintree_paypal_button_location_productpage_type_paypal_shape - String
|
Braintree PayPal PDP button style shape. |
braintree_paypal_button_location_productpage_type_paypal_show - Boolean
|
Braintree PayPal PDP button show. |
braintree_paypal_credit_uk_merchant_name - String
|
Braintree PayPal Credit Merchant Name on the FCA Register. |
braintree_paypal_display_on_shopping_cart - Boolean
|
Should display Braintree PayPal in mini-cart & cart? |
braintree_paypal_merchant_country - String
|
Braintree PayPal merchant's country. |
braintree_paypal_merchant_name_override - String
|
Braintree PayPal override for Merchant Name. |
braintree_paypal_require_billing_address - Boolean
|
Does Braintree PayPal require the customer's billing address? |
braintree_paypal_send_cart_line_items - Boolean
|
Does Braintree PayPal require the order line items? |
braintree_paypal_vault_active - Boolean
|
Braintree PayPal vault status. |
cart_expires_in_days - Int
|
Extended Config Data - checkout/cart/delete_quote_after |
cart_gift_wrapping - String
|
Indicates if gift wrapping prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No). |
cart_printed_card - String
|
Indicates if printed card prices are displayed on the Shopping Cart page. Possible values: 1 (Yes) and 0 (No). |
cart_summary_display_quantity - Int
|
Extended Config Data - checkout/cart_link/use_qty |
catalog_default_sort_by - String
|
The default sort order of the search results list. |
category_fixed_product_tax_display_setting - FixedProductTaxDisplaySettings
|
Corresponds to the 'Display Prices In Product Lists' field in the Admin. It indicates how FPT information is displayed on category pages. |
category_url_suffix - String
|
The suffix applied to category pages, such as .htm or .html . |
check_money_order_enable_for_specific_countries - Boolean
|
Indicates whether only specific countries can use this payment method. |
check_money_order_enabled - Boolean
|
Indicates whether the Check/Money Order payment method is enabled. |
check_money_order_make_check_payable_to - String
|
The name of the party to whom the check must be payable. |
check_money_order_max_order_total - String
|
The maximum order amount required to qualify for the Check/Money Order payment method. |
check_money_order_min_order_total - String
|
The minimum order amount required to qualify for the Check/Money Order payment method. |
check_money_order_new_order_status - String
|
The status of new orders placed using the Check/Money Order payment method. |
check_money_order_payment_from_specific_countries - String
|
A comma-separated list of specific countries allowed to use the Check/Money Order payment method. |
check_money_order_send_check_to - String
|
The full street address or PO Box where the checks are mailed. |
check_money_order_sort_order - Int
|
A number indicating the position of the Check/Money Order payment method in the list of available payment methods during checkout. |
check_money_order_title - String
|
The title of the Check/Money Order payment method displayed on the storefront. |
cms_home_page - String
|
The name of the CMS page that identifies the home page for the store. |
cms_no_cookies - String
|
A specific CMS page that displays when cookies are not enabled for the browser. |
cms_no_route - String
|
A specific CMS page that displays when a 404 'Page Not Found' error occurs. |
code - String
|
A code assigned to the store to identify it. Use store_code instead.
|
configurable_thumbnail_source - String
|
Indicates whether the parent or child (itself ) thumbnail should be used in the cart for configurable products. |
contact_enabled - Boolean!
|
Indicates whether the Contact Us form in enabled. |
copyright - String
|
The copyright statement that appears at the bottom of each page. |
countries_with_required_region - String
|
Extended Config Data - general/region/state_required |
create_account_confirmation - Boolean
|
Indicates if the new accounts need confirmation. |
customer_access_token_lifetime - Float
|
Customer access token lifetime. |
default_country - String
|
Extended Config Data - general/country/default |
default_description - String
|
The description that provides a summary of your site for search engine listings. It should not be more than 160 characters in length. |
default_display_currency_code - String
|
The default display currency code. |
default_keywords - String
|
A series of keywords that describe your store, each separated by a comma. |
default_title - String
|
The title that appears at the title bar of each page when viewed in a browser. |
demonotice - Int
|
Controls the display of the demo store notice at the top of the page. Options: 0 (No) or 1 (Yes). |
display_state_if_optional - Boolean
|
Extended Config Data - general/region/display_all |
enable_multiple_wishlists - String
|
Indicates whether customers can have multiple wish lists. Possible values: 1 (Yes) and 0 (No). |
front - String
|
The landing page that is associated with the base URL. |
grid_per_page - Int
|
The default number of products per page in Grid View. |
grid_per_page_values - String
|
A list of numbers that define how many products can be displayed in Grid View. |
head_includes - String
|
Scripts that must be included in the HTML before the closing <head> tag. |
head_shortcut_icon - String
|
The small graphic image (favicon) that appears in the address bar and tab of the browser. |
header_logo_src - String
|
The path to the logo that appears in the header. |
id - Int
|
The ID number assigned to the store. Use store_code instead.
|
is_default_store - Boolean
|
Indicates whether the store view has been designated as the default within the store group. |
is_default_store_group - Boolean
|
Indicates whether the store group has been designated as the default within the website. |
is_guest_checkout_enabled - Boolean
|
Extended Config Data - checkout/options/guest_checkout |
is_negotiable_quote_active - Boolean
|
Indicates whether negotiable quote functionality is enabled. |
is_one_page_checkout_enabled - Boolean
|
Extended Config Data - checkout/options/onepage_checkout_enabled |
is_requisition_list_active - String
|
Indicates whether requisition lists are enabled. Possible values: 1 (Yes) and 0 (No). |
list_mode - String
|
The format of the search results list. |
list_per_page - Int
|
The default number of products per page in List View. |
list_per_page_values - String
|
A list of numbers that define how many products can be displayed in List View. |
locale - String
|
The store locale. |
logo_alt - String
|
The Alt text that is associated with the logo. |
logo_height - Int
|
The height of the logo image, in pixels. |
logo_width - Int
|
The width of the logo image, in pixels. |
magento_reward_general_is_enabled - String
|
Indicates whether reward points functionality is enabled. Possible values: 1 (Enabled) and 0 (Disabled). |
magento_reward_general_is_enabled_on_front - String
|
Indicates whether reward points functionality is enabled on the storefront. Possible values: 1 (Enabled) and 0 (Disabled). |
magento_reward_general_min_points_balance - String
|
The minimum point balance customers must have before they can redeem them. A null value indicates no minimum. |
magento_reward_general_publish_history - String
|
When enabled, customers can see a detailed history of their reward points. Possible values: 1 (Enabled) and 0 (Disabled). |
magento_reward_points_invitation_customer - String
|
The number of points for a referral when an invitee registers on the site. |
magento_reward_points_invitation_customer_limit - String
|
The maximum number of registration referrals that will qualify for rewards. A null value indicates no limit. |
magento_reward_points_invitation_order - String
|
The number of points for a referral, when an invitee places their first order on the site. |
magento_reward_points_invitation_order_limit - String
|
The number of order conversions that can earn points for the customer who sends the invitation. A null value indicates no limit. |
magento_reward_points_newsletter - String
|
The number of points earned by registered customers who subscribe to a newsletter. |
magento_reward_points_order - String
|
Indicates customers earn points for shopping according to the reward point exchange rate. In Luma, this also controls whether to show a message in the shopping cart about the rewards points earned for the purchase, as well as the customer’s current reward point balance. |
magento_reward_points_register - String
|
The number of points customer gets for registering. |
magento_reward_points_review - String
|
The number of points for writing a review. |
magento_reward_points_review_limit - String
|
The maximum number of reviews that will qualify for the rewards. A null value indicates no limit. |
magento_wishlist_general_is_enabled - String
|
Indicates whether wishlists are enabled (1) or disabled (0). |
max_items_in_order_summary - Int
|
Extended Config Data - checkout/options/max_items_display_count |
maximum_number_of_wishlists - String
|
If multiple wish lists are enabled, the maximum number of wish lists the customer can have. |
minicart_display - Boolean
|
Extended Config Data - checkout/sidebar/display |
minicart_max_items - Int
|
Extended Config Data - checkout/sidebar/count |
minimum_password_length - String
|
The minimum number of characters required for a valid password. |
newsletter_enabled - Boolean!
|
Indicates whether newsletters are enabled. |
no_route - String
|
The default page that displays when a 404 'Page not Found' error occurs. |
optional_zip_countries - String
|
Extended Config Data - general/country/optional_zip_countries |
order_cancellation_enabled - Boolean!
|
Indicates whether orders can be cancelled by customers or not. |
order_cancellation_reasons - [CancellationReason]!
|
An array containing available cancellation reasons. |
payment_payflowpro_cc_vault_active - String
|
Payflow Pro vault status. |
printed_card_price - String
|
The default price of a printed card that accompanies an order. |
product_fixed_product_tax_display_setting - FixedProductTaxDisplaySettings
|
Corresponds to the 'Display Prices On Product View Page' field in the Admin. It indicates how FPT information is displayed on product pages. |
product_reviews_enabled - String
|
Indicates whether product reviews are enabled. Possible values: 1 (Yes) and 0 (No). |
product_url_suffix - String
|
The suffix applied to product pages, such as .htm or .html . |
quickorder_active - Boolean!
|
Indicates whether quick order functionality is enabled. |
required_character_classes_number - String
|
The number of different character classes (lowercase, uppercase, digits, special characters) required in a password. |
returns_enabled - String!
|
Indicates whether RMA is enabled on the storefront. Possible values: enabled/disabled. |
root_category_id - Int
|
The ID of the root category. Use root_category_uid instead.
|
root_category_uid - ID
|
The unique ID for a CategoryInterface object. |
sales_fixed_product_tax_display_setting - FixedProductTaxDisplaySettings
|
Corresponds to the 'Display Prices In Sales Modules' field in the Admin. It indicates how FPT information is displayed on cart, checkout, and order pages. |
sales_gift_wrapping - String
|
Indicates if gift wrapping prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No). |
sales_printed_card - String
|
Indicates if printed card prices are displayed on the Orders page. Possible values: 1 (Yes) and 0 (No). |
secure_base_link_url - String
|
A secure fully-qualified URL that is used to create relative links to the base_url . |
secure_base_media_url - String
|
The secure fully-qualified URL that specifies the location of media files. |
secure_base_static_url - String
|
The secure fully-qualified URL that specifies the location of static view files. |
secure_base_url - String
|
The store’s fully-qualified secure base URL. |
send_friend - SendFriendConfiguration
|
Email to a Friend configuration. |
shopping_cart_display_full_summary - Boolean
|
Extended Config Data - tax/cart_display/full_summary |
shopping_cart_display_grand_total - Boolean
|
Extended Config Data - tax/cart_display/grandtotal |
shopping_cart_display_price - Int
|
Extended Config Data - tax/cart_display/price |
shopping_cart_display_shipping - Int
|
Extended Config Data - tax/cart_display/shipping |
shopping_cart_display_subtotal - Int
|
Extended Config Data - tax/cart_display/subtotal |
shopping_cart_display_tax_gift_wrapping - TaxWrappingEnum
|
Extended Config Data - tax/cart_display/gift_wrapping |
shopping_cart_display_zero_tax - Boolean
|
Extended Config Data - tax/cart_display/zero_tax |
show_cms_breadcrumbs - Int
|
Indicates whether a breadcrumb trail appears on all CMS pages in the catalog. 0 (No) or 1 (Yes). |
store_code - ID
|
The unique ID of the store view. In the Admin, this is called the Store View Code. When making a GraphQL call, assign this value to the Store header to provide the scope. |
store_group_code - ID
|
The unique ID assigned to the store group. In the Admin, this is called the Store Name. |
store_group_name - String
|
The label assigned to the store group. |
store_name - String
|
The label assigned to the store view. |
store_sort_order - Int
|
The store view sort order. |
timezone - String
|
The time zone of the store. |
title_prefix - String
|
A prefix that appears before the title to create a two- or three-part title. |
title_separator - String
|
The character that separates the category name and subcategory in the browser title bar. |
title_suffix - String
|
A suffix that appears after the title to create a two- or three-part title. |
use_store_in_url - Boolean
|
Indicates whether the store code should be used in the URL. |
website_code - ID
|
The unique ID for the website. |
website_id - Int
|
The ID number assigned to the website store. The field should not be used on the storefront. |
website_name - String
|
The label assigned to the website. |
weight_unit - String
|
The unit of weight. |
welcome - String
|
Text that appears in the header of the page and includes the name of the logged in customer. |
zero_subtotal_enable_for_specific_countries - Boolean
|
Indicates whether only specific countries can use this payment method. |
zero_subtotal_enabled - Boolean
|
Indicates whether the Zero Subtotal payment method is enabled. |
zero_subtotal_new_order_status - String
|
The status of new orders placed using the Zero Subtotal payment method. |
zero_subtotal_payment_action - String
|
When the new order status is 'Processing', this can be set to authorize_capture to automatically invoice all items that have a zero balance. |
zero_subtotal_payment_from_specific_countries - String
|
A comma-separated list of specific countries allowed to use the Zero Subtotal payment method. |
zero_subtotal_sort_order - Int
|
A number indicating the position of the Zero Subtotal payment method in the list of available payment methods during checkout. |
zero_subtotal_title - String
|
The title of the Zero Subtotal payment method displayed on the storefront. |
Example
{
"absolute_footer": "abc123",
"allow_gift_receipt": "xyz789",
"allow_gift_wrapping_on_order": "xyz789",
"allow_gift_wrapping_on_order_items": "abc123",
"allow_guests_to_write_product_reviews": "xyz789",
"allow_items": "abc123",
"allow_order": "abc123",
"allow_printed_card": "xyz789",
"autocomplete_on_storefront": false,
"base_currency_code": "xyz789",
"base_link_url": "abc123",
"base_media_url": "xyz789",
"base_static_url": "xyz789",
"base_url": "xyz789",
"braintree_3dsecure_allowspecific": 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": "xyz789",
"braintree_applepay_vault_active": false,
"braintree_cc_vault_active": "abc123",
"braintree_cc_vault_cvv": true,
"braintree_environment": "abc123",
"braintree_googlepay_btn_color": "xyz789",
"braintree_googlepay_cctypes": "abc123",
"braintree_googlepay_merchant_id": "xyz789",
"braintree_googlepay_vault_active": true,
"braintree_local_payment_allowed_methods": "abc123",
"braintree_local_payment_fallback_button_text": "abc123",
"braintree_local_payment_redirect_on_fail": "abc123",
"braintree_merchant_account_id": "abc123",
"braintree_paypal_button_location_cart_type_credit_color": "abc123",
"braintree_paypal_button_location_cart_type_credit_label": "xyz789",
"braintree_paypal_button_location_cart_type_credit_shape": "xyz789",
"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": "abc123",
"braintree_paypal_button_location_cart_type_messaging_show": false,
"braintree_paypal_button_location_cart_type_messaging_text_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_color": "xyz789",
"braintree_paypal_button_location_cart_type_paylater_label": "abc123",
"braintree_paypal_button_location_cart_type_paylater_shape": "abc123",
"braintree_paypal_button_location_cart_type_paylater_show": true,
"braintree_paypal_button_location_cart_type_paypal_color": "abc123",
"braintree_paypal_button_location_cart_type_paypal_label": "xyz789",
"braintree_paypal_button_location_cart_type_paypal_shape": "xyz789",
"braintree_paypal_button_location_cart_type_paypal_show": true,
"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": "xyz789",
"braintree_paypal_button_location_checkout_type_messaging_logo_position": "xyz789",
"braintree_paypal_button_location_checkout_type_messaging_show": true,
"braintree_paypal_button_location_checkout_type_messaging_text_color": "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": "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": "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": false,
"braintree_paypal_button_location_productpage_type_messaging_layout": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo": "xyz789",
"braintree_paypal_button_location_productpage_type_messaging_logo_position": "abc123",
"braintree_paypal_button_location_productpage_type_messaging_show": false,
"braintree_paypal_button_location_productpage_type_messaging_text_color": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_color": "xyz789",
"braintree_paypal_button_location_productpage_type_paylater_label": "xyz789",
"braintree_paypal_button_location_productpage_type_paylater_shape": "abc123",
"braintree_paypal_button_location_productpage_type_paylater_show": true,
"braintree_paypal_button_location_productpage_type_paypal_color": "xyz789",
"braintree_paypal_button_location_productpage_type_paypal_label": "xyz789",
"braintree_paypal_button_location_productpage_type_paypal_shape": "abc123",
"braintree_paypal_button_location_productpage_type_paypal_show": true,
"braintree_paypal_credit_uk_merchant_name": "abc123",
"braintree_paypal_display_on_shopping_cart": false,
"braintree_paypal_merchant_country": "xyz789",
"braintree_paypal_merchant_name_override": "xyz789",
"braintree_paypal_require_billing_address": false,
"braintree_paypal_send_cart_line_items": false,
"braintree_paypal_vault_active": false,
"cart_expires_in_days": 123,
"cart_gift_wrapping": "abc123",
"cart_printed_card": "xyz789",
"cart_summary_display_quantity": 987,
"catalog_default_sort_by": "xyz789",
"category_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"category_url_suffix": "xyz789",
"check_money_order_enable_for_specific_countries": false,
"check_money_order_enabled": false,
"check_money_order_make_check_payable_to": "xyz789",
"check_money_order_max_order_total": "xyz789",
"check_money_order_min_order_total": "xyz789",
"check_money_order_new_order_status": "xyz789",
"check_money_order_payment_from_specific_countries": "abc123",
"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": "abc123",
"cms_no_route": "xyz789",
"code": "xyz789",
"configurable_thumbnail_source": "xyz789",
"contact_enabled": true,
"copyright": "abc123",
"countries_with_required_region": "abc123",
"create_account_confirmation": false,
"customer_access_token_lifetime": 123.45,
"default_country": "xyz789",
"default_description": "xyz789",
"default_display_currency_code": "xyz789",
"default_keywords": "xyz789",
"default_title": "abc123",
"demonotice": 987,
"display_state_if_optional": false,
"enable_multiple_wishlists": "xyz789",
"front": "xyz789",
"grid_per_page": 123,
"grid_per_page_values": "xyz789",
"head_includes": "xyz789",
"head_shortcut_icon": "abc123",
"header_logo_src": "xyz789",
"id": 123,
"is_default_store": false,
"is_default_store_group": false,
"is_guest_checkout_enabled": true,
"is_negotiable_quote_active": true,
"is_one_page_checkout_enabled": true,
"is_requisition_list_active": "xyz789",
"list_mode": "abc123",
"list_per_page": 987,
"list_per_page_values": "xyz789",
"locale": "xyz789",
"logo_alt": "abc123",
"logo_height": 987,
"logo_width": 987,
"magento_reward_general_is_enabled": "xyz789",
"magento_reward_general_is_enabled_on_front": "xyz789",
"magento_reward_general_min_points_balance": "xyz789",
"magento_reward_general_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": "abc123",
"magento_reward_points_newsletter": "abc123",
"magento_reward_points_order": "abc123",
"magento_reward_points_register": "xyz789",
"magento_reward_points_review": "abc123",
"magento_reward_points_review_limit": "xyz789",
"magento_wishlist_general_is_enabled": "xyz789",
"max_items_in_order_summary": 123,
"maximum_number_of_wishlists": "xyz789",
"minicart_display": true,
"minicart_max_items": 987,
"minimum_password_length": "abc123",
"newsletter_enabled": true,
"no_route": "xyz789",
"optional_zip_countries": "xyz789",
"order_cancellation_enabled": true,
"order_cancellation_reasons": [CancellationReason],
"payment_payflowpro_cc_vault_active": "abc123",
"printed_card_price": "xyz789",
"product_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"product_reviews_enabled": "abc123",
"product_url_suffix": "xyz789",
"quickorder_active": true,
"required_character_classes_number": "xyz789",
"returns_enabled": "abc123",
"root_category_id": 987,
"root_category_uid": "4",
"sales_fixed_product_tax_display_setting": "INCLUDE_FPT_WITHOUT_DETAILS",
"sales_gift_wrapping": "xyz789",
"sales_printed_card": "xyz789",
"secure_base_link_url": "abc123",
"secure_base_media_url": "xyz789",
"secure_base_static_url": "abc123",
"secure_base_url": "abc123",
"send_friend": SendFriendConfiguration,
"shopping_cart_display_full_summary": true,
"shopping_cart_display_grand_total": false,
"shopping_cart_display_price": 123,
"shopping_cart_display_shipping": 123,
"shopping_cart_display_subtotal": 987,
"shopping_cart_display_tax_gift_wrapping": "DISPLAY_EXCLUDING_TAX",
"shopping_cart_display_zero_tax": false,
"show_cms_breadcrumbs": 123,
"store_code": "4",
"store_group_code": 4,
"store_group_name": "xyz789",
"store_name": "abc123",
"store_sort_order": 123,
"timezone": "xyz789",
"title_prefix": "abc123",
"title_separator": "abc123",
"title_suffix": "abc123",
"use_store_in_url": true,
"website_code": 4,
"website_id": 123,
"website_name": "xyz789",
"weight_unit": "xyz789",
"welcome": "xyz789",
"zero_subtotal_enable_for_specific_countries": true,
"zero_subtotal_enabled": true,
"zero_subtotal_new_order_status": "abc123",
"zero_subtotal_payment_action": "xyz789",
"zero_subtotal_payment_from_specific_countries": "xyz789",
"zero_subtotal_sort_order": 123,
"zero_subtotal_title": "xyz789"
}
StorefrontProperties
Description
Indicates where an attribute can be displayed.
Fields
Field Name | Description |
---|---|
position - Int
|
The relative position of the attribute in the layered navigation block. |
use_in_layered_navigation - UseInLayeredNavigationOptions
|
Indicates whether the attribute is filterable with results, without results, or not at all. |
use_in_product_listing - Boolean
|
Indicates whether the attribute is displayed in product listings. |
use_in_search_results_layered_navigation - Boolean
|
Indicates whether the attribute can be used in layered navigation on search results pages. |
visible_on_catalog_pages - Boolean
|
Indicates whether the attribute is displayed on product pages. |
Example
{
"position": 123,
"use_in_layered_navigation": "NO",
"use_in_product_listing": false,
"use_in_search_results_layered_navigation": true,
"visible_on_catalog_pages": false
}
String
Description
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Example
"xyz789"
SubscribeEmailToNewsletterOutput
Description
Contains the result of the subscribeEmailToNewsletter
operation.
Fields
Field Name | Description |
---|---|
status - SubscriptionStatusesEnum
|
The status of the subscription request. |
Example
{"status": "NOT_ACTIVE"}
SubscriptionStatusesEnum
Description
Indicates the status of the request.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"NOT_ACTIVE"
SwatchData
SwatchDataInterface
Fields
Field Name | Description |
---|---|
value - String
|
The value can be represented as color (HEX code), image link, or text. |
Possible Types
SwatchDataInterface Types |
---|
Example
{"value": "xyz789"}
SwatchInputTypeEnum
Description
Swatch attribute metadata input types.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"BOOLEAN"
SwatchLayerFilterItem
Fields
Field Name | Description |
---|---|
items_count - Int
|
The count of items per filter. Use AggregationOption.count instead.
|
label - String
|
The label for a filter. Use AggregationOption.label instead.
|
swatch_data - SwatchData
|
Data required to render a swatch filter item. |
value_string - String
|
The value of a filter request variable to be used in query. Use AggregationOption.value instead.
|
Example
{
"items_count": 123,
"label": "xyz789",
"swatch_data": SwatchData,
"value_string": "xyz789"
}
SwatchLayerFilterItemInterface
Fields
Field Name | Description |
---|---|
swatch_data - SwatchData
|
Data required to render a swatch filter item. |
Possible Types
SwatchLayerFilterItemInterface Types |
---|
Example
{"swatch_data": SwatchData}
SyncPaymentOrderInput
TaxItem
TaxWrappingEnum
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"DISPLAY_EXCLUDING_TAX"
TextSwatchData
Fields
Field Name | Description |
---|---|
value - String
|
The value can be represented as color (HEX code), image link, or text. |
Example
{"value": "xyz789"}
TierPrice
Description
Defines a price based on the quantity purchased.
Fields
Field Name | Description |
---|---|
discount - ProductDiscount
|
The price discount that this tier represents. |
final_price - Money
|
The price of the product at this tier. |
quantity - Float
|
The minimum number of items that must be purchased to qualify for this price tier. |
Example
{
"discount": ProductDiscount,
"final_price": Money,
"quantity": 123.45
}
UpdateCartItemsInput
Description
Modifies the specified items in the cart.
Fields
Input Field | Description |
---|---|
cart_id - String!
|
The unique ID of a Cart object. |
cart_items - [CartItemUpdateInput]!
|
An array of items to be updated. |
Example
{
"cart_id": "xyz789",
"cart_items": [CartItemUpdateInput]
}
UpdateCartItemsOutput
Description
Contains details about the cart after updating items.
Fields
Field Name | Description |
---|---|
cart - Cart!
|
The cart after updating products. |
Example
{"cart": Cart}
UpdateCompanyOutput
Description
Contains the response to the request to update the company.
Fields
Field Name | Description |
---|---|
company - Company!
|
The updated company instance. |
Example
{"company": Company}
UpdateCompanyRoleOutput
Description
Contains the response to the request to update the company role.
Fields
Field Name | Description |
---|---|
role - CompanyRole!
|
The updated company role instance. |
Example
{"role": CompanyRole}
UpdateCompanyStructureOutput
Description
Contains the response to the request to update the company structure.
Fields
Field Name | Description |
---|---|
company - Company!
|
The updated company instance. |
Example
{"company": Company}
UpdateCompanyTeamOutput
Description
Contains the response to the request to update a company team.
Fields
Field Name | Description |
---|---|
team - CompanyTeam!
|
The updated company team instance. |
Example
{"team": CompanyTeam}
UpdateCompanyUserOutput
Description
Contains the response to the request to update the company user.
Fields
Field Name | Description |
---|---|
user - Customer!
|
The updated company user instance. |
Example
{"user": Customer}
UpdateGiftRegistryInput
Description
Defines updates to a GiftRegistry
object.
Fields
Input Field | Description |
---|---|
dynamic_attributes - [GiftRegistryDynamicAttributeInput]
|
Additional attributes specified as a code-value pair. Unspecified dynamic attributes are not changed. |
event_name - String
|
The updated name of the event. |
message - String
|
The updated message describing the event. |
privacy_settings - GiftRegistryPrivacySettings
|
Indicates whether the gift registry is PRIVATE or PUBLIC. |
shipping_address - GiftRegistryShippingAddressInput
|
The updated shipping address for all gift registry items. |
status - GiftRegistryStatus
|
Indicates whether the gift registry is ACTIVE or INACTIVE. |
Example
{
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
"event_name": "xyz789",
"message": "abc123",
"privacy_settings": "PRIVATE",
"shipping_address": GiftRegistryShippingAddressInput,
"status": "ACTIVE"
}
UpdateGiftRegistryItemInput
Description
Defines updates to an item in a gift registry.
Example
{
"gift_registry_item_uid": 4,
"note": "xyz789",
"quantity": 123.45
}
UpdateGiftRegistryItemsOutput
Description
Contains the results of a request to update gift registry items.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry after updating updating items. |
Example
{"gift_registry": GiftRegistry}
UpdateGiftRegistryOutput
Description
Contains the results of a request to update a gift registry.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The updated gift registry. |
Example
{"gift_registry": GiftRegistry}
UpdateGiftRegistryRegistrantInput
Description
Defines updates to an existing registrant.
Fields
Input Field | Description |
---|---|
dynamic_attributes - [GiftRegistryDynamicAttributeInput]
|
As a result of the update, only the values of provided attributes will be affected. If the attribute is missing in the request, its value will not be changed. |
email - String
|
The updated email address of the registrant. |
firstname - String
|
The updated first name of the registrant. |
gift_registry_registrant_uid - ID!
|
The unique ID of a giftRegistryRegistrant object. |
lastname - String
|
The updated last name of the registrant. |
Example
{
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
"email": "xyz789",
"firstname": "abc123",
"gift_registry_registrant_uid": "4",
"lastname": "xyz789"
}
UpdateGiftRegistryRegistrantsOutput
Description
Contains the results a request to update registrants.
Fields
Field Name | Description |
---|---|
gift_registry - GiftRegistry
|
The gift registry after updating registrants. |
Example
{"gift_registry": GiftRegistry}
UpdateNegotiableQuoteItemsQuantityOutput
Description
Contains the updated negotiable quote.
Fields
Field Name | Description |
---|---|
quote - NegotiableQuote
|
The updated negotiable quote. |
Example
{"quote": NegotiableQuote}
UpdateNegotiableQuoteQuantitiesInput
Description
Specifies the items to update.
Fields
Input Field | Description |
---|---|
items - [NegotiableQuoteItemQuantityInput]!
|
An array of items to update. |
quote_uid - ID!
|
The unique ID of a NegotiableQuote object. |
Example
{
"items": [NegotiableQuoteItemQuantityInput],
"quote_uid": "4"
}
UpdateProductsInWishlistOutput
Description
Contains the customer's wish list and any errors encountered.
Fields
Field Name | Description |
---|---|
user_errors - [WishListUserInputError]!
|
An array of errors encountered while updating products in a wish list. |
wishlist - Wishlist!
|
Contains the wish list with all items that were successfully updated. |
Example
{
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
UpdatePurchaseOrderApprovalRuleInput
Description
Defines the changes to be made to an approval rule.
Fields
Input Field | Description |
---|---|
applies_to - [ID]
|
An updated list of company user role IDs to which this purchase order approval rule should be applied. When an empty array is provided, the rule is applied to all user roles in the system, including those created in the future. |
approvers - [ID]
|
An updated list of B2B user roles that can approve this purchase order approval rule. |
condition - CreatePurchaseOrderApprovalRuleConditionInput
|
The updated condition of the purchase order approval rule. |
description - String
|
The updated approval rule description. |
name - String
|
The updated approval rule name. |
status - PurchaseOrderApprovalRuleStatus
|
The updated status of the purchase order approval rule. |
uid - ID!
|
Unique identifier for the purchase order approval rule. |
Example
{
"applies_to": ["4"],
"approvers": ["4"],
"condition": CreatePurchaseOrderApprovalRuleConditionInput,
"description": "xyz789",
"name": "abc123",
"status": "ENABLED",
"uid": "4"
}
UpdateRequisitionListInput
UpdateRequisitionListItemsInput
Description
Defines which items in a requisition list to update.
Fields
Input Field | Description |
---|---|
entered_options - [EnteredOptionInput]
|
An array of customer-entered options. |
item_id - ID!
|
The ID of the requisition list item to update. |
quantity - Float
|
The new quantity of the item. |
selected_options - [String]
|
An array of selected option IDs. |
Example
{
"entered_options": [EnteredOptionInput],
"item_id": "4",
"quantity": 987.65,
"selected_options": ["xyz789"]
}
UpdateRequisitionListItemsOutput
Description
Output of the request to update items in the specified requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The requisition list after updating items. |
Example
{"requisition_list": RequisitionList}
UpdateRequisitionListOutput
Description
Output of the request to rename the requisition list.
Fields
Field Name | Description |
---|---|
requisition_list - RequisitionList
|
The renamed requisition list. |
Example
{"requisition_list": RequisitionList}
UpdateWishlistOutput
Description
Contains the name and visibility of an updated wish list.
Fields
Field Name | Description |
---|---|
name - String!
|
The wish list name. |
uid - ID!
|
The unique ID of a Wishlist object. |
visibility - WishlistVisibilityEnum!
|
Indicates whether the wish list is public or private. |
Example
{
"name": "abc123",
"uid": 4,
"visibility": "PUBLIC"
}
UrlRewrite
Description
Contains URL rewrite details.
Fields
Field Name | Description |
---|---|
parameters - [HttpQueryParameter]
|
An array of request parameters. |
url - String
|
The request URL. |
Example
{
"parameters": [HttpQueryParameter],
"url": "xyz789"
}
UrlRewriteEntityTypeEnum
Description
This enumeration defines the entity type.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
Example
"CMS_PAGE"
ValidatePurchaseOrderError
Description
Contains details about a failed validation attempt.
Fields
Field Name | Description |
---|---|
message - String!
|
The returned error message. |
type - ValidatePurchaseOrderErrorType!
|
Error type. |
Example
{"message": "abc123", "type": "NOT_FOUND"}
ValidatePurchaseOrderErrorType
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
Example
"NOT_FOUND"
ValidatePurchaseOrdersInput
Description
Defines the purchase orders to be validated.
Fields
Input Field | Description |
---|---|
purchase_order_uids - [ID]!
|
An array of the purchase order IDs. |
Example
{"purchase_order_uids": ["4"]}
ValidatePurchaseOrdersOutput
Description
Contains the results of validation attempts.
Fields
Field Name | Description |
---|---|
errors - [ValidatePurchaseOrderError]!
|
An array of error messages encountered while performing the operation. |
purchase_orders - [PurchaseOrder]!
|
An array of the purchase orders in the request. |
Example
{
"errors": [ValidatePurchaseOrderError],
"purchase_orders": [PurchaseOrder]
}
ValidationRule
Description
Defines a customer attribute validation rule.
Fields
Field Name | Description |
---|---|
name - ValidationRuleEnum
|
Validation rule name applied to a customer attribute. |
value - String
|
Validation rule value. |
Example
{
"name": "DATE_RANGE_MAX",
"value": "abc123"
}
ValidationRuleEnum
Description
List of validation rule names applied to a customer attribute.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example
"DATE_RANGE_MAX"
VaultMethodInput
Description
Vault payment inputs
Example
{
"payment_source": "abc123",
"payments_order_id": "xyz789",
"paypal_order_id": "xyz789",
"public_hash": "xyz789"
}
VaultTokenInput
Description
Contains required input for payment methods with Vault support.
Fields
Input Field | Description |
---|---|
public_hash - String!
|
The public hash of the payment token. |
Example
{"public_hash": "xyz789"}
VirtualCartItem
Description
An implementation for virtual product cart items.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
An array containing customizable options the shopper selected. |
discount - [Discount]
|
Contains discount for quote line item. |
errors - [CartItemError]
|
An array of errors encountered while loading the cart item |
id - String!
|
Use uid instead.
|
is_available - Boolean!
|
True if requested quantity is less than available stock, false otherwise. |
note_from_buyer - [ItemNote]
|
The buyer's quote line item note. |
note_from_seller - [ItemNote]
|
The seller's quote line item note. |
prices - CartItemPrices
|
Contains details about the price of the item, including taxes and discounts. |
product - ProductInterface!
|
Details about an item in the cart. |
quantity - Float!
|
The quantity of this item in the cart. |
uid - ID!
|
The unique ID for a CartItemInterface object. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"id": "xyz789",
"is_available": false,
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 123.45,
"uid": "4"
}
VirtualProduct
Description
Defines a virtual product, which is a non-tangible product that does not require shipping and is not kept in inventory.
Fields
Field Name | Description |
---|---|
activity - String
|
Use the custom_attributes field instead.
|
attribute_set_id - Int
|
The attribute set assigned to the product. The field should not be used on the storefront. |
canonical_url - String
|
The relative canonical URL. This value is returned only if the system setting 'Use Canonical Link Meta Tag For Products' is enabled. |
categories - [CategoryInterface]
|
The categories assigned to a product. |
category_gear - String
|
Use the custom_attributes field instead.
|
climate - String
|
Use the custom_attributes field instead.
|
collar - String
|
Use the custom_attributes field instead.
|
color - Int
|
Use the custom_attributes field instead.
|
country_of_manufacture - String
|
The product's country of origin. |
created_at - String
|
Timestamp indicating when the product was created. The field should not be used on the storefront. |
crosssell_products - [ProductInterface]
|
An array of cross-sell products. |
custom_attributesV2 - ProductCustomAttributes
|
Product custom attributes. |
Arguments
|
|
description - ComplexTextValue
|
Detailed information about the product. The value can include simple HTML tags. |
eco_collection - Int
|
Use the custom_attributes field instead.
|
erin_recommends - Int
|
Use the custom_attributes field instead.
|
features_bags - String
|
Use the custom_attributes field instead.
|
format - Int
|
Use the custom_attributes field instead.
|
gender - String
|
Use the custom_attributes field instead.
|
gift_message_available - String
|
Indicates whether a gift message is available. |
id - Int
|
The ID number assigned to the product. Use the uid field instead.
|
image - ProductImage
|
The relative path to the main image on the product page. |
is_returnable - String
|
Indicates whether the product can be returned. |
manufacturer - Int
|
A number representing the product's manufacturer. Use the custom_attributes field instead.
|
material - String
|
Use the custom_attributes field instead.
|
media_gallery - [MediaGalleryInterface]
|
An array of media gallery objects. |
media_gallery_entries - [MediaGalleryEntry]
|
An array of MediaGalleryEntry objects. Use media_gallery instead.
|
meta_description - String
|
A brief overview of the product for search results listings, maximum 255 characters. |
meta_keyword - String
|
A comma-separated list of keywords that are visible only to search engines. |
meta_title - String
|
A string that is displayed in the title bar and tab of the browser and in search results lists. |
name - String
|
The product name. Customers use this name to identify the product. |
new - Int
|
Use the custom_attributes field instead.
|
new_from_date - String
|
The beginning date for new product listings, and determines if the product is featured as a new product. |
new_to_date - String
|
The end date for new product listings. |
only_x_left_in_stock - Float
|
Product stock only x left count |
options - [CustomizableOptionInterface]
|
An array of options for a customizable product. |
options_container - String
|
If the product has multiple options, determines where they appear on the product page. |
pattern - String
|
Use the custom_attributes field instead.
|
performance_fabric - Int
|
Use the custom_attributes field instead.
|
price - ProductPrices
|
Indicates the price of an item. Use price_range for product price information.
|
price_range - PriceRange!
|
The range of prices for the product |
price_tiers - [TierPrice]
|
An array of TierPrice objects. |
product_links - [ProductLinksInterface]
|
An array of ProductLinks objects. |
purpose - Int
|
Use the custom_attributes field instead.
|
rating_summary - Float!
|
The average of all the ratings given to the product. |
redirect_code - Int!
|
Contains 0 when there is no redirect error. A value of 301 indicates the URL of the requested resource has been changed permanently, while a value of 302 indicates a temporary redirect. |
related_products - [ProductInterface]
|
An array of related products. |
relative_url - String
|
The internal relative URL. If the specified URL is a redirect, the query returns the redirected URL, not the original. |
review_count - Int!
|
The total count of all the reviews given to the product. |
reviews - ProductReviews!
|
The list of products reviews. |
sale - Int
|
Use the custom_attributes field instead.
|
short_description - ComplexTextValue
|
A short description of the product. Its use depends on the theme. |
size - Int
|
Use the custom_attributes field instead.
|
sku - String
|
A number or code assigned to a product to identify the product, options, price, and manufacturer. |
sleeve - String
|
Use the custom_attributes field instead.
|
small_image - ProductImage
|
The relative path to the small image, which is used on catalog pages. |
special_from_date - String
|
The beginning date that a product has a special price. The field should not be used on the storefront. |
special_price - Float
|
The discounted price of the product. |
special_to_date - String
|
The end date for a product with a special price. |
staged - Boolean!
|
Indicates whether the product is staged for a future campaign. |
stock_status - ProductStockStatus
|
Stock status of the product |
strap_bags - String
|
Use the custom_attributes field instead.
|
style_bags - String
|
Use the custom_attributes field instead.
|
style_bottom - String
|
Use the custom_attributes field instead.
|
style_general - String
|
Use the custom_attributes field instead.
|
swatch_image - String
|
The file name of a swatch image. |
thumbnail - ProductImage
|
The relative path to the product's thumbnail image. |
tier_price - Float
|
The price when tier pricing is in effect and the items purchased threshold has been reached. Use price_tiers for product tier price information.
|
tier_prices - [ProductTierPrices]
|
An array of ProductTierPrices objects. Use price_tiers for product tier price information.
|
type - UrlRewriteEntityTypeEnum
|
One of PRODUCT, CATEGORY, or CMS_PAGE. |
type_id - String
|
One of simple, virtual, bundle, downloadable, grouped, or configurable. Use __typename instead.
|
uid - ID!
|
The unique ID for a ProductInterface object. |
updated_at - String
|
Timestamp indicating when the product was updated. The field should not be used on the storefront. |
upsell_products - [ProductInterface]
|
An array of up-sell products. |
url_key - String
|
The part of the URL that identifies the product |
url_path - String
|
Use product's canonical_url or url rewrites instead
|
url_rewrites - [UrlRewrite]
|
URL rewrites list |
url_suffix - String
|
The part of the product URL that is appended after the url key |
websites - [Website]
|
An array of websites in which the product is available. The field should not be used on the storefront. |
Example
{
"activity": "xyz789",
"attribute_set_id": 987,
"canonical_url": "abc123",
"categories": [CategoryInterface],
"category_gear": "xyz789",
"climate": "xyz789",
"collar": "xyz789",
"color": 123,
"country_of_manufacture": "xyz789",
"created_at": "abc123",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"eco_collection": 987,
"erin_recommends": 987,
"features_bags": "xyz789",
"format": 987,
"gender": "xyz789",
"gift_message_available": "abc123",
"id": 123,
"image": ProductImage,
"is_returnable": "abc123",
"manufacturer": 987,
"material": "xyz789",
"media_gallery": [MediaGalleryInterface],
"media_gallery_entries": [MediaGalleryEntry],
"meta_description": "abc123",
"meta_keyword": "abc123",
"meta_title": "abc123",
"name": "xyz789",
"new": 123,
"new_from_date": "xyz789",
"new_to_date": "xyz789",
"only_x_left_in_stock": 987.65,
"options": [CustomizableOptionInterface],
"options_container": "xyz789",
"pattern": "abc123",
"performance_fabric": 987,
"price": ProductPrices,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"product_links": [ProductLinksInterface],
"purpose": 123,
"rating_summary": 987.65,
"redirect_code": 987,
"related_products": [ProductInterface],
"relative_url": "abc123",
"review_count": 123,
"reviews": ProductReviews,
"sale": 987,
"short_description": ComplexTextValue,
"size": 987,
"sku": "abc123",
"sleeve": "abc123",
"small_image": ProductImage,
"special_from_date": "abc123",
"special_price": 123.45,
"special_to_date": "xyz789",
"staged": false,
"stock_status": "IN_STOCK",
"strap_bags": "xyz789",
"style_bags": "xyz789",
"style_bottom": "xyz789",
"style_general": "xyz789",
"swatch_image": "abc123",
"thumbnail": ProductImage,
"tier_price": 123.45,
"tier_prices": [ProductTierPrices],
"type": "CMS_PAGE",
"type_id": "abc123",
"uid": "4",
"updated_at": "abc123",
"upsell_products": [ProductInterface],
"url_key": "abc123",
"url_path": "xyz789",
"url_rewrites": [UrlRewrite],
"url_suffix": "xyz789",
"websites": [Website]
}
VirtualProductCartItemInput
Description
Defines a single product to add to the cart.
Fields
Input Field | Description |
---|---|
customizable_options - [CustomizableOptionInput]
|
An array that defines customizable options for the product. |
data - CartItemInput!
|
An object containing the sku , quantity , and other relevant information about the product. |
Example
{
"customizable_options": [CustomizableOptionInput],
"data": CartItemInput
}
VirtualRequisitionListItem
Description
Contains details about virtual products added to a requisition list.
Fields
Field Name | Description |
---|---|
customizable_options - [SelectedCustomizableOption]!
|
Selected custom options for an item in the requisition list. |
product - ProductInterface!
|
Details about a requisition list item. |
quantity - Float!
|
The amount added. |
uid - ID!
|
The unique ID for the requisition list item. |
Example
{
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 987.65,
"uid": "4"
}
VirtualWishlistItem
Description
Contains a virtual product wish list item.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Example
{
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "abc123",
"id": 4,
"product": ProductInterface,
"quantity": 987.65
}
Website
Description
Deprecated. It should not be used on the storefront. Contains information about a website.
Fields
Field Name | Description |
---|---|
code - String
|
A code assigned to the website to identify it. The field should not be used on the storefront. |
default_group_id - String
|
The default group ID of the website. The field should not be used on the storefront. |
id - Int
|
The ID number assigned to the website. The field should not be used on the storefront. |
is_default - Boolean
|
Indicates whether this is the default website. The field should not be used on the storefront. |
name - String
|
The website name. Websites use this name to identify it easier. The field should not be used on the storefront. |
sort_order - Int
|
The attribute to use for sorting websites. The field should not be used on the storefront. |
Example
{
"code": "abc123",
"default_group_id": "abc123",
"id": 123,
"is_default": false,
"name": "abc123",
"sort_order": 987
}
WishListUserInputError
Description
An error encountered while performing operations with WishList.
Fields
Field Name | Description |
---|---|
code - WishListUserInputErrorType!
|
A wish list-specific error code. |
message - String!
|
A localized error message. |
Example
{
"code": "PRODUCT_NOT_FOUND",
"message": "abc123"
}
WishListUserInputErrorType
Description
A list of possible error types.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"PRODUCT_NOT_FOUND"
Wishlist
Description
Contains a customer wish list.
Fields
Field Name | Description |
---|---|
id - ID
|
The unique ID for a Wishlist object. |
items - [WishlistItem]
|
Use the items_v2 field instead.
|
items_count - Int
|
The number of items in the wish list. |
items_v2 - WishlistItems
|
An array of items in the customer's wish list. |
name - String
|
The name of the wish list. |
sharing_code - String
|
An encrypted code that Magento uses to link to the wish list. |
updated_at - String
|
The time of the last modification to the wish list. |
visibility - WishlistVisibilityEnum!
|
Indicates whether the wish list is public or private. |
Example
{
"id": "4",
"items": [WishlistItem],
"items_count": 123,
"items_v2": WishlistItems,
"name": "abc123",
"sharing_code": "xyz789",
"updated_at": "abc123",
"visibility": "PUBLIC"
}
WishlistCartUserInputError
Description
Contains details about errors encountered when a customer added wish list items to the cart.
Fields
Field Name | Description |
---|---|
code - WishlistCartUserInputErrorType!
|
An error code that describes the error encountered. |
message - String!
|
A localized error message. |
wishlistId - ID!
|
The unique ID of the Wishlist object containing an error. |
wishlistItemId - ID!
|
The unique ID of the wish list item containing an error. |
Example
{
"code": "PRODUCT_NOT_FOUND",
"message": "abc123",
"wishlistId": 4,
"wishlistItemId": 4
}
WishlistCartUserInputErrorType
Description
A list of possible error types.
Values
Enum Value | Description |
---|---|
|
|
|
|
|
|
|
Example
"PRODUCT_NOT_FOUND"
WishlistItem
Description
Contains details about a wish list item.
Fields
Field Name | Description |
---|---|
added_at - String
|
The time when the customer added the item to the wish list. |
description - String
|
The customer's comment about this item. |
id - Int
|
The unique ID for a WishlistItem object. |
product - ProductInterface
|
Details about the wish list item. |
qty - Float
|
The quantity of this wish list item |
Example
{
"added_at": "abc123",
"description": "xyz789",
"id": 987,
"product": ProductInterface,
"qty": 987.65
}
WishlistItemCopyInput
Description
Specifies the IDs of items to copy and their quantities.
Example
{"quantity": 123.45, "wishlist_item_id": 4}
WishlistItemInput
Description
Defines the items to add to a wish list.
Fields
Input Field | Description |
---|---|
entered_options - [EnteredOptionInput]
|
An array of options that the customer entered. |
parent_sku - String
|
For complex product types, the SKU of the parent product. |
quantity - Float!
|
The amount or number of items to add. |
selected_options - [ID]
|
An array of strings corresponding to options the customer selected. |
sku - String!
|
The SKU of the product to add. For complex product types, specify the child product SKU. |
Example
{
"entered_options": [EnteredOptionInput],
"parent_sku": "xyz789",
"quantity": 123.45,
"selected_options": ["4"],
"sku": "xyz789"
}
WishlistItemInterface
Description
The interface for wish list items.
Fields
Field Name | Description |
---|---|
added_at - String!
|
The date and time the item was added to the wish list. |
customizable_options - [SelectedCustomizableOption]!
|
Custom options selected for the wish list item. |
description - String
|
The description of the item. |
id - ID!
|
The unique ID for a WishlistItemInterface object. |
product - ProductInterface
|
Product details of the wish list item. |
quantity - Float!
|
The quantity of this wish list item. |
Possible Types
WishlistItemInterface Types |
---|
Example
{
"added_at": "xyz789",
"customizable_options": [SelectedCustomizableOption],
"description": "xyz789",
"id": 4,
"product": ProductInterface,
"quantity": 987.65
}
WishlistItemMoveInput
Description
Specifies the IDs of the items to move and their quantities.
Example
{"quantity": 987.65, "wishlist_item_id": 4}
WishlistItemUpdateInput
Description
Defines updates to items in a wish list.
Fields
Input Field | Description |
---|---|
description - String
|
Customer-entered comments about the item. |
entered_options - [EnteredOptionInput]
|
An array of options that the customer entered. |
quantity - Float
|
The new amount or number of this item. |
selected_options - [ID]
|
An array of strings corresponding to options the customer selected. |
wishlist_item_id - ID!
|
The unique ID for a WishlistItemInterface object. |
Example
{
"description": "xyz789",
"entered_options": [EnteredOptionInput],
"quantity": 987.65,
"selected_options": ["4"],
"wishlist_item_id": "4"
}
WishlistItems
Description
Contains an array of items in a wish list.
Fields
Field Name | Description |
---|---|
items - [WishlistItemInterface]!
|
A list of items in the wish list. |
page_info - SearchResultPageInfo
|
Contains pagination metadata. |
Example
{
"items": [WishlistItemInterface],
"page_info": SearchResultPageInfo
}
WishlistOutput
Description
Deprecated: Use the Wishlist
type instead.
Fields
Field Name | Description |
---|---|
items - [WishlistItem]
|
An array of items in the customer's wish list Use the Wishlist.items field instead.
|
items_count - Int
|
The number of items in the wish list. Use the Wishlist.items_count field instead.
|
name - String
|
When multiple wish lists are enabled, the name the customer assigns to the wishlist. This field is related to Commerce functionality and is always null in Open Source.
|
sharing_code - String
|
An encrypted code that links to the wish list. Use the Wishlist.sharing_code field instead.
|
updated_at - String
|
The time of the last modification to the wish list. Use the Wishlist.updated_at field instead.
|
Example
{
"items": [WishlistItem],
"items_count": 987,
"name": "abc123",
"sharing_code": "xyz789",
"updated_at": "xyz789"
}
WishlistVisibilityEnum
Description
Defines the wish list visibility types.
Values
Enum Value | Description |
---|---|
|
|
|
Example
"PUBLIC"
createEmptyCartInput
Description
Assigns a specific cart_id
to the empty cart.
Fields
Input Field | Description |
---|---|
cart_id - String
|
The ID to assign to the cart. |
Example
{"cart_id": "abc123"}