Skip to main content

checkoutLineDelete Mutation

DEPRECATED

Use checkoutLinesDelete instead.

Deletes a CheckoutLine.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.
checkoutLineDelete(
checkoutId: ID
id: ID
lineId: ID
token: UUID
): CheckoutLineDelete @deprecated

Arguments

checkoutLineDelete.checkoutId ● ID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

The ID of the checkout.

checkoutLineDelete.id ● ID scalar miscellaneous

The checkout's ID.

checkoutLineDelete.lineId ● ID scalar miscellaneous

ID of the checkout line to delete.

checkoutLineDelete.token ● UUID deprecated scalar miscellaneous

DEPRECATED

Use id instead.

Checkout token.

Type

CheckoutLineDelete object checkout

Deletes a CheckoutLine.

Triggers the following webhook events:

  • CHECKOUT_UPDATED (async): A checkout was updated.