Deliverect Endpoints

The store API allows multiple functions to query and update the availability of customer's stores and the products in their account

These are endpoints from our Store API hosted on the Deliverect domain. In development, these will be accessible in our staging environment via https://api.staging.deliverect.com and when in production environment via https://api.deliverect.com

ENDPOINTTYPEFUNCTION
GET Locations 🔗 GETRetrieve data on locations linked to your partner account
GET Products 🔗 GETRetrieve POS Products stored within an account
Snooze Products by PLU 🔗 POSTMark products out of stock by it's PLU
Snooze Products by Tag 🔗 POSTMark products out of stock via a shared tag
GET Snoozed Products 🔗 GETRetrieve all snoozed products e.g. items marked out of stock
Update Store Status 🔗 POSTSet the 'busy mode' status for a channel(s)
Create / Update Opening Hours 🔗 POSTUpdate the opening times for a location or specific channel(s)
Create/Update Holiday Hours per Location 🔗 POSTUpdate special operating hours for a location
Create/Update Holiday Hours for Locations and Channels 🔗 POSTUpdate special operating hours for a location and the channels within a location
GET Account Opening Hours 🔗 GETRetrieve the opening hours for all locations in an account
GET Location Opening Hours 🔗 GETRetrieve the opening hours for a specific location in an account
GET Holiday Hours per Location 🔗 GETRetrieve all special operating hours for a location
GET Holiday Hours per Location and Channels 🔗 GETRetrieve all special operating hours for a locations and channels