CollectionReorder
Reorders products within a collection to control storefront merchandising.
Input
| Name | Type | Description |
| CollectionID | String | The identifier of the collection where products are reordered. |
| ProductIDs | String | A comma-separated list of product identifiers in the collection to be reordered. |
| NewPositions | String | A comma-separated list of new position values for the specified products. |
| WaitJob | String | Indicates whether the stored procedure should wait until the reorder job is complete before returning a result.
The default value is true. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the request completed successfully. |
| Details | String | Additional information or error details about the request outcome. |
| JobID | String | The identifier of the reorder job that was created. |
| Status | String | The current status of the reorder job, such as queued, running, or completed. |