CheckoutRemovePONumbers
Result of checkout remove PO numbers mutation.
type CheckoutRemovePONumbers {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutRemovePONumbers.checkout ● Checkout object
The checkout with the purchase order numbers removed.
CheckoutRemovePONumbers.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutRemovePoNumbers mutation