Add to cart
add_to_cartAdd a product to the authenticated user's cart using eBay item ID and quantity. Uses JWT-based user identification, so no user ID is needed.
Instructions
Add a product to the authenticated user cart. Never pass a user ID; it comes from the JWT subject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional title snapshot from get_product | |
| item_id | Yes | eBay item ID from get_product | |
| currency | No | Optional ISO currency code | |
| quantity | Yes | Number of units to add | |
| condition | No | Optional item condition | |
| image_url | No | Optional product image URL | |
| unit_price | No | Optional displayed price snapshot | |
| item_web_url | No | Optional eBay item URL |