Update products order in category

Update order of products inside a specific category. Use parentCategory=0 to work with products inside the "Store front page" category.

Access scopes

Requires the following access scope: update_catalog

Request

A JSON object with the following fields:

FieldTypeDescription
sortedIdsarray<number>An array of products in their consecutive order

Errors

In case of error, Ecwid responds with an error HTTP status code and, optionally, JSON-formatted body containing error description

HTTP codes

HTTP StatusMeaningCode (optional)
409Wrong params in the request
Language
Click Try It! to start a request and see the response here!