Schema Documentation
CompositeCartItemCompositeData
Description
Composite cart item object.
Fields
Field Name | Description |
---|---|
component - CompositeProductComponent | Composite product components |
product - CompositeCartItemCompositeDataToProductConnectionEdge | Connection between the CompositeCartItemCompositeData type and the Product type |
Arguments
| |
productId - Int | Composite product components |
quantity - Int | Quantity of component in cart |
variation - CompositeCartItemCompositeDataToProductVariationConnectionEdge | Connection between the CompositeCartItemCompositeData type and the ProductVariation type |
Example
{"component":CompositeProductComponent,"product":CompositeCartItemCompositeDataToProductConnectionEdge,"productId":987,"quantity":987,"variation":CompositeCartItemCompositeDataToProductVariationConnectionEdge}