A REST service that provides LCBO store, product, and inventory information.
For more information read the friendly manual.
| Action | Relative Path |
|---|---|
| Datasets |
/datasets
|
| Dataset |
/datasets/:dataset_id
|
| Products |
/products
|
| Product |
/products/:product_id
|
| Products at Store |
/stores/:store_id/products
|
| Stores with Product |
/products/:product_id/stores
|
| Stores |
/stores
|
| Store |
/stores/:store_id
|
| Inventories |
/inventories
|
| Inventory |
/stores/:store_id/products/:product_id/inventory
|
| Product Inventories |
/products/:product_id/inventories
|
| Product History |
/products/:product_id/history
|
| Store History |
/stores/:store_id/history
|
| Inventory History |
/stores/:store_id/products/:product_id/history
|