Get product
Returns information about a particular product
/products/{product_id}
https://api.oauth.pabau.com/{api_key}/products/{product_id}
Request
Response sample
application/json
{
"status": true,
"product": {
"id": {id},
"product_id": {id},
"name": "{product_name}",
"category_name": "{product_category}",
"image": null,
"stock_level": "12",
"price": 150,
"tax": null,
"tax_id": null
}
}