add_to_cart
Add a product to a local cart for a single merchant, specifying quantity, price, and other details.
Instructions
Add a canonical CartRow locally; a cart may contain only one merchant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | No | ||
| tid | No | ||
| uom | No | ||
| code | Yes | ||
| tax_id | Yes | ||
| u_seq_id | No | ||
| image_url | No | ||
| product_id | Yes | ||
| unit_price | Yes | ||
| description | Yes | ||
| merchant_id | Yes | ||
| modification | No | ||
| unit_discount | No | ||
| decimal_points | No | ||
| general_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||