Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Request parameters for listOrders operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiListOrdersRequest {
        pageToken?: string;
        shipments?: ListOrdersShipmentsEnum;
        updatedAfter?: string;
        xAmznFulfillmentServiceId?: string;
    }
    Index
    pageToken?: string

    A token that you use to retrieve the next page of results. The response includes `pageToken` when the number of results exceeds the page size. To get the next page of results, call the operation with this token and include the same arguments as the call that produced the token. To get a complete list, call this operation until `pageToken` is `null`.

    Whether to include shipment data in the response. Included by default.

    updatedAfter?: string

    The response includes orders updated after this time. Must be in ISO 8601 format.

    xAmznFulfillmentServiceId?: string

    The identifier of the fulfillment service used for this operation.