Site Setup
Site is the 'store' where Qraga widget will be served.

Website name
You need to define a name to your site, it can be anything.
Website Urls & Product Paths
This section defines where your widget will go live.
- Website url: Complete url with protocol where widget will be served - eg
https://qraga-store.com
.
Enter all domains where your widgets will be hosted and their corresponding product page paths. These URLs are used for CORS security - your widgets will only work on the domains you list here. Include all with or without www and HTTP/HTTPS versions if needed.
- Product path: Path of your products being served at given website url eg
/products/{id}
. The product path must start with/
and include{product_id}
or{slug}
.{variant_id}
is optional.
Examples:
/products/{product_id}
,/{slug}
, or/products/{slug}/variants?={variant_id}
.We use this pattern to generate correct product URLs for recommendations.