shipstation-client
Version:
ShipStation V2 SDK
30 lines (22 loc) • 1.1 kB
Markdown
A list pickup response body
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pickups** | [**Array<Pickup>**](Pickup.md) | An array of pickups associated with the user\&
**total** | **number** | The total number of pickups returned | [readonly] [default to undefined]
**page** | **number** | Current page of the list pickups results | [readonly] [default to undefined]
**pages** | **number** | Total number of pages for list pickups results | [readonly] [default to undefined]
**links** | [**PaginationLink**](PaginationLink.md) | Helpful links to other pages of results | [readonly] [default to undefined]
```typescript
import { ListPickupResponseBody } from 'shipstation-client';
const instance: ListPickupResponseBody = {
pickups,
total,
page,
pages,
links,
};
```
[[Back to Model list]](../README.md