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