CheckoutLineItemInput - storefront - INPUT_OBJECT
Version: 2024-04
Description:
The input fields to create a line item on a 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.
quantity
: Int! - The quantity of the line item.
variantId
: ID! - The ID of the product variant for the line item.
Input objects with this input object
CheckoutCreateInput
checkoutLineItemsAdd
checkoutLineItemsReplace
Examples