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

    The response schema for the listOrders operation.

    interface ListOrdersResponse {
        orders: FulfillmentOrder[];
        pagination?: Pagination;
    }
    Index

    A list of fulfillment orders.

    pagination?: Pagination