Hi @kkaracaburak,
To make Bubble recognize {product_id} as a variable, try using [product_id] instead. This syntax helps Bubble understand that product_id is dynamic and should be replaced with an actual value.
{product_id}
[product_id]
product_id
Hope this helps!