Overview
Retrieves the available Shipping information for a certain SKU
Request
| Field Name |
Data Type | Description |
|---|---|---|
| accountID * | string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| sku * | string | Unique identifier for an inventory item |
Response
| Field Name |
Data Type | Description |
|---|---|---|
| GetInventoryItemShippingInfoResponse |
APIResult<ShippingRateInfo[]> |
This method returns an array of ShippingRateInfo. See more information on APIResult. |
Notes
- * Indicates a REQUIRED Field ... Fields that are NOT required may be set to a null value or left out of a manually built SOAP packet
References
- Inventory Service