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

    A list of orders returned as response.

    interface OrderList {
        orders?: Order[];
        pagination?: Pagination;
    }
    Index

    Properties

    Properties

    orders?: Order[]

    Represents an individual order within the OrderList.

    pagination?: Pagination