Skip to main content
Version: 3.x

checkoutLinesUpdate

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

Arguments

checkoutLinesUpdate.checkoutId ● ID scalar

The ID of the checkout.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

checkoutLinesUpdate.id ● ID scalar

The checkout's ID.

Added in Saleor 3.4

checkoutLinesUpdate.lines ● [CheckoutLineUpdateInput!]! non-null input

A list of checkout lines, each containing information about an item in the checkout.

checkoutLinesUpdate.token ● UUID scalar

Checkout token.

DEPRECATED: this field will be removed in Saleor 4.0. Use id instead.

Type

CheckoutLinesUpdate object

Updates checkout line in the existing checkout.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.

Was this page helpful?