Configure a Variant Selection node
The Variant Selection node builds a numbered color and size menu from live stock. Set the product code variable, the prompt texts and the three exits.
A customer who has seen the product card still has to say which color and size they want. This node re-queries the product against live stock and builds a two-step numbered menu: color first, size second. The color step is skipped when only one color is sellable. Quantity rides in the same message as "3 adet", up to five.
Before you start
- A Ürün Kodu Arama node earlier in the flow, which is where the product code comes from.
- The Ticimax connection; the "Sağlayıcı" field is locked to ticimax.
- A Temsilciye Aktar node to receive the EŞLEŞME YOK branch.
Step by step
These screens sit inside the Intent AI section. Sign in, open Intent AI; the menu names below are in that section's left menu.
Place the node after Ürün Kodu Arama
Open the flow in the editor. Drag the "Varyant Seçimi" tile from the "Aksiyon" heading onto the canvas. Connect the BULUNDU exit of the Ürün Kodu Arama node to this new node.
Enter the product code variable and the prompt texts
"Ürün Kodu Değişkeni" should read product_code, the name that Ürün Kodu Arama writes the code into. "Sonuç Değişkeni" is named selected_variant by default. Leaving "Renk Sorusu" and "Beden Sorusu" empty sends the built-in questions. Fill "Stok Yok Mesajı" and "Eşleşme Yok Mesajı" in your own wording.
Wire the three exits and watch the variant warning clear
Connect SEÇİLDİ to the order step and EŞLEŞME YOK to the agent handoff node. Do not leave HATA empty either. Save, then press "Akışı Doğrula" under "Ayarlar" and check that no "Varyant secim dali ... baglantisiz" warning remains.
Result checkIf it did not work
Check these
- An empty product code variable pushes the node to the HATA branch. Connect the node after Ürün Kodu Arama and spell the variable name the same way.
- Two unclear attempts move the customer to the EŞLEŞME YOK branch. The reason sits in variant_select_reason: out_of_stock, parse_failed, ambiguous, oversized. Wire that branch to an agent.
- Spelled-out quantities are not read, so "üç adet" means nothing. Show a numeric example in the size prompt.
Does this step look different in your panel?
We can review the screen and exact error text together.
This guide was checked against the product UI and code inventory on 29 August 2026.
