# Get the next new product — AWIN Botize method — `awin.csv_next_row` (trigger). In a sequential order, returns the next product from a specific merchant. This is a trigger: it starts the task. A task has exactly one. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `feed_id` *(string)* — Feed Id - `custom_category` *(string)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{product_id}}` *(text)* — Product Id. Product Id - `{{product_url}}` *(text)* — Product URL. Product detail URL - `{{affiliate_url}}` *(text)* — Affiliate Product URL. Product detail URL with the user's affiliate code - `{{image_url}}` *(text)* — Image URL. Main Product image URL - `{{title}}` *(text)* — Title. Product Title - `{{category}}` *(text)* — Category. Product Category - `{{price}}` *(decimal)* — Sale Price. Sale price - `{{original_price}}` *(decimal)* — Original Price. Original price - `{{savings_amount}}` *(decimal)* — Saving Amount. Saving Amount - `{{display_price}}` *(text)* — Sale Price:Formated. Sale Price Formated - `{{display_original_price}}` *(text)* — Original Price:Formated. Original Price Formated - `{{display_savings_amount}}` *(text)* — Saving Amount:Formated. Saving Amount Formated - `{{savings_percentage}}` *(decimal)* — Saving Percentage. Saving Percentage ## Account Needs a connected AWIN account in Botize: https://botize.com/en/app/awin/authenticate ## This app Every trigger and action for AWIN: https://botize.com/en/app/awin.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/awin/csv_next_row