GET API/Customer/CartDetails?action={action}&productId={productId}&quantity={quantity}

Manage User Cart : Action : Get/Add/Quantity/Delete/CountThis Get Action is used for the following: 1. To retrieve Cart items for the Logged-In User. 2. To add items to User Cart. 3. To update item quantity in the User Cart. 4. To add a Subscription plan to an item in the cart. 5. To add a Start Date to a subscription plan for an item in the user cart.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
action

Get/Add/Quantity/Delete/Count.

string

Required

productId

[Required] for Action(s): "Add","Quatity","Delete"

integer

Required

quantity

[Required] for Action(s): "Quantity"

integer

Required

Body Parameters

None.

Response Information

Resource Description

Success/Failure Result

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.