ProductMoveItem
Input for a single product move operation.
Contains the product identifier and the target category for moving a product to a different category.
input ProductMoveItem {
productId: Int!
categoryId: Int!
}
Fields
ProductMoveItem.productId ● Int! non-null scalar
Product identifier to move.
Unique numeric identifier of the product that should be moved to a different category.
ProductMoveItem.categoryId ● Int! non-null scalar
Target category identifier.
ID of the category where the product should be moved to.
Member Of
ProductBulkMoveInput input