Skip to main content
Version: 3.x

ProductTypeReorderAttributes

Reorder the attributes of a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductTypeReorderAttributes {
productType: ProductType
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
}

Fields

ProductTypeReorderAttributes.productType ● ProductType object

Product type from which attributes are reordered.

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

DEPRECATED

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

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

Returned by

productTypeReorderAttributes mutation


Was this page helpful?