Update_product_detail
Update product details including name, brand, category, description, images, licenses, and variant options by providing the product ID.
Instructions
An API for product detail updating. For product Categories ID variable please find more information on Development guideline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product id | |
| brand | No | Product brand | |
| categoryId | No | Product category id | |
| code | No | Product code | |
| description | No | Product description with HTML formatting support | |
| imageUrls | No | Product image urls | |
| licenses | No | The list of licenses for your product. | |
| name | No | Product name | |
| variantOptions | No | Product variant options |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Product brand | |
| category | No | Category Object | |
| code | No | Product code | |
| description | No | Product description with HTML formatting support | |
| giftGroups | No | Gift Groups of product | |
| giftOption | No | Product Gift Option | |
| hasOnlyDefaultVariant | No | If product doesn't have any variant will be returned 'true' | |
| id | No | Identifying number of product | |
| imageUrls | No | Product image urls | |
| instantDiscount | No | If product doesn't have instant discount will be returned '0' otherwise returned with number | |
| isDisplay | No | If product is displaying on storefront will be returned 'true' | |
| licenses | No | The list of licenses for your product | |
| name | No | Product name | |
| variantOptions | No | Product options such as size or color | |
| variants | No | Product variants |