CheckoutLinesDelete
Deletes checkout lines.
Triggers the following webhook events:
- CHECKOUT_UPDATED (async): A checkout was updated.
type CheckoutLinesDelete {
checkout: Checkout
errors: [CheckoutError!]!
}
Fields
CheckoutLinesDelete.checkout
● Checkout
object
An updated checkout.
CheckoutLinesDelete.errors
● [CheckoutError!]!
non-null object
Returned by
checkoutLinesDelete
mutation