Submit or update items for recommendations.
POST /items
Authorization: Bearer <token> Content-Type: application/json
{ "entity_id": "item-123", "name": "Nike Running Shoes", "description": "High-performance running shoes.", "metadata": { "category": "Footwear", "brand": "Nike", "price": 109.99 } }
{ "message": "Item upserted successfully" }
entity_id
Was this page helpful?