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
Arguments
checkoutLinesDelete.id
● ID
scalar miscellaneous
The checkout's ID.
checkoutLinesDelete.linesIds
● [ID!]!
non-null scalar miscellaneous
A list of checkout lines.
checkoutLinesDelete.token
● UUID
deprecated scalar miscellaneous
DEPRECATED
Use id
instead.
Checkout token.
Type
CheckoutLinesDelete
object checkout
Deletes checkout lines.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.