This function sets an attribute for a cPanel Market provider's product.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ set_market_product_attribute \ provider='cPStore' \ product_id='12345' \ attribute='price' \ value='6.00'
{- "metadata": {
- "command": "set_market_product_attribute",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}