INPUT_OBJECT
CheckoutLineItemUpdateInput
Specifies the input fields to update a line item on the checkout.
link GraphQL Schema definition
- input CheckoutLineItemUpdateInput {
- : ID
- # The variant identifier of the line item.
- : ID
- # The quantity of the line item.
- : Int
- # Extra information in the form of an array of Key-Value pairs about the line
- # item.
- : [AttributeInput!]
- }