checkoutLinesUpdate Mutation
Updates checkout line in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLinesUpdate(
checkoutId: ID
id: ID
lines: [CheckoutLineUpdateInput!]!
token: UUID
): CheckoutLinesUpdate
Show return type
Arguments
id ● ID
The checkout's ID.
lines ● [CheckoutLineUpdateInput!]!
A list of checkout lines, each containing information about an item in the checkout.
Show deprecated
Type
CheckoutLinesUpdate
Updates checkout line in the existing checkout.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.