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

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.