Get product

Returns information about a particular product

image-png-Mar-22-2024-01-24-05-8317-PM /products/{product_id}

https://api.oauth.pabau.com/{api_key}/products/{product_id}

Request

 

Query Parameters:  
api_key *  
product_id * System ID of the required product

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
  }
}