Skip to main content
Version: 3.x

ProductVariantReorder

Reorder the variants of a product. Mutation updates updated_at on product and triggers PRODUCT_UPDATED webhook.

Requires MANAGE_PRODUCTSpermission.
type ProductVariantReorder {
product: Product
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

ProductVariantReorder.product ● Product object

ProductVariantReorder.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductVariantReorder.errors ● [ProductError!]! non-null object

Returned by

productVariantReorder mutation


Was this page helpful?