Request parameters for listAllFulfillmentOrders operation in FbaOutboundApi.

Export

FbaOutboundApiListAllFulfillmentOrdersRequest

interface FbaOutboundApiListAllFulfillmentOrdersRequest {
    nextToken?: string;
    queryStartDate?: string;
}

Properties

nextToken?: string

A string token returned in the response to your previous request.

Memberof

FbaOutboundApiListAllFulfillmentOrders

queryStartDate?: string

A date used to select fulfillment orders that were last updated after (or at) a specified time. An update is defined as any change in fulfillment order status, including the creation of a new fulfillment order.

Memberof

FbaOutboundApiListAllFulfillmentOrders