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