Update product
You can update products using the SDK. Here is an example of how to update a product:
Parameters
Prop | Type | Default |
---|---|---|
id | string | - |
params | UpdateProductParams | - |
UpdateProductParams type
Prop | Type | Default |
---|---|---|
name | string | undefined | - |
description | string | undefined | - |
supportEmail | string | undefined | - |
portalShow | boolean | undefined | - |
portalAllowDeviceReset | boolean | undefined | - |
Returns
Here is an example of the updated product object: