CheckoutLineDelete
Result of checkout line delete mutation.
type CheckoutLineDelete {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutLineDelete.checkout ● Checkout object
The checkout with the line removed.
CheckoutLineDelete.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutLineDelete mutation