get
https://api.staging.deliverect.com/products
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Please note for channel integrations, products are received within a Menu Push. See here for further details.
Get Products for a specific locationIf you want to get the products under a specific location you can call the endpoint
https://api.staging.deliverect.com/products?where={"account":"accountId", "location":"locationId"}
As results can potentially be paginated, please reference the link below which shows how to correctly handle this.
Refine Results
By account;
Add the account Id as below to return all order for a specified account;
?where={"account": "65********************6f"}By location
Add the location Id as below to return all orders for a specified location;
?where={"location": "65********************fd"}