updateProduct
updateProductUpdate details of an existing product in the Zenskar billing platform. Modify name, SKU, description, active status, tax codes, or custom attributes.
Instructions
Update an existing product's details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | The unique identifier of the product to update. | |
| name | No | Updated name of the product. | |
| sku | No | Updated SKU. | |
| description | No | Updated description. | |
| is_active | No | Whether the product is active. | |
| tax_codes | No | Updated tax codes array. | |
| custom_attributes | No | Updated custom attributes. | |
| __userContext | No | Internal user context for multi-tenant authentication and approval workflow |