Skip to main content

productTypeReorderAttributes

Reorder the attributes of a product type.

productTypeReorderAttributes(
moves: [ReorderInput!]!
productTypeId: ID!
type: AttributeTypeEnum!
): 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 ● AttributeTypeEnum! non-null enum

The attribute type to reorder.

Type

ProductTypeReorderAttributes object

Reorder the attributes of a product type.

Was this page helpful?