# Create add products to Cart URL — Amazon Deals Botize method — `amazon_lightning.add_to_cart_link` (action). Allows you to specify the different ASIN codes and units and returns a unique URL that can be used to redirect the customer directly to their cart with the products already added. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `locale` *(string, one of: "https://www.amazon.com.au/gp/aws/cart/add.html" = Australia; "https://www.amazon.com.be/gp/aws/cart/add.html" = Belgium; "https://www.amazon.com.br/gp/aws/cart/add.html" = Brazil; "https://www.amazon.ca/gp/aws/cart/add.html" = Canada; "https://www.amazon.eg/gp/aws/cart/add.html" = Egypt; "https://www.amazon.fr/gp/aws/cart/add.html" = France; "https://www.amazon.de/gp/aws/cart/add.html" = Germany; "https://www.amazon.in/gp/aws/cart/add.html" = India; "https://www.amazon.it/gp/aws/cart/add.html" = Italy; "https://www.amazon.co.jp/gp/aws/cart/add.html" = Japan; "https://www.amazon.com.mx/gp/aws/cart/add.html" = Mexico; "https://www.amazon.nl/gp/aws/cart/add.html" = Netherlands; "https://www.amazon.pl/gp/aws/cart/add.html" = Poland; "https://www.amazon.sg/gp/aws/cart/add.html" = Singapore; "https://www.amazon.sa/gp/aws/cart/add.html" = Saudi Arabia; "https://www.amazon.es/gp/aws/cart/add.html" = Spain; "https://www.amazon.se/gp/aws/cart/add.html" = Sweden; "https://www.amazon.com.tr/gp/aws/cart/add.html" = Turkey; "https://www.amazon.ae/gp/aws/cart/add.html" = United Arab Emirates; "https://www.amazon.co.uk/gp/aws/cart/add.html" = United Kingdom; "https://www.amazon.com/gp/aws/cart/add.html" = United States)* — Locale It also accepts repeatable field groups, with these prefixes: `product_counter_*`, `asin_*`, `quantity_*`. These are composite components (buttons, filters, keyboards); the trailing number is set by the user as they are added. ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{add_to_cart_url}}` *(text)* — Add to Cart URL ## This app Every trigger and action for Amazon Deals: https://botize.com/en/app/amazon_lightning.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/amazon_lightning/add_to_cart_link