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

    The request for the listAllFulfillmentOrders operation.

    interface ListAllFulfillmentOrdersResult {
        fulfillmentOrders?: FulfillmentOrder[];
        nextToken?: string;
    }
    Index

    Properties

    fulfillmentOrders?: FulfillmentOrder[]

    An array of fulfillment order information.

    nextToken?: string

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