market_add
Add items to your cart using product details from a search. Requires product_id, name, price, and store; optionally specify quantity.
Instructions
[Shop] Add to cart. Copy ALL four fields from market_search: product_id, name, price, store (use store_key value as store). Missing fields cause 422 — re-run market_search if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | From market_search product_id | |
| name | Yes | From market_search name | |
| price | Yes | From market_search price | |
| store | Yes | From market_search store_key | |
| quantity | No |