PUT api/ShoppingCartItem?shoppingCartItemId={shoppingCartItemId}&quantity={quantity}&price={price}

Update Shopping Cart Line Item.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shoppingCartItemId

shopping card item 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.