HTTP GET /stores => Get the stores
HTTP GET /stores/{storeId} => Get a single store.
HTTP GET /products => Get the products
HTTP GET /products/{productId} => Get a single product.
HTTP GET /stores/{storeId}/products => Get the products under the specific store
HTTP GET /products?storeId={storeId} => Get the products under the specific store