Skip to main content

checkoutLinesAdd

Adds a checkout line to the existing checkout.If line was already in checkout, its quantity will be increased.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLinesAdd(
checkoutId: ID
id: ID
lines: [CheckoutLineInput!]!
token: UUID
): CheckoutLinesAdd

Arguments

checkoutLinesAdd.checkoutId ● ID scalar miscellaneous

The ID of the checkout.

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

checkoutLinesAdd.id ● ID scalar miscellaneous

The checkout's ID.

Added in Saleor 3.4

checkoutLinesAdd.lines ● [CheckoutLineInput!]! non-null input checkout

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

checkoutLinesAdd.token ● UUID scalar miscellaneous

Checkout token.

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

Type

CheckoutLinesAdd object checkout

Adds a checkout line to the existing checkout.If line was already in checkout, its quantity will be increased.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.