Skip to main content

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 miscellaneous

The list of attribute reordering operations.

productTypeReorderAttributes.productTypeId ● ID! non-null scalar miscellaneous

ID of a product type.

productTypeReorderAttributes.type ● ProductAttributeType! non-null enum products

The attribute type to reorder.

Type

ProductTypeReorderAttributes object products

Reorder the attributes of a product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.