Market
Product Management
Update Market provider product
This function sets an attribute for a cPanel Market provider's product.
get/set_market_product_attribute
Query parameters
attributestring required
Example:price
The attribute of the cPanel Market provider's product.
Note
Attributes vary between cPanel Market providers and products.
product_idstring required
Example:12345
The cPanel Market provider product's name.
providerstring required
Example:cPStore
The cPanel Market provider's name.
valuestring required
Example:6.00
The value to set for the attribute.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "set_market_product_attribute",
"reason": "OK",
"result": 1,
"version": 1
}
}