Schema Documentation

AddBundleToCartInput

Description

Input for the addBundleToCart mutation.

Fields
Input FieldDescription
bundleItems - [BundleItemInput] Bundle items being added to the cart.
clientMutationId - String This is an ID that can be passed to a mutation by the client to track the progress of mutations and catch possible duplicate mutation submissions.
extraData - String JSON string representation of bundle item data
productId - Int! Product ID of the bundle to add to the cart
quantity - Int Quantity of the bundle
Example
{"bundleItems":[BundleItemInput],"clientMutationId":"abc123","extraData":"abc123","productId":123,"quantity":987}