Schema Documentation

BundledItem

Description

Composite cart item object.

Fields
Field NameDescription
bundleItemId - Int! Item quantity in cart.
discount - Float Discount on item.
optionalSelected - Boolean Is component optionally selected
product - BundledItemToProductConnectionEdge Connection between the BundledItem type and the Product type
Arguments
where - BundledItemToProductConnectionWhereArgs

Arguments for filtering the connection

quantity - Int Item quantity in cart.
variation - BundledItemToProductVariationConnectionEdge Connection between the BundledItem type and the ProductVariation type
Example
{"bundleItemId":987,"discount":123.45,"optionalSelected":false,"product":BundledItemToProductConnectionEdge,"quantity":987,"variation":BundledItemToProductVariationConnectionEdge}