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 |
|---|---|---|
| GET Locations đź”— | GET | Retrieve data on locations linked to your partner account |
| GET Products đź”— | GET | Retrieve POS Products stored within an account |
| Snooze Products by PLU đź”— | POST | Mark products out of stock by it's PLU |
| Snooze Products by Tag đź”— | POST | Mark products out of stock via a shared tag |
| GET Snoozed Products đź”— | GET | Retrieve all snoozed products e.g. items marked out of stock |
| Update Store Status đź”— | POST | Set the 'busy mode' status for a channel(s) |
| Create / Update Opening Hours đź”— | POST | Update the opening times for a location or specific channel(s) |
| Create/Update Holiday Hours per Location đź”— | POST | Update special operating hours for a location |
| Create/Update Holiday Hours for Locations and Channels đź”— | POST | Update special operating hours for a location and the channels within a location |
| GET Account Opening Hours đź”— | GET | Retrieve the opening hours for all locations in an account |
| GET Location Opening Hours đź”— | GET | Retrieve the opening hours for a specific location in an account |
| GET Holiday Hours per Location đź”— | GET | Retrieve all special operating hours for a location |
| GET Holiday Hours per Location and Channels đź”— | GET | Retrieve all special operating hours for a locations and channels |