Types
AcceptNegotiableQuoteTemplateInput
Specifies the quote template id to accept quote template.
Input Fields
template_id - ID!NegotiableQuoteTemplate object.Example
{"template_id": 4}
AddCustomAttributesToCartItemOutput
Contains details about the cart after adding custom attributes to it items.
Fields
cart - Cart!Example
{"cart": Cart}
AddDownloadableProductsToCartInput
Input Fields
cart_id - String!cart_items - [DownloadableProductCartItemInput]!Example
{
"cart_id": "abc123",
"cart_items": [DownloadableProductCartItemInput]
}
AddDownloadableProductsToCartOutput
Contains details about the cart after adding downloadable products.
Fields
cart - Cart!Example
{"cart": Cart}
AddGiftRegistryRegistrantInput
Defines a new registrant.
Input Fields
dynamic_attributes - [GiftRegistryDynamicAttributeInput]email - String!firstname - String!lastname - String!Example
{
"dynamic_attributes": [
GiftRegistryDynamicAttributeInput
],
"email": "xyz789",
"firstname": "xyz789",
"lastname": "xyz789"
}
AddGiftRegistryRegistrantsOutput
Contains the results of a request to add registrants.
Fields
gift_registry - GiftRegistryExample
{"gift_registry": GiftRegistry}
AddProductsToCartOutput
Contains details about the cart after adding products to it.
Fields
cart - Cart!user_errors - [Error]!Example
{
"cart": Cart,
"user_errors": [Error]
}
AddProductsToCompareListInput
Contains products to add to an existing compare list.
Input Fields
products - [ID]!uid - ID!Example
{
"products": ["4"],
"uid": "4"
}
AddProductsToNewCartOutput
Contains details about the cart after adding products to it.
Fields
cart - Cartuser_errors - [CartUserInputError]Example
{
"cart": Cart,
"user_errors": [CartUserInputError]
}
AddProductsToRequisitionListOutput
Output of the request to add products to a requisition list.
Fields
requisition_list - RequisitionListExample
{"requisition_list": RequisitionList}
AddProductsToWishlistOutput
Contains the customer's wish list and any errors encountered.
Fields
user_errors - [WishListUserInputError]!wishlist - Wishlist!Example
{
"user_errors": [WishListUserInputError],
"wishlist": Wishlist
}
AddPurchaseOrderCommentInput
Contains the comment to be added to a purchase order.
Input Fields
comment - String!purchase_order_uid - ID!Example
{
"comment": "xyz789",
"purchase_order_uid": "4"
}
AddPurchaseOrderCommentOutput
Contains the successfully added comment.
Fields
comment - PurchaseOrderComment!Example
{"comment": PurchaseOrderComment}
AddPurchaseOrderItemsToCartInput
Defines the purchase order and cart to act on.
Input Fields
cart_id - String!purchase_order_uid - ID!replace_existing_cart_items - Boolean!Example
{
"cart_id": "abc123",
"purchase_order_uid": "4",
"replace_existing_cart_items": false
}
AddRequisitionListItemToCartUserError
Contains details about why an attempt to add items to the requistion list failed.
Fields
message - String!Example
{
"message": "abc123",
"type": "OUT_OF_STOCK"
}
AddRequisitionListItemToCartUserErrorType
Values
OUT_OF_STOCKUNAVAILABLE_SKUOPTIONS_UPDATEDLOW_QUANTITYExample
""OUT_OF_STOCK""
AddRequisitionListItemsToCartOutput
Output of the request to add items in a requisition list to the cart.
Fields
add_requisition_list_items_to_cart_user_errors - [AddRequisitionListItemToCartUserError]!cart - Cartstatus - Boolean!Example
{
"add_requisition_list_items_to_cart_user_errors": [
AddRequisitionListItemToCartUserError
],
"cart": Cart,
"status": false
}
AddReturnCommentInput
Defines a return comment.
Input Fields
comment_text - String!return_uid - ID!Return object.Example
{
"comment_text": "abc123",
"return_uid": "4"
}
AddReturnCommentOutput
Contains details about the return request.
Fields
return - ReturnExample
{"return": Return}
AddReturnTrackingInput
Defines tracking information to be added to the return.
Input Fields
carrier_uid - ID!ReturnShippingCarrier object.return_uid - ID!Returns object.tracking_number - String!Example
{
"carrier_uid": "4",
"return_uid": "4",
"tracking_number": "abc123"
}
AddReturnTrackingOutput
Contains the response after adding tracking information.
Fields
return - Returnreturn_shipping_tracking - ReturnShippingTrackingExample
{
"return": Return,
"return_shipping_tracking": ReturnShippingTracking
}
AddWishlistItemsToCartOutput
Contains the resultant wish list and any error information.
Fields
add_wishlist_items_to_cart_user_errors - [WishlistCartUserInputError]!status - Boolean!wishlist - Wishlist!Example
{
"add_wishlist_items_to_cart_user_errors": [
WishlistCartUserInputError
],
"status": false,
"wishlist": Wishlist
}
AdminAssistanceAction
A single admin assistance action performed on behalf of the customer.
Fields
action - String!date - String!details - StringExample
{
"action": "abc123",
"date": "abc123",
"details": "xyz789"
}
AdminAssistanceActions
Paginated admin assistance actions for the customer.
Fields
items - [AdminAssistanceAction]!page_info - SearchResultPageInfo!total_count - Int!Example
{
"items": [AdminAssistanceAction],
"page_info": SearchResultPageInfo,
"total_count": 123
}
Aggregation
A bucket that contains information for each filterable option
Fields
attribute - String!buckets - [Bucket]!title - String!type - AggregationTypeExample
{
"attribute": "abc123",
"buckets": [Bucket],
"title": "abc123",
"type": "INTELLIGENT"
}
AggregationType
Identifies the data type of the aggregation
Values
INTELLIGENTPINNEDPOPULARExample
""INTELLIGENT""
ApplePayConfig
Fields
button_styles - ButtonStylescode - Stringis_visible - Booleanpayment_intent - Stringpayment_source - Stringsdk_params - [SDKParams]sort_order - Stringtitle - StringExample
{
"button_styles": ButtonStyles,
"code": "abc123",
"is_visible": true,
"payment_intent": "xyz789",
"payment_source": "xyz789",
"sdk_params": [SDKParams],
"sort_order": "xyz789",
"title": "abc123"
}
ApplePayMethodInput
Apple Pay inputs
Input Fields
payment_source - Stringpayments_order_id - Stringpaypal_order_id - StringExample
{
"payment_source": "xyz789",
"payments_order_id": "abc123",
"paypal_order_id": "abc123"
}
AppliedCoupon
Contains the applied coupon code.
Fields
code - String!Example
{"code": "xyz789"}
AppliedGiftCard
Contains an applied gift card with applied and remaining balance.
Fields
applied_balance - Moneycode - Stringcurrent_balance - Moneyexpiration_date - StringExample
{
"applied_balance": Money,
"code": "abc123",
"current_balance": Money,
"expiration_date": "xyz789"
}
AppliedQueryRule
The rule that was applied to this product
Fields
action_type - AppliedQueryRuleActionTyperule_id - Stringrule_name - StringExample
{
"action_type": "BOOST",
"rule_id": "xyz789",
"rule_name": "xyz789"
}
AppliedQueryRuleActionType
The type of rule that was applied to a product during search (optional)
Values
BOOSTBURYPINExample
""BOOST""
AppliedStoreCredit
Contains the applied and current balances.
Fields
applied_balance - Moneycurrent_balance - Moneyenabled - BooleanExample
{
"applied_balance": Money,
"current_balance": Money,
"enabled": false
}
ApplyCouponToCartInput
Specifies the coupon code to apply to the cart.
Input Fields
cart_id - String!Cart object.coupon_code - String!Example
{
"cart_id": "xyz789",
"coupon_code": "abc123"
}
ApplyCouponToCartOutput
Contains details about the cart after applying a coupon.
Fields
cart - Cart!Example
{"cart": Cart}
ApplyCouponsStrategy
The strategy to apply coupons to the cart.
Values
APPENDREPLACEExample
""APPEND""
ApplyCouponsToCartInput
Apply coupons to the cart.
Input Fields
cart_id - String!Cart object.coupon_codes - [String]!type - ApplyCouponsStrategyreplace to replace the existing coupon(s) or append to add the coupon to the coupon(s) list.Example
{
"cart_id": "abc123",
"coupon_codes": ["abc123"],
"type": "APPEND"
}
ApplyGiftCardToCartInput
Defines the input required to run the applyGiftCardToCart mutation.
Input Fields
cart_id - String!gift_card_code - String!Example
{
"cart_id": "abc123",
"gift_card_code": "xyz789"
}
ApplyGiftCardToCartOutput
Defines the possible output for the applyGiftCardToCart mutation.
Fields
cart - Cart!Example
{"cart": Cart}
ApplyGiftCardToOrder
Contains applied gift cards with gift card code and amount.
Fields
applied_balance - Money!code - String!Example
{
"applied_balance": Money,
"code": "abc123"
}
ApplyRewardPointsToCartOutput
Contains the customer cart.
Fields
cart - Cart!Example
{"cart": Cart}
ApplyStoreCreditToCartInput
Defines the input required to run the applyStoreCreditToCart mutation.
Input Fields
cart_id - String!Example
{"cart_id": "xyz789"}
ApplyStoreCreditToCartOutput
Defines the possible output for the applyStoreCreditToCart mutation.
Fields
cart - Cart!Example
{"cart": Cart}
AreaInput
AreaInput defines the parameters which will be used for filter by specified location.
Input Fields
radius - Int!search_term - String!Example
{"radius": 123, "search_term": "xyz789"}
AssetImage
Contains information about an asset image.
Fields
asset_image - ProductMediaGalleryEntriesAssetImageProductMediaGalleryEntriesAssetImage object.disabled - Booleanlabel - Stringposition - Inturl - StringExample
{
"asset_image": ProductMediaGalleryEntriesAssetImage,
"disabled": true,
"label": "abc123",
"position": 123,
"url": "xyz789"
}
AssetVideo
Contains information about an asset video.
Fields
asset_video - ProductMediaGalleryEntriesAssetVideoProductMediaGalleryEntriesAssetVideo object.disabled - Booleanlabel - Stringposition - Inturl - StringExample
{
"asset_video": ProductMediaGalleryEntriesAssetVideo,
"disabled": false,
"label": "abc123",
"position": 987,
"url": "abc123"
}
AssignChildCompanyInput
Defines the input schema for assigning a child company to a parent company.
Input Fields
child_company_id - ID!parent_company_id - ID!Example
{
"child_company_id": 4,
"parent_company_id": "4"
}
AssignChildCompanyOutput
Contains the response to the request to assign a child company.
Fields
company_hierarchy - CompanyHierarchy!Example
{"company_hierarchy": CompanyHierarchy}
AssignCompareListToCustomerOutput
Contains the results of the request to assign a compare list.
Fields
compare_list - CompareListresult - Boolean!Example
{"compare_list": CompareList, "result": false}
AttributeEntityTypeEnum
List of all entity types. Populated by the modules introducing EAV entities.
Values
CATALOG_PRODUCTCATALOG_CATEGORYCUSTOMERCUSTOMER_ADDRESSRMA_ITEMExample
""CATALOG_PRODUCT""
AttributeFile
Fields
attribute_type - Stringcode - ID!url - String!value - String!url field.Example
{
"attribute_type": "abc123",
"code": 4,
"url": "xyz789",
"value": "abc123"
}
AttributeFilterInput
An input object that specifies the filters used for attributes.
Input Fields
is_comparable - Booleanis_filterable - Booleanis_filterable_in_search - Booleanis_html_allowed_on_front - Booleanis_searchable - Booleanis_used_for_customer_segment - Booleanis_used_for_price_rules - Booleanis_used_for_promo_rules - Booleanis_visible_in_advanced_search - Booleanis_visible_on_front - Booleanis_wysiwyg_enabled - Booleanused_in_product_listing - BooleanExample
{
"is_comparable": false,
"is_filterable": true,
"is_filterable_in_search": false,
"is_html_allowed_on_front": false,
"is_searchable": false,
"is_used_for_customer_segment": true,
"is_used_for_price_rules": false,
"is_used_for_promo_rules": false,
"is_visible_in_advanced_search": true,
"is_visible_on_front": false,
"is_wysiwyg_enabled": false,
"used_in_product_listing": true
}
AttributeFrontendInputEnum
EAV attribute frontend input types.
Values
BOOLEANDATEDATETIMEFILEGALLERYHIDDENIMAGEMEDIA_IMAGEMULTILINEMULTISELECTPRICESELECTTEXTTEXTAREAWEIGHTUNDEFINEDExample
""BOOLEAN""
AttributeImage
Fields
attribute_type - Stringcode - ID!url - String!value - String!url field.Example
{
"attribute_type": "abc123",
"code": 4,
"url": "xyz789",
"value": "xyz789"
}
AttributeInput
Defines the attribute characteristics to search for the attribute_code and entity_type to search.
Input Fields
attribute_code - Stringentity_type - StringExample
{
"attribute_code": "xyz789",
"entity_type": "xyz789"
}
AttributeInputSelectedOption
Specifies selected option for a select or multiselect attribute value.
Input Fields
value - String!Example
{"value": "abc123"}
AttributeMetadata
Base EAV implementation of CustomAttributeMetadataInterface.
Fields
code - ID!default_value - Stringentity_type - AttributeEntityTypeEnum!frontend_class - Stringfrontend_input - AttributeFrontendInputEnumis_required - Boolean!is_unique - Boolean!label - Stringoptions - [CustomAttributeOptionInterface]!Example
{
"code": "4",
"default_value": "xyz789",
"entity_type": "CATALOG_PRODUCT",
"frontend_class": "xyz789",
"frontend_input": "BOOLEAN",
"is_required": false,
"is_unique": false,
"label": "abc123",
"options": [CustomAttributeOptionInterface]
}
AttributeMetadataError
Attribute metadata retrieval error.
Fields
message - String!type - AttributeMetadataErrorType!Example
{
"message": "xyz789",
"type": "ENTITY_NOT_FOUND"
}
AttributeMetadataErrorType
Attribute metadata retrieval error types.
Values
ENTITY_NOT_FOUNDATTRIBUTE_NOT_FOUNDFILTER_NOT_FOUNDUNDEFINEDExample
""ENTITY_NOT_FOUND""
AttributeMetadataResponse
Contains the output of the attributeMetadata query
Fields
filterableInSearch - [FilterableInSearchAttribute!]productSearch querysortable - [SortableAttribute!]productSearch queryExample
{
"filterableInSearch": [FilterableInSearchAttribute],
"sortable": [SortableAttribute]
}
AttributeOptionMetadata
Base EAV implementation of CustomAttributeOptionInterface.
Fields
is_default - Boolean!label - String!value - String!Example
{
"is_default": false,
"label": "abc123",
"value": "xyz789"
}
AttributeSelectedOption
Fields
label - String!value - String!Example
{
"label": "abc123",
"value": "abc123"
}
AttributeSelectedOptionInterface
Fields
label - String!value - String!Possible Types
Example
{
"label": "abc123",
"value": "abc123"
}
AttributeSelectedOptions
Fields
attribute_type - Stringcode - ID!selected_options - [AttributeSelectedOptionInterface]!Example
{
"attribute_type": "abc123",
"code": "4",
"selected_options": [AttributeSelectedOptionInterface]
}
AttributeValue
Fields
attribute_type - Stringcode - ID!value - String!Example
{
"attribute_type": "xyz789",
"code": 4,
"value": "abc123"
}
AttributeValueInput
Specifies the value for attribute.
Input Fields
attribute_code - String!selected_options - [AttributeInputSelectedOption]value - StringExample
{
"attribute_code": "abc123",
"selected_options": [AttributeInputSelectedOption],
"value": "xyz789"
}
AttributeValueInterface
Fields
Possible Types
Example
{"attribute_type": "xyz789", "code": 4}
AttributesFormOutput
Metadata of EAV attributes associated to form
Fields
errors - [AttributeMetadataError]!Example
{
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
AttributesMetadataOutput
Metadata of EAV attributes.
Fields
errors - [AttributeMetadataError]!Example
{
"errors": [AttributeMetadataError],
"items": [CustomAttributeMetadataInterface]
}
AvailableCurrency
Defines the code and symbol of a currency that can be used for purchase orders.
Fields
code - CurrencyEnum!symbol - String!Example
{"code": "AFN", "symbol": "abc123"}
AvailablePaymentMethod
Describes a payment method that the shopper can use to pay for the order.
Fields
code - String!is_deferred - Boolean!oope_payment_method_config - OopePaymentMethodConfigtitle - String!Example
{
"code": "abc123",
"is_deferred": false,
"oope_payment_method_config": OopePaymentMethodConfig,
"title": "abc123"
}
AvailableShippingMethod
Contains details about the possible shipping methods and carriers.
Fields
additional_data - [ShippingAdditionalData]amount - Money!available - Boolean!carrier_code - String!carrier_title - String!error_message - Stringmethod_code - Stringmethod_title - Stringprice_excl_tax - Money!price_incl_tax - Money!Example
{
"additional_data": [ShippingAdditionalData],
"amount": Money,
"available": true,
"carrier_code": "abc123",
"carrier_title": "xyz789",
"error_message": "xyz789",
"method_code": "xyz789",
"method_title": "xyz789",
"price_excl_tax": Money,
"price_incl_tax": Money
}
BatchMutationStatus
Values
SUCCESSFAILUREMIXED_RESULTSExample
""SUCCESS""
BillingAddressInput
Defines the billing address.
Input Fields
address - CartAddressInputcustomer_address_id - Intcustomer_address_uid - IDsame_as_shipping - Booleanuse_for_shipping - BooleanExample
{
"address": CartAddressInput,
"customer_address_id": 123,
"customer_address_uid": "4",
"same_as_shipping": true,
"use_for_shipping": true
}
BillingAddressPaymentSourceInput
The billing address information
Input Fields
address_line_1 - Stringaddress_line_2 - Stringcity - Stringcountry_code - String!postal_code - Stringregion - StringExample
{
"address_line_1": "xyz789",
"address_line_2": "xyz789",
"city": "abc123",
"country_code": "xyz789",
"postal_code": "xyz789",
"region": "abc123"
}
BillingCartAddress
Contains details about the billing address.
Fields
city - String!company - Stringcountry - CartAddressCountry!custom_attributes - [AttributeValueInterface]!customer_address_uid - IDfax - Stringfirstname - String!id - Intcustomer_address_uid instead.)lastname - String!middlename - Stringpostcode - Stringprefix - Stringregion - CartAddressRegionstreet - [String]!suffix - Stringtelephone - Stringuid - ID!vat_id - StringExample
{
"city": "abc123",
"company": "xyz789",
"country": CartAddressCountry,
"custom_attributes": [AttributeValueInterface],
"customer_address_uid": 4,
"fax": "xyz789",
"firstname": "abc123",
"id": 123,
"lastname": "abc123",
"middlename": "xyz789",
"postcode": "xyz789",
"prefix": "abc123",
"region": CartAddressRegion,
"street": ["abc123"],
"suffix": "abc123",
"telephone": "abc123",
"uid": "4",
"vat_id": "abc123"
}
Boolean
The Boolean scalar type represents true or false.
Example
true
Breadcrumb
Contains details about an individual category that comprises a breadcrumb.
Fields
category_level - Intcategory_name - Stringcategory_uid - ID!Breadcrumb object.category_url_key - Stringcategory_url_path - StringExample
{
"category_level": 123,
"category_name": "xyz789",
"category_uid": "4",
"category_url_key": "abc123",
"category_url_path": "abc123"
}
Bucket
An interface for bucket contents
Fields
title - String!Possible Types
Example
{"title": "xyz789"}
BundleCartItem
An implementation for bundle product cart items.
Fields
available_gift_wrapping - [GiftWrapping]!backorder_message - Stringbundle_options - [SelectedBundleOption]!custom_attributes - [CustomAttribute]customizable_options - [SelectedCustomizableOption]!discount - [Discount]errors - [CartItemError]gift_message - GiftMessagegift_wrapping - GiftWrappingis_available - Boolean!is_salable instead. It indicates whether the line can be purchased, including backorder configuration.)is_salable - Boolean!max_qty - Floatmin_qty - Floatnot_available_message - Stringnote_from_buyer - [ItemNote]note_from_seller - [ItemNote]prices - CartItemPricesproduct - ProductInterface!quantity - Float!uid - ID!CartItemInterface object.Example
{
"available_gift_wrapping": [GiftWrapping],
"backorder_message": "abc123",
"bundle_options": [SelectedBundleOption],
"custom_attributes": [CustomAttribute],
"customizable_options": [SelectedCustomizableOption],
"discount": [Discount],
"errors": [CartItemError],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"is_available": false,
"is_salable": true,
"max_qty": 987.65,
"min_qty": 987.65,
"not_available_message": "abc123",
"note_from_buyer": [ItemNote],
"note_from_seller": [ItemNote],
"prices": CartItemPrices,
"product": ProductInterface,
"quantity": 987.65,
"uid": 4
}
BundleCreditMemoItem
Defines bundle product options for CreditMemoItemInterface.
Fields
bundle_options - [ItemSelectedBundleOption]custom_attributes - [CustomAttribute]discounts - [Discount]id - ID!CreditMemoItemInterface object.order_item - OrderItemInterfaceproduct_name - Stringproduct_sale_price - Money!product_sku - String!quantity_refunded - FloatExample
{
"bundle_options": [ItemSelectedBundleOption],
"custom_attributes": [CustomAttribute],
"discounts": [Discount],
"id": 4,
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_refunded": 987.65
}
BundleInvoiceItem
Defines bundle product options for InvoiceItemInterface.
Fields
bundle_options - [ItemSelectedBundleOption]custom_attributes - [CustomAttribute]discounts - [Discount]id - ID!InvoiceItemInterface object.order_item - OrderItemInterfaceproduct_name - Stringproduct_sale_price - Money!product_sku - String!quantity_invoiced - FloatExample
{
"bundle_options": [ItemSelectedBundleOption],
"custom_attributes": [CustomAttribute],
"discounts": [Discount],
"id": "4",
"order_item": OrderItemInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"quantity_invoiced": 987.65
}
BundleItem
Defines an individual item within a bundle product.
Fields
options - [BundleItemOption]position - Intprice_range - PriceRange!required - Booleansku - Stringtitle - Stringtype - Stringuid - IDBundleItem object.Example
{
"options": [BundleItemOption],
"position": 123,
"price_range": PriceRange,
"required": false,
"sku": "xyz789",
"title": "abc123",
"type": "abc123",
"uid": 4
}
BundleItemOption
Defines the characteristics that comprise a specific bundle item and its options.
Fields
can_change_quantity - Booleanis_default - Booleanlabel - Stringposition - Intprice - Floatprice_type - PriceTypeEnumproduct - ProductInterfacequantity - Floatuid - ID!BundleItemOption object.Example
{
"can_change_quantity": false,
"is_default": true,
"label": "abc123",
"position": 987,
"price": 123.45,
"price_type": "FIXED",
"product": ProductInterface,
"quantity": 987.65,
"uid": 4
}
BundleOrderItem
Defines bundle product options for OrderItemInterface.
Fields
bundle_options - [ItemSelectedBundleOption]custom_attributes - [CustomAttribute]discounts - [Discount]eligible_for_return - Booleanentered_options - [OrderItemOption]gift_message - GiftMessagegift_wrapping - GiftWrappingid - ID!OrderItemInterface object.parent_sku - Stringprices - OrderItemPricesproduct - ProductInterfaceproduct_name - Stringproduct_sale_price - Money!product_sku - String!product_type - Stringproduct_url_key - Stringquantity_canceled - Floatquantity_invoiced - Floatquantity_ordered - Floatquantity_refunded - Floatquantity_return_requested - Floatquantity_returned - Floatquantity_shipped - Floatselected_options - [OrderItemOption]status - StringExample
{
"bundle_options": [ItemSelectedBundleOption],
"custom_attributes": [CustomAttribute],
"discounts": [Discount],
"eligible_for_return": true,
"entered_options": [OrderItemOption],
"gift_message": GiftMessage,
"gift_wrapping": GiftWrapping,
"id": "4",
"parent_sku": "abc123",
"prices": OrderItemPrices,
"product": ProductInterface,
"product_name": "abc123",
"product_sale_price": Money,
"product_sku": "abc123",
"product_type": "abc123",
"product_url_key": "abc123",
"quantity_canceled": 987.65,
"quantity_invoiced": 123.45,
"quantity_ordered": 123.45,
"quantity_refunded": 987.65,
"quantity_return_requested": 987.65,
"quantity_returned": 123.45,
"quantity_shipped": 123.45,
"selected_options": [OrderItemOption],
"status": "xyz789"
}
BundleProduct
Defines basic features of a bundle product and contains multiple BundleItems.
Fields
canonical_url - Stringcategories - [CategoryInterface]country_of_manufacture - Stringcrosssell_products - [ProductInterface]custom_attributesV2 - ProductCustomAttributesdescription - ComplexTextValuedynamic_price - Booleandynamic_sku - Booleandynamic_weight - Booleangift_message_available - Boolean!gift_wrapping_available - Boolean!gift_wrapping_price - Moneyimage - ProductImageis_returnable - Stringitems - [BundleItem]manufacturer - Intmax_sale_qty - Floatmedia_gallery - [MediaGalleryInterface]meta_description - Stringmeta_keyword - Stringmeta_title - Stringmin_sale_qty - Floatname - Stringnew_from_date - Stringnew_to_date - Stringonly_x_left_in_stock - Floatoptions - [CustomizableOptionInterface]options_container - Stringprice_details - PriceDetailsprice_range - PriceRange!price_tiers - [TierPrice]TierPrice objects.price_view - PriceViewEnumproduct_links - [ProductLinksInterface]ProductLinks objects.quantity - Floatrelated_products - [ProductInterface]ship_bundle_items - ShipBundleItemsEnumshort_description - ComplexTextValuesku - Stringsmall_image - ProductImagespecial_price - Floatspecial_to_date - Stringstock_status - ProductStockStatusswatch_image - Stringthumbnail - ProductImageuid - ID!ProductInterface object.upsell_products - [ProductInterface]url_key - Stringweight - FloatExample
{
"canonical_url": "abc123",
"categories": [CategoryInterface],
"country_of_manufacture": "xyz789",
"crosssell_products": [ProductInterface],
"custom_attributesV2": ProductCustomAttributes,
"description": ComplexTextValue,
"dynamic_price": false,
"dynamic_sku": false,
"dynamic_weight": false,
"gift_message_available": false,
"gift_wrapping_available": true,
"gift_wrapping_price": Money,
"image": ProductImage,
"is_returnable": "xyz789",
"items": [BundleItem],
"manufacturer": 987,
"max_sale_qty": 123.45,
"media_gallery": [MediaGalleryInterface],
"meta_description": "abc123",
"meta_keyword": "xyz789",
"meta_title": "abc123",
"min_sale_qty": 123.45,
"name": "xyz789",
"new_from_date": "xyz789",
"new_to_date": "xyz789",
"only_x_left_in_stock": 123.45,
"options": [CustomizableOptionInterface],
"options_container": "xyz789",
"price_details": PriceDetails,
"price_range": PriceRange,
"price_tiers": [TierPrice],
"price_view": "PRICE_RANGE",
"product_links": [ProductLinksInterface],
"quantity": 123.45,
"related_products": [ProductInterface],
"ship_bundle_items": "TOGETHER",
"short_description": ComplexTextValue,
"sku": "xyz789",
"small_image": ProductImage,
"special_price": 123.45,
"special_to_date": "abc123",
"stock_status": "IN_STOCK",
"swatch_image": "xyz789",
"thumbnail": ProductImage,
"uid": "4",
"upsell_products": [ProductInterface],
"url_key": "xyz789",
"weight": 123.45
}
BundleRequisitionListItem
Contains details about bundle products added to a requisition list.
Fields
bundle_options - [SelectedBundleOption]!customizable_options - [SelectedCustomizableOption]!product - ProductInterface!quantity - Float!sku - String!uid - ID!Example
{
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"product": ProductInterface,
"quantity": 123.45,
"sku": "xyz789",
"uid": "4"
}
BundleShipmentItem
Defines bundle product options for ShipmentItemInterface.
Fields
bundle_options - [ItemSelectedBundleOption]id - ID!ShipmentItemInterface object.order_item - OrderItemInterfaceproduct_name - Stringproduct_sale_price - Money!product_sku - String!quantity_shipped - Float!Example
{
"bundle_options": [ItemSelectedBundleOption],
"id": "4",
"order_item": OrderItemInterface,
"product_name": "xyz789",
"product_sale_price": Money,
"product_sku": "xyz789",
"quantity_shipped": 987.65
}
BundleWishlistItem
Defines bundle product options for WishlistItemInterface.
Fields
added_at - String!bundle_options - [SelectedBundleOption]customizable_options - [SelectedCustomizableOption]!description - Stringid - ID!WishlistItemInterface object.product - ProductInterface!quantity - Float!Example
{
"added_at": "abc123",
"bundle_options": [SelectedBundleOption],
"customizable_options": [SelectedCustomizableOption],
"description": "xyz789",
"id": 4,
"product": ProductInterface,
"quantity": 987.65
}
ButtonStyles
Fields
color - Stringheight - Intlabel - Stringlayout - Stringshape - Stringtagline - Booleanuse_default_height - BooleanExample
{
"color": "abc123",
"height": 987,
"label": "xyz789",
"layout": "abc123",
"shape": "abc123",
"tagline": false,
"use_default_height": false
}