Update Marketplace Royalty Fee
The client might be want to change the royalty fee value of the marketplace items.
Update Marketplace Royalty Fee
PUT
{{server-url}}/marketplace-fees/royalty
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
PROJECT-ID*
String
UUID formatted projectId information
Request Body
Name
Type
Description
feePercentage*
Number
Represents new value of the royalty fee. The royalty fee calculated as percentage, so it must be between 0-100.
{
// Response
}
Example Response Body
{
"data": null,
"message": null,
"code": 0,
"error": false
}
Last updated