productBulkMove
Bulk move products to different categories.
Moves multiple products to their respective target categories in a single operation. The operation is processed in batches of 50 products for optimal performance. AUTH: Role=[product.OWNER,product.EDITOR]
productBulkMove(
input: ProductBulkMoveInput!
): ProductBulkMoveResponse!
Arguments
productBulkMove.input ● ProductBulkMoveInput! non-null input
Bulk move input containing product-category pairs.
Contains an array of products to move, where each item specifies a productId and the target categoryId.
Type
ProductBulkMoveResponse object
Response for bulk product move operations.
Provides detailed feedback on the bulk move operation including the count of successfully moved products and any errors encountered during processing.