Skip to main content
Version: 3.x

ProductReorderAttributeValues

Reorder product attribute values.

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

Fields

ProductReorderAttributeValues.product ● Product object

Product from which attribute values are reordered.

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

DEPRECATED

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

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

Returned by

productReorderAttributeValues mutation


Was this page helpful?