Skip to main content

ProductTypeReorderAttributes Object

Reorder the attributes of a product type.

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

Fields

productType ● ProductType

Product type from which attributes are reordered.

errors ● [ProductError!]!

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

productTypeReorderAttributes mutation