Venue
Ordering Stack Venue API. Manages all aspects of venue (restaurant or store). Create and edit venues, set attributes, etc...
114 subscribers
10 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Venue endpoints
| Method | Endpoint | Description |
|---|---|---|
| venue-api | ||
| GET |
getVenue /venue-api/api/venues/{venue} |
Get venue by ID |
| GET |
list /venue-api/api/venues |
Get paginated list of venues. This endpoint is compatible with React AdminOnRest framework to provide DataSource. |
| GET |
getVenue_1 /venue-api/api/venue/{venue} |
Get venue by ID |
| POST |
validateCluster /venue-api/api/venue/validateCluster |
Validate venue cluster (batch of venues). Returns information if order can be made to those venues simultaneously. Currently only single venue is allowed. |
| GET |
getNearest /venue-api/api/nearest |
Locate venues near provided geo position. Currently mocked and returning all venues. |
| DELETE |
deleteVenue /venue-api/api/venues/{venue} |
Delete venue by ID. Be careful as this is irreversible operation. |
| POST |
postVenue /venue-api/api/venues |
Update venue by ID. Works as upsert |
| POST |
activateVenue /venue-api/api/venues/{venue}/activate |
Activate venue by ID. Active venues can receive orders. |
| PUT |
putVenue /venue-api/api/venues/{venue} |
Update venue by ID. Works as upsert |
| POST |
deactivateVenue /venue-api/api/venues/{venue}/deactivate |
Deactivate venue by ID. Inactive venues cannot receive orders. |
Venue pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|