Overview
Provides a list of shipping methods available for an account.
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| GetShippingCarrierListResult | APIResult<Array of ShippingCarrier> |
This method returns a type named APIResultOfArrayOfShippingCarrier. See more information on APIResult. |