cart_add
Add an item to the shopping cart using product and SKU IDs. Confirm the action to verify the item was added successfully.
Instructions
Add an item to the shopping cart with verification.
Without confirm=true, returns a preview of the action. With confirm=true, executes the action and VERIFIES it worked.
IMPORTANT: Use both product_id and sku_id from product_search results:
product_id: shorter ID (e.g., '127074')
sku_id: longer ID (e.g., '4122071073')
Returns error if item wasn't actually added to cart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku_id | No | SKU ID (longer numeric ID). If not provided, uses product_id for both. | |
| confirm | No | Set to true to confirm the action | |
| quantity | No | Quantity to add | |
| product_id | Yes | HEB product ID (short numeric ID from search results) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||