> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commenda.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Update product

<RequestExample>
  ```json Request theme={null}
  {
    "name": "Updated Premium Widget",
    "tax_code": "P0000000",
    "description": "An updated premium quality widget",
    "weight_in_kg": 2.5,
    "volume_in_liters": 1.2,
    "customs_jurisdiction_details": {
      "US": "8471.30.0100"
    }
  }
  ```
</RequestExample>

<ResponseExample>
  ```json 200 Response theme={null}
  {
    "message": "Successfully updated product."
  }
  ```
</ResponseExample>
