POST api/ShoppingCartItem?webProductId={webProductId}&shoppingCartId={shoppingCartId}&quantity={quantity}&price={price}

Add Shopping Cart Line Item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
webProductId

web product identifier

globally unique identifier

Required

shoppingCartId

shopping cart identifier

globally unique identifier

Required

quantity

quantity of item

integer

Default value is 1

price

price to charge for the product

decimal number

Default value is -79228162514264337593543950335

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.