Single product by product_id
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success":true,
"msg":"Single product by sku.",
"data":{
"id":2342,
"name":"Tetley",
"stock_quantity":10,
"color_code":"#0CC1B0",
"is_favourite":false,
"client_id":306,
"pos_product_category_id":13,
"custom_field":"{}",
"price":45.72,
"sku":"8901052087778",
"created_at":"2019-09-11T07:19:03.116Z"
}
}{
"success":true,
"msg":"product not found .",
"data":{}
}
{
"success":false,
"msg":"Something went wrong.",
"data":{}
}Last updated