SEARCH PRODUCT BY NAME
[GET] /product/search/by/name
this searched for product using product title and tags only
| PARAM | required | comment |
| product_name | yes | url encoded |
RESPONSE: returns max of 30 items.
{
"data": [
{
"id": 989,
"name": "Tasty Delicious Beans and Fried Plantain neatly prepared with different fresh ingredient just the way you like it.",
"category": 33,
"status": 1,
"store": 15,
"in_stock": 1,
"encoded_id": "Ts5iNfEG9m8MLOnk989Tsi56fNGTs5iNfEG",
"product_name": "Tasty Delicious Beans and Fried Plantain neatly prepared with different fresh ingredient just the way you like it.",
"store_name": "Ntachi Osa",
"product_type": "Intimates"
},
{
"id": 936,
"name": "Sweet Beans, Yam and Plantain with Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food, idle food for your lunch, dinner and breakfast can be served to anyone.",
"category": 33,
"status": 1,
"store": 16,
"in_stock": 1,
"encoded_id": "PQrpb76cI9HgQrSp936Kj3J67GMPQrpb76c",
"product_name": "Sweet Beans, Yam and Plantain with Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food, idle food for your lunch, dinner and breakfast can be served to anyone.",
"store_name": "Ogwugo Food",
"product_type": "Intimates"
},
{
"id": 935,
"name": "Porridge Beans and Yam with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"category": 33,
"status": 1,
"store": 16,
"in_stock": 1,
"encoded_id": "isT5V8Ihb786g12093545gibc67isT5V8Ih",
"product_name": "Porridge Beans and Yam with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"store_name": "Ogwugo Food",
"product_type": "Intimates"
},
{
"id": 934,
"name": "Delicious Porridge Beans and Plantain with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"category": 33,
"status": 1,
"store": 16,
"in_stock": 1,
"encoded_id": "s5TimM89M7m613i29342v51mM89s5TimM89",
"product_name": "Delicious Porridge Beans and Plantain with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"store_name": "Ogwugo Food",
"product_type": "Intimates"
},
{
"id": 933,
"name": "Delicious Porridge Beans with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"category": 33,
"status": 1,
"store": 16,
"in_stock": 1,
"encoded_id": "5is4I8HVH8VI5Sv4933LkKnleF85is4I8HV",
"product_name": "Delicious Porridge Beans with Fresh Fish or Pork Meat, to give you maximum satisfaction and a fill of home made food",
"store_name": "Ogwugo Food",
"product_type": "Intimates"
},
{
"id": 828,
"name": "Hot Delicious Rice and Beans comes with great spices and condiments just the way you like it",
"category": 33,
"status": 1,
"store": 4,
"in_stock": 1,
"encoded_id": "2iv19HgI7bc6pPQo828Jj13e8lF2iv19HgI",
"product_name": "Hot Delicious Rice and Beans comes with great spices and condiments just the way you like it",
"store_name": "Golden Toast",
"product_type": "Intimates"
},
{
"id": 824,
"name": "Tasty Delicious Beans and Fried Plantain neatly prepared with different fresh ingredient just the wa",
"category": 33,
"status": 1,
"store": 4,
"in_stock": 1,
"encoded_id": "tTsiIHV8BbaAjJKk824j31JGM76tTsiIHV8",
"product_name": "Tasty Delicious Beans and Fried Plantain neatly prepared with different fresh ingredient just the wa",
"store_name": "Golden Toast",
"product_type": "Intimates"
},
{
"id": 276,
"name": "Foodtown Red Kidney Beans",
"category": 19,
"status": 1,
"store": 11,
"in_stock": 1,
"encoded_id": "jJ1390lFIHg9SrQ427621v5EfNGjJ1390lF",
"product_name": "Foodtown Red Kidney Beans",
"store_name": "EASTERN CORNER SHOP",
"product_type": "Lights And Lighting"
},
{
"id": 82,
"name": "Hot Delicious savory Beans Porridge with mouth watering aroma Just the way you want it",
"category": 34,
"status": 1,
"store": 4,
"in_stock": 1,
"encoded_id": "103j89h0q0h9JKjk8210g2C6cb103j89h0",
"product_name": "Hot Delicious savory Beans Porridge with mouth watering aroma Just the way you want it",
"store_name": "Golden Toast",
"product_type": "Hoodies And Sweatshirts"
}
],
"status": "success",
"message": "Product search result listed",
"error": {
"msq": "item listed",
"detail": "done",
"code": 200
}
}