POST api/ShoppingCartItem?webProductId={webProductId}&shoppingCartId={shoppingCartId}&quantity={quantity}&price={price}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| webProductId | globally unique identifier |
Required |
|
| shoppingCartId | globally unique identifier |
Required |
|
| quantity | integer |
Default value is 1 |
|
| price | decimal number |
Default value is -79228162514264337593543950335 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.