Skip to main content

checkoutLinesDelete Mutation

Deletes checkout lines.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLinesDelete(
id: ID
linesIds: [ID!]!
token: UUID
): CheckoutLinesDelete
Show return type

Arguments

id ● ID

The checkout's ID.

linesIds ● [ID!]!

A list of checkout lines.

Show deprecated

Type

CheckoutLinesDelete

Deletes checkout lines.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.