Skip to main content
Version: 3.x

productTypeReorderAttributes

Reorder the attributes of a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
productTypeReorderAttributes(
moves: [ReorderInput!]!
productTypeId: ID!
type: ProductAttributeType!
): ProductTypeReorderAttributes

Arguments

productTypeReorderAttributes.moves ● [ReorderInput!]! non-null input

The list of attribute reordering operations.

productTypeReorderAttributes.productTypeId ● ID! non-null scalar

ID of a product type.

productTypeReorderAttributes.type ● ProductAttributeType! non-null enum

The attribute type to reorder.

Type

ProductTypeReorderAttributes object

Reorder the attributes of a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?