Stores
Curated storefronts with segment targeting, scheduling, and purchase limits.
Stores are curated subsets of the catalog. You can create multiple stores with different audiences, time-limited items, and price overrides.
Store features
- Segment targeting — show stores to specific user segments
- Price overrides — sale prices for specific store listings
- Scheduling — time-limited items with
available_fromandavailable_until - Purchase limits — cap how many times each user can buy an item
MCP tools
| Tool | Description |
|---|---|
amba_create_store | Create a store with optional segment targeting |
amba_add_store_listing | Add items to a store with overrides and scheduling |
Example: Holiday sale
Client API reference
| Method | Path | Description |
|---|---|---|
GET | /client/stores | List available stores |
GET | /client/stores/:id | Get store listings |
Database tables
| Table | Purpose |
|---|---|
stores | Store definitions with name, segment target |
store_listings | Items listed in stores with overrides and scheduling |