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
New ranking boost level
NO_BOOST
BOOST
SUPER_BOOST
Rank updated successfully
success
"success"
"product rank updated"