shipstation-client
Version:
ShipStation V2 SDK
33 lines (25 loc) • 1.42 kB
Markdown
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]
**request_id** | **string** | A UUID that uniquely identifies the request id. This can be given to the support team to help debug non-trivial issues that may occur | [default to undefined]
**errors** | [**Array<ModelError>**](ModelError.md) | The errors associated with the failed API call | [default to undefined]
```typescript
import { GetPickupsResponseBody } from 'shipstation-client';
const instance: GetPickupsResponseBody = {
pickups,
total,
page,
pages,
links,
request_id,
errors,
};
```
[[Back to Model list]](../README.md