CartLineUpdateInput - storefront - INPUT_OBJECT
Version: 2024-10
Description:
The input fields to update a line item on a cart.
Access Scopes
Fields
attributes
: AttributeInput - An array of key-value pairs that contains additional information about the merchandise line. The input must not contain more than `250` values.
id
: ID! - The ID of the merchandise line.
merchandiseId
: ID - The ID of the merchandise for the line item.
quantity
: Int - The quantity of the line item.
sellingPlanId
: ID - The ID of the selling plan that the merchandise is being purchased with.
Input objects with this input object
cartLinesUpdate
Examples