ProductVariantReorder Object
Reorder the variants of a product. Mutation updates updated_at on product and triggers PRODUCT_UPDATED webhook.
type ProductVariantReorder {
product: Product
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}
Fields
product ● Product
errors ● [ProductError!]!
Show deprecated
Returned By
productVariantReorder mutation