The store API allows multiple functions to query and update the availability of customer's stores and the products in their account
Base URLs
These are the base URLs for Store endpoints hosted on the Deliverect domain.
| Environment | Base URL | Description |
|---|---|---|
| Staging | https://api.staging.deliverect.com | For any integration partner accessing endpoints in our Staging (test) Environment |
| Production | https://api.deliverect.com | For any integration partner accessing endpoints in our Production (live) Environment |
Glossary
| ENDPOINT | TYPE | FUNCTION |
|---|---|---|
| Locations | GET | Retrieve data on locations linked to your partner account |
| POS Products | GET | Retrieve POS Products stored within an account |
| Snooze Product by PLU | POST | Mark products out of stock by it's PLU |
| Snooze Product by Tag | POST | Mark products out of stock via a shared tag |
| Retrieve Snoozed Products | GET | Retrieve all snoozed products e.g. items marked out of stock |
| Store Status | POST | Set the 'busy mode' status for a channel(s) |
| Update Opening Hours | POST | Update the opening times for a location or specific channel(s) |
| Holiday Hours for Locations | POST | Update special operating hours for a location |
| Channel Holiday Hours | POST | Update special operating hours for a location and the channels within a location |
| Account Opening Hours | GET | Retrieve the opening hours for all locations in an account |
| Location Opening Hours | GET | Retrieve the opening hours for a specific location in an account |
| Holiday Hours for Locations | GET | Retrieve all special operating hours for a location |
| Holiday Hours for Locations and ChannelLinks | GET | Retrieve all special operating hours for a locations and channels |
