OBJECT

PurchaseOfferPayload

PurchaseOfferPayload returns the order created for the purchase.

link GraphQL Schema definition

1type PurchaseOfferPayload {
2
3# Reason why a Purchase Order failed to be created if an error occurred.
4error: PurchaseOfferErrorCode
5
6# The Purchase Order created for this purchase attempt.
7purchaseOrder: PurchaseOrder
8
9}