CollectionReorder
Reorders products within a specific collection based on the provided order of product IDs.
Input
| Name | Type | Description |
| CollectionID | String | The unique identifier of the collection whose product order is being updated. |
| ProductIDs | String | A comma-separated list of product IDs representing the products to be reordered within the collection. |
| NewPositions | String | A comma-separated list of the new display positions corresponding to the provided product IDs. |
| WaitJob | String | Specifies whether the stored procedure should wait until the reordering job is fully completed before returning a result.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the product reordering operation completed successfully. |
| Details | String | Additional information or diagnostic output about how the reordering operation was processed. |
| JobID | String | The unique identifier assigned to the background job handling the product reordering. |
| Status | String | The current status of the reordering job, such as pending, running, or completed. |