ADO.NET Provider for Shopify

Build 26.0.9655

CollectionReorder

Reorders products within a collection to control storefront merchandising.

Input

Name Type Required Description
CollectionID String True The identifier of the collection where products are reordered.
ProductIDs String True A comma-separated list of product identifiers in the collection to be reordered.
NewPositions String True A comma-separated list of new position values for the specified products.
WaitJob String False 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655