Skip to main content

ProductBulkMoveInput

Input for bulk moving products to categories.

Contains an array of product-category pairs for moving multiple products to their respective categories in a single operation.

input ProductBulkMoveInput {
products: [ProductMoveItem!]!
}

Fields

ProductBulkMoveInput.products ● [ProductMoveItem!]! non-null input

List of product move operations.

Array of product-category pairs specifying which products should be moved to which categories. Each item contains a productId and categoryId.

Member Of

productBulkMove mutation