Join | Sign in

View shopping cart

URL

http://www.qworum.com/ecommerce_pack/view_cart

Screenshot

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://www.qworum.com/'>
  <call href='http://www.qworum.com/ecommerce_pack/view_cart' />
</goto>

Check the subscription status of your domain for this service.

Your domain:

Tips

You may try out this service for free before subscribing. Just set up a local website such as http://127.0.0.1:3000/, and call it from that website.

< Back