create_cart
Create a new shopping cart for a specific site. Returns a cart_id. IMPORTANT: Reuse the active cart_id across multiple products in the same session. Do NOT call create_cart again if you already have a cart_id for this site in the chat history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | Registered site ID | |
| currency | No | ISO 4217 currency code (e.g., "USD", "EUR", "GBP"). Defaults to site currency. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| cart_id | No |