Dashboard > ChannelAdvisor Developer Network > ... > Cart Service > ModifyCart
Log In   View a printable version of the current page.
Added by Rick Watson, last edited by Rick Watson on Jan 21, 2007  (view change)
Labels: 
(None)


Overview

The goal of this method is to allow the caller to modify the contents of a cart. The information passed in this method are designed to replace the previous contents of a 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 a cart you wish to modify.
buyerEmail string E-mail address of buyer
lineItem CartItemRequest[] Cart items you wish to replace in former cart

Response

Field Name
Data Type Description
ModifyCartResult APIResult<Cart>
This method returns a type named APIResultOfCart. See more information on APIResult. The cart information returned by this method will be contained in the ResultData field.

References

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.1 Build:#806 May 06, 2007) - Bug/feature request - Contact Administrators