Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/fulfillment-outbound-api-2026-07-04
ListOrdersResponse
Interface ListOrdersResponse
The response schema for the
listOrders
operation.
interface
ListOrdersResponse
{
orders
:
FulfillmentOrder
[]
;
pagination
?:
Pagination
;
}
Index
Properties
orders
pagination?
Properties
orders
orders
:
FulfillmentOrder
[]
A list of fulfillment orders.
Optional
pagination
pagination
?:
Pagination
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
orders
pagination
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The response schema for the
listOrdersoperation.