Skip to main content

MoveProductInput Input Type

No description

input MoveProductInput {
productId: ID!
sortOrder: Int
}

Fields

productId ● ID!

The ID of the product to move.

sortOrder ● Int

The relative sorting position of the product (from -inf to +inf) starting from the first given product's actual position.1 moves the item one position forward, -1 moves the item one position backward, 0 leaves the item unchanged.

Member Of

collectionReorderProducts mutation