Overview
WSDL: https://api.channeladvisor.com/ChannelAdvisorAPI/v1/CartService.asmx?WSDL![]()
URL: https://api.channeladvisor.com/ChannelAdvisorAPI/v1/CartService.asmx![]()
The Cart Service provides a set of web service functions that can be called to create, edit, and delete shopping carts. A shopping cart is simply a basket of inventory items. There is no implication of purchase that accompanies a shopping cart. A shopping cart may turn into an actual purchase at some future point. This is handled through the Order Service.
Operations
| Name | Description |
|---|---|
| CreateCart | Creates a new shopping cart. |
| GetCart | Retrieve details of a shopping cart. |
| DeleteCart | Removes a shopping cart. |
| ModifyCart | Updates the contents of an existing shopping cart. |
| Ping | Returns OK if the service is available. |