Sandbox environment: prices, stock and coupons are synthetic test data. What this means

What does data_source "sandbox" mean?

data_source: "sandbox" means the response comes from the Cartroute sandbox catalog: real product identities, identifiers and retailer policies, with synthetic prices, stock levels and coupon codes that move daily like live data. Every API response, MCP tool result and JSON page states its data source, so an agent can always tell which it is looking at.

What in the sandbox is real?

What in the sandbox is synthetic?

Why does a sandbox exist?

So an agent can be built and tested end to end, including its handling of out-of-stock offers, membership-only stores, coupons needing eligibility and price verdicts, without anyone buying anything and without depending on retailer availability during development.

Can I show sandbox prices to shoppers?

No. Present them as test data only. When your integration moves to a live key, data_source becomes "live"; check the field rather than assuming.

How fresh is the sandbox?

Prices roll forward every day, each offer's last_checked_at is re-stamped every 10 minutes, and expired coupons are replaced, so freshness logic in an agent behaves as it would against live data.