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
Details
type CheckoutLineDelete {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Arguments
id ● ID
The checkout's ID.
lineId ● ID
ID of the checkout line to delete.
Show deprecatedHide deprecated
Type
CheckoutLineDelete
Deletes a CheckoutLine.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.