checkoutLineItemsUpdate - storefront - MUTATION
Version: 2024-04
Description:
Updates line items on a checkout.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
-
checkoutId:
ID! -
The checkout on which to update line items.
-
lineItems:
CheckoutLineItemUpdateInput! -
Line items to update.
The input must not contain more than `250` values.
Returns
-
checkout:
Checkout
The updated checkout object.
-
checkoutUserErrors:
CheckoutUserError!
The list of errors that occurred from executing the mutation.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples