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 |