cURL
curl --request PUT \ --url https://api.joinrefine.io/organizations/{orgId}/catalogs/{catalogId}/products/{productId}/rank \ --header 'Content-Type: application/json' \ --header 'REFINE_API_KEY: <api-key>' \ --data '{ "rank": "NO_BOOST" }'
{ "status": "success", "message": "product rank updated" }
Update the ranking boost of a product
API key for authentication
Organization ID (UUID)
Catalog ID (UUID)
Product ID
Rank updated successfully
The response is of type object.
object