ProductVariantReorder
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
ProductVariantReorder.product ● Product object
ProductVariantReorder.productErrors ● [ProductError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductVariantReorder.errors ● [ProductError!]! non-null object
Returned by
productVariantReorder mutation
Was this page helpful?