View shopping cart
- URL
http://www.qworum.com/ecommerce_pack/view_cart
- Screenshot
- Description
-
This service displays the shopping cart to the end-user, and allows items to be removed from the cart.
Parameter
None.
Result
As result, this service returns the items currently contained in the cart. Result example:
<items> <!-- this element contains 0, 1 or more 'item' elements --> <item> <id>I256</id> <title>Red t-shirt</title> <quantity>1</quantity> <price currency='USD'>25.95</price> </item> </items>Call example
A website might send the following message to the user's browser in order to call this service:
<goto href='/shop' xmlns='http://qworum.net/'> <call href='http://www.qworum.com/ecommerce_pack/view_cart' /> </goto>