Schema Documentation
BundleCartItem
Description
Composite cart item object.
Fields
Field Name | Description |
---|---|
bundledItems - [BundledItem] | Bundled items |
extraData - [MetaData] | Object meta data |
id - ID! | The globally unique ID for the object |
key - ID! | CartItem ID |
product - CartItemToProductConnectionEdge | Connection between the CartItem type and the Product type |
Arguments
| |
quantity - Int | Quantity of the product |
subtotal - String | Item's subtotal |
Arguments
| |
subtotalTax - String | Item's subtotal tax |
Arguments
| |
tax - String | Item's tax |
Arguments
| |
total - String | Item's total |
Arguments
| |
variation - CartItemToProductVariationConnectionEdge | Connection between the CartItem type and the ProductVariation type |
Example
{"bundledItems":[BundledItem],"extraData":[MetaData],"id":"4","key":"4","product":CartItemToProductConnectionEdge,"quantity":123,"subtotal":"xyz789","subtotalTax":"xyz789","tax":"abc123","total":"xyz789","variation":CartItemToProductVariationConnectionEdge}