Get product order

Get order of products inside a specific category. Use parentCategory=0 to get products 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 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)
400Wrong request
500Cannot get product order because of an error on the server

Error response body (optional)

FieldTypeDescription
errorMessagestringError message
Language
Authorization
Query