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

    A list of purchase orders.

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

    Properties

    Properties

    orders?: Order[]

    Represents a purchase order within the OrderList.

    pagination?: Pagination