get_cart
Retrieve the complete Picnic shopping basket, listing each item with product details, quantities, and prices, along with the total item count and cart total.
Instructions
Get the full Picnic basket.
Returns items (each with product_id, name, unit, quantity, unit_price, line_total), plus total_count and cart_total for the whole basket.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||