shipstation-client
Version:
ShipStation V2 SDK
30 lines (22 loc) • 993 B
Markdown
A list shipment response body
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shipments** | [**Array<Shipment>**](Shipment.md) | The list of shipments returned by the api call | [default to undefined]
**total** | **number** | Total number of shipments returned by the api call | [readonly] [default to undefined]
**page** | **number** | | [readonly] [default to undefined]
**pages** | **number** | | [readonly] [default to undefined]
**links** | [**PaginationLink**](PaginationLink.md) | | [readonly] [default to undefined]
```typescript
import { ListShipmentsResponseBody } from 'shipstation-client';
const instance: ListShipmentsResponseBody = {
shipments,
total,
page,
pages,
links,
};
```
[[Back to Model list]](../README.md