get https://api.staging.deliverect.com/products?where=accountId
Please note for channel integrations, products are received within a Menu Push. See here for further details.
Get Products for a specific location
If 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.