Overview
Retrieves tax information for a shopping cart.
Request
Field Name |
Data Type |
Description |
| accountID |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| cartID |
int |
The order number to calculate shipping rates for. |
| street |
string |
Optional: Street address the order is shipping to. |
| city |
string |
City the order is shipping to |
| state |
string |
State or Province the order is shipping to. |
| postalCode |
string |
Postal code the order is shipping to. |
| country |
string |
Country code the order is shipping to. |
Response
Field Name |
Data Type |
Description |
| GetTaxRatelistResult |
APIResult<TaxRateResult> |
This method returns a type named APIResultOfTaxRateResult. See more information on APIResult. The tax information returned by this method will be contained in the ResultData field. |
References