Selling Partner API SDK for JavaScript
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
Selling Partner API SDK for JavaScript
Loading...
The response of the
getShipmentsoperation.