Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28
OrderList
Interface OrderList
A list of purchase orders.
interface
OrderList
{
orders
?:
Order
[]
;
pagination
?:
Pagination
;
}
Index
Properties
orders?
pagination?
Properties
Optional
orders
orders
?:
Order
[]
Represents a purchase order within the OrderList.
Optional
pagination
pagination
?:
Pagination
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
orders
pagination
Selling Partner API SDK for JavaScript
Loading...
A list of purchase orders.