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 deprecated

Returned By

productVariantReorder mutation