Skip to main content

checkoutAddPoNumbers

Adds purchase order number to a checkout.

checkoutAddPoNumbers(
checkoutId: ID!
poNumbers: [String!]!
): CheckoutAddPONumbers

Arguments

checkoutAddPoNumbers.checkoutId ● ID! non-null scalar

Checkout ID.

checkoutAddPoNumbers.poNumbers ● [String!]! non-null scalar

Optional purchase order numbers of documents that outline what the buyer would like to purchase and how much of it they would like to receive

Type

CheckoutAddPONumbers object

Adds purchase order number to a checkout.

Was this page helpful?