Skip to main content

ProductVariantReorder Object

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

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

Fields

product ● Product

errors ● [ProductError!]!

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

productVariantReorder mutation