- APIs
- API Reference
- Products
-
Overview
-
API Reference
- Appointment
- Quotes
- Invoices
- Payments
- Clients
- Client Forms
- Client Documents
- Client Notes
- Client Alerts
- Client Allergies
- Client Communications
- Leads
- Services
- Products
- Packages
- Schedules
- Marketing Sources
- Resources
- Settings
- Tax
- Locations
- Users
- Discounts
- Gift Vouchers
- Labels
- Rooms
- Equipment
- Reports
- Cancellation Policy
- Medical Conditions
- Drugs
- Forms
-
Timesheets
-
Webhooks
Get product
Returns information about a particular product
/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
}
}