Basket Resources

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
| basket/user \\ | Reference to the user (customer) that owns that basket. Null means the basket belongs to no specific customer. \\ |
| basket/basketItems \\ | List of basket items that are actually in the basket. See [Basket Item|#BasketItem] for more details. \\ |
| basket/shipping | Shipping data for basket. |
| basket/shipping/shippingType | The selected shippingType. |
| basket/shipping/price | The shipping price. |

Example:
...
</basketItems>
  <shipping>
<shippingType id="1"/>
</basket>
<price>
...
</price>
</shipping></basket>
{code}