# ListCarriersResponseBody

A carrier list response body

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**carriers** | [**Array&lt;Carrier&gt;**](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)
