# Get product information — Amazon Associates Botize method — `amazon_associates.get_product_detail` (action). Given an ID or the URL of a product, extracts its image and information together with its corresponding affiliate link. - EU Omnibus regulation (allows to show the lowest price of the last 30 days as a reference price). 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. - `mb_switch` *(boolean)* — Rules - `product_id` *(string)* — Product ASIN or URL - `language_of_preference` *(string, one of: ""; "es_ES"; "fr_BR"; "nl_BE"; "en_GB"; "en_CA"; "fr_CA"; "en_AE"; "ar_AE"; "cs_CZ"; "de_DE"; "nl_NL"; "pl_PL"; "tr_TR"; "en_IN"; "hi_IN"; "kn_IN"; "ml_IN"; "ta_IN"; "te_IN"; "en_US"; "ja_JP"; "zh_CN"; "es_MX"; "pt_BR"; "es_US"; "ko_KR"; "zh_TW")* — Languages of preference - `mb_outputvars_switch` *(boolean)* — Customize tags It also accepts repeatable field groups, with these prefixes: `mb_filters_*`. 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. - `{{asin}}` *(text)* — ASIN. ASIN stands for Amazon Standard Identification Number. It is a unique identifier of 10 letters or numbers used mainly for the identification of products within the Amazon catalog. - `{{url}}` *(text)* — Product URL. Product detail URL with the user's affiliate code - `{{image_url}}` *(text)* — Image URL. Main Product image URL - `{{variants}}` *(array)* — Variants URL - `{{variants.0}}` *(text)* — Image Variant 1 - `{{variants.1}}` *(text)* — Image Variant 2 - `{{variants.2}}` *(text)* — Image Variant 3 - `{{variants.3}}` *(text)* — Image Variant 4 - `{{variants.4}}` *(text)* — Image Variant 5 - `{{variants.5}}` *(text)* — Image Variant 6 - `{{title}}` *(text)* — Title. Product Title - `{{features}}` *(text)* — Features. Product Features - `{{product_group}}` *(text)* — Product Group. Product Category. For example: Video on Demand - `{{price}}` *(decimal)* — Current Price. Current price (after saving percentage) in target currency. For example: 22.99 - `{{currency}}` *(text)* — Current Price:Currency. Target Currency. For example: EUR - `{{display_amount}}` *(text)* — Current Price:Formated. Current price (after saving percentage) formated in target currency. For example: 22,99 € - `{{savings_amount}}` *(decimal)* — Saving:Amount. Sales prices in target currency. For example: 17 - `{{savings_currency}}` *(text)* — Saving:Currency. Target Currency. For example: EUR - `{{savings_display_amount}}` *(text)* — Saving:Formated. Sales price formated in target currency. For example: 17,00 € (43%) - `{{savings_display_percentage}}` *(decimal)* — Saving:Percentage. Saving Percentage. For example: 43 - `{{original_price}}` *(decimal)* — Original Price. Original price, before discounts. For example: 33.99 - `{{display_original_price}}` *(text)* — Original Price:Formated. Original price, before discounts formated in target currency. For example: 33.99 € - `{{sold_out}}` *(boolean)* — Sold out. Sold out - `{{is_prime_eligible}}` *(boolean)* — is Prime eligible. Specifies about the prime eligibility about the product. The specific price that a Prime offer could have is not specified because it is not a data provided by Amazon. - `{{savingbasis_amount}}` *(decimal)* — Lowest Recent Price. Strike-Through Pricing and Savings. For example: 55.00 - `{{savingbasis_display_amount}}` *(text)* — Lowest Recent Price:Formated. Strike-Through Pricing and Savings formated in target currency. For example: 55.00 € - `{{savingbasis_label}}` *(text)* — Lowest Recent Price:Label. Label of Strike-Through Pricing and Savings. For example: List price, With deal, Last lowest price, etc - `{{subscription_amount}}` *(decimal)* — Subscription Price. Subscribe & Save price (per delivery) in the target currency. For example: 19.99 - `{{subscription_display_amount}}` *(text)* — Subscription Price:Formated. Subscribe & Save price formatted in the target currency. For example: 19,99 € - `{{subscription_savingbasis_amount}}` *(decimal)* — Subscription Saving:Amount. Reference price used to compute the subscription discount (non-subscription price). For example: 24.99 - `{{subscription_savings_percentage}}` *(decimal)* — Subscription Saving:Percentage. Percentage discount applied when purchasing via subscription. For example: 20 - `{{color}}` *(text)* — Color. Indicates the color of the product. For example: red - `{{brand}}` *(text)* — Brand. Brand or manufacturer name of the product. For example: Sony - `{{model}}` *(text)* — Model. Manufacturer's model name or number (e.g., item model number, SKU). For example: WH-1000XM5 - `{{size}}` *(text)* — Size. Provides information related to the size of the item.. For example: XL ## Account Needs a connected Amazon Associates account in Botize: https://botize.com/en/app/amazon_associates/authenticate ## This app Every trigger and action for Amazon Associates: https://botize.com/en/app/amazon_associates.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_associates/get_product_detail