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