Interface FulfillmentOutboundApiModelListAllFulfillmentOrdersResult

The request for the listAllFulfillmentOrders operation.

ListAllFulfillmentOrdersResult

interface FulfillmentOutboundApiModelListAllFulfillmentOrdersResult {
    fulfillmentOrders?: FulfillmentOutboundApiModelFulfillmentOrder[];
    nextToken?: string;
}

Properties

An array of fulfillment order information.

ListAllFulfillmentOrdersResult

nextToken?: string

When present and not empty, pass this string token in the next request to return the next response page.

ListAllFulfillmentOrdersResult

MMNEPVFCICPMFPCPTTAAATR