shipstation-client
Version:
ShipStation V2 SDK
22 lines (14 loc) • 595 B
Markdown
# ListCarriersResponseBody
A carrier list response body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carriers** | [**Array<Carrier>**](Carrier.md) | The carrier response body | [default to undefined]
## Example
```typescript
import { ListCarriersResponseBody } from 'shipstation-client';
const instance: ListCarriersResponseBody = {
carriers,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)