- 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
Product Update
Updates basic parameters
/products/{product_id}/update
https://api.oauth.pabau.com/{api_key}/products/{product_id}/update
Request
Query Parameters: | |
api_key * | |
product_id * | System ID of the product |
name | String |
cost | Float |
retail | Float |
vat_id | (Int) System ID of the VAT |
note | String |
stock |
(Object) { 'stock': (Int) |
code | String |
sku | String |
Response sample
application/json
{
"success": true,
"message": "Product Updated Successfully"
}