Printago API
POST
/v1/sku-variants/props/reorder
Reorder a variant property
Request Body
- Reorder request with property ID and new order
ReorderSkuOptionPropertyRequest
newOrderrequired
number
propertyIdrequired
string
pattern: ^[a-z0-9]{24}$
Example Request
application/json
{
"propertyId": "string",
"newOrder": 1
}