CheckoutLineItemUpdateInput - storefront - INPUT_OBJECT
Version: 2024-04
Description:
The input fields to update a line item on the checkout.
Access Scopes
Fields
customAttributes
: AttributeInput - Extra information in the form of an array of Key-Value pairs about the line item. The input must not contain more than `250` values.
id
: ID - The ID of the line item.
quantity
: Int - The quantity of the line item.
variantId
: ID - The variant ID of the line item.
Input objects with this input object
checkoutLineItemsUpdate
Examples