The response schema for the getPurchaseOrdersStatus operation.

GetPurchaseOrdersStatusResponse

interface GetPurchaseOrdersStatusResponse {
    errors?: Error[];
    payload?: OrderListStatus;
}

Properties

Properties

errors?: Error[]

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

GetPurchaseOrdersStatusResponse

payload?: OrderListStatus

GetPurchaseOrdersStatusResponse