Stores
Active stores and their storefront listings with merged catalog + override prices.
Listings are filtered by availability windows (available_from / available_until) server-side so clients only see what's currently sellable.
Source: apps/api/src/routes/client/stores.ts.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /client/stores | Active stores. |
| GET | /client/stores/:storeId | Store + available listings (joined to catalog items + prices). |
GET /client/stores
Response 200
Try it:
GET
client auth/client/storescurl -X GET 'https://api.amba.dev/client/stores'Loading auth… Configure auth in the settings drawer (top-right) to run this request.
Curl:
GET /client/stores/:storeId
Response 200
Errors
404 NOT_FOUND— store not found or not active.500 FETCH_FAILED.
Try it:
GET
client auth/client/stores/%7B%7BstoreId%7D%7Dcurl -X GET 'https://api.amba.dev/client/stores/%7B%7BstoreId%7D%7D'Loading auth… Configure auth in the settings drawer (top-right) to run this request.
Curl: