Sign in

Update order of products

documented

Update the order of products within a category.

PUT /api/v3/{storeId}/products/sort?parentCategory={categoryId}Categoriesno implementation yet0 runs

Input

storeId*
Ecwid store ID
e.g. 123456
categoryId*
Parent category ID (parentCategory query parameter)
e.g. 0
sortedIds*
Array of product IDs in the desired order
[724894174, 692730761, 689454040]
Calls Ecwid as you (your API key is your account); keychains.dev holds the credentials.
Update order of products · Ecwid · OpenIntegrations