Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/external-fulfillment-shipments-api-2024-09-11
ShipmentsResponse
Interface ShipmentsResponse
The response of the
getShipments
operation.
interface
ShipmentsResponse
{
pagination
?:
Pagination
;
shipments
?:
Shipment
[]
;
}
Index
Properties
pagination?
shipments?
Properties
Optional
pagination
pagination
?:
Pagination
Optional
shipments
shipments
?:
Shipment
[]
A list of shipments.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pagination
shipments
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The response of the
getShipmentsoperation.