GET LIST OF store products.
[GET] /store/products/{store_id}
the parameter store_id is either store id or store unique_name
GET PRODUCTS BY SEARCHING STORE NAME.
[GET] /store/products/search/{store_name}
GIVEN STORE ID OR UNIQUE NAME: SEARCH PRODUCT
[GET] /product/search/store/{store_id}/{product_name}
the parameter store_id is either store id or store unique_name
GET LIST OF PRODUCT BY SEARCHING STORE NAME AND PRODUCT NAME
[GET] /product/search/store/search/{store_name}/{product_name}