General Information
...
Service | API | Method | Data Model | Workflow | Group |
---|---|---|---|---|---|
multitenant | /product | PUT | Products | N/A | Product |
Description
This API updates the name and description of the product record that has an id that matches the one sent in the query.Update product
Input
...
Type: application/json
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query | YES | String | N/A | The product id |
name | Body | YES | String | N/A | The product name |
description | Body | NO | String | N/A | The product description |
...