Updates a product belonging to the authenticated user
| Field | Required | Description |
|---|---|---|
code | No | Updated product SKU |
description | No | Updated description |
barcode | No | Updated barcode |
shelf_life_min/max | No | Updated shelf life in days |
Use your API token in the Authorization header with Bearer scheme.
Alternative: You can also pass the token as a query parameter ?token=your_token for backward compatibility.
Resource identifier
12345
User authentication token
"YOUR_TOKEN"
Product successfully updated
true