CollectionReorder
Reorders a set of products within a specified collection.
Input
| Name | Type | Description |
| CollectionID | String | The ID of the collection on which to reorder products. |
| ProductIDs | String | A comma separated list of product IDs to be reordered. |
| NewPositions | String | A comma separated list of the new positions for the products. |
| WaitJob | String | The Store Procedure will wait until the Job is done.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| JobID | String | The Job Id. |
| Status | String | The status of the Job. |