Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/vendor-orders-api-v1
OrderList
Interface OrderList
A list of orders returned as response.
interface
OrderList
{
orders
?:
Order
[]
;
pagination
?:
Pagination
;
}
Index
Properties
orders?
pagination?
Properties
Optional
orders
orders
?:
Order
[]
Represents an individual 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 orders returned as response.