Get category order

Get order of categories inside a specific category. Use parentCategory=0 to get categories inside the "Store front page" category.

Headers

NameTypeDescription
AuthorizationstringoAuth token with mandatory Bearer before it. Example: Bearer e***s0, where e***s0 should be replaced with your oAuth token.

Response

A JSON object with the following fields:

Product

FieldTypeDescription
sortedIdsarray<number>An array of categories inside their parent category in the 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)
400Wrong request
500Cannot get category order because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Authorization
Query