Update order of categories

PUT https://app.ecwid.com/api/v3/{storeId}/categories/sort?parentCategory={categoryId}

Required access scopes

Your app must have the following access scopes to make this request: read_catalog , update_catalog

Path params

All path params are required.

Param
Type
Description

storeId

number

Ecwid store ID.

Query params

Request supports only one required query param.

Param
Type
Description

parentCategory

number

Internal ID of the parent category. Use 0 value to sort categories inside the lop-level category named "Store front page". Required

Headers

The Authorization header is required.

Header
Format
Description

Authorization

Bearer secret_ab***cd

Access token of the application.

Request JSON

A JSON object with the following fields:

Field
Type
Description

sortedIds

array of numbers

List of categories inside their parent category order in the same way as they are listed in Ecwid admin and on the storefront.

Field
Type
Description

updateCount

number

The number of updated items that defines if the request was successful. One of: 1 if the item was updated, 0 if the item was not updated.

Last updated

Was this helpful?