Skip to main content
PUT
Update Product Rank

Authorizations

REFINE_API_KEY
string
header
required

API key for authentication

Path Parameters

orgId
string<uuid>
required

Organization ID (UUID)

catalogId
string<uuid>
required

Catalog ID (UUID)

productId
string
required

Product ID

Body

application/json
rank
enum<string>
required

New ranking boost level

Available options:
NO_BOOST,
BOOST,
SUPER_BOOST

Response

Rank updated successfully

status
enum<string>
Available options:
success
Example:

"success"

message
string
Example:

"product rank updated"