CheckoutLinesDelete
Deletes checkout lines.
type CheckoutLinesDelete {
checkout: Checkout
errors: [CheckoutError!]!
}
Fields
CheckoutLinesDelete.checkout ● Checkout object
An updated checkout.
CheckoutLinesDelete.errors ● [CheckoutError!]! non-null object
Returned by
checkoutLinesDelete mutation
Was this page helpful?