The response schema for the getPurchaseOrders operation.

GetPurchaseOrdersResponse

interface GetPurchaseOrdersResponse {
    errors?: Error[];
    payload?: OrderList;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

GetPurchaseOrdersResponse

payload?: OrderList

GetPurchaseOrdersResponse