The type that defines the fields for a purchase order, including line items, costs and charges, payment method, and the purchase order status.
Types that use PurchaseOrder
Not used by any types.
Call that uses PurchaseOrder
Fields
appliedCoupons
array of Coupon
The container that returns the information for the coupons that were applied in the order.
Note: This container is not returned for the getPurchaseOrder and getGuestPurchaseOrder methods.
Note: This container is not returned for the getPurchaseOrder and getGuestPurchaseOrder methods.
purchaseOrderId
The unique identifier of the purchase order. This value was returned in the purchaseOrderId field by the placeOrder method.
purchaseOrderPaymentStatus
An enumeration value that indicates the status of the payment for the purchase order.
purchaseOrderStatus
The container for the current status of the buyer's payment and any refund that applies to the purchase order.
shippingFulfillments
array of ShippingFulfillment
An array of the shipping providers and the purchase order delivery details.
warnings
array of ErrorDetailV3
An array of warning messages. These type of errors do not prevent the call from executing but should be checked.