Overview
Removes a cart you have created previously. Could be useful when wanting to expire an old cart.
Request
Field Name |
Data Type |
Description |
| accountID |
string |
A unique identifier representing the ChannelAdvisor account you wish to access. |
| cartID |
int |
Unique identifier of the cart you wish to delete. |
Response
Field Name |
Data Type |
Description |
| DeleteCartResult |
APIResult<Int32> |
This method returns a type named APIResultOfInt32. See more information on APIResult. The information returned by this method will be contained in the ResultData field. |
References