Skip to main content
PUT
/
commerce
/
rules
/
purchaselimit
/
{code}
/
rank
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Represents a request to update the rank of a SafetyStock, PurchaseLimit and Return Rule.

code
string | null

Gets or sets the code of the rule to be updated. It can be SafetyStock Code , PurchaseLimit Code or Return Rule Code

oldRank
integer<int32>

Gets or sets the old rank of the rule.

newRank
integer<int32>

Gets or sets the new rank of the rule.

Response

200

Success