get_cart
Retrieve current cart contents, including items, pricing, discounts, and totals. The card already shows the line items and totals to the user, so keep your text reply to one brief sentence — do not re-list the cart contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | No | Cart ID (optional if an active cart exists for the site) | |
| site_id | Yes | Registered site ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| items | Yes | ||
| total | Yes | ||
| cartId | Yes | ||
| siteId | Yes | ||
| subtotal | Yes | ||
| discounts | No |