The response schema for the listAllFulfillmentOrders operation.

Export

ListAllFulfillmentOrdersResponse

interface ListAllFulfillmentOrdersResponse {
    errors?: Error[];
    payload?: ListAllFulfillmentOrdersResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

ListAllFulfillmentOrdersResponse

Memberof

ListAllFulfillmentOrdersResponse