Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for listAllFulfillmentOrders operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiListAllFulfillmentOrdersRequest {
        nextToken?: string;
        queryStartDate?: string;
    }
    Index

    Properties

    nextToken?: string

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

    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.