Skip to main content
Version: 3.x

productReorderAttributeValues

Reorder product attribute values.

Requires MANAGE_PRODUCTSpermission.
productReorderAttributeValues(
attributeId: ID!
moves: [ReorderInput!]!
productId: ID!
): ProductReorderAttributeValues

Arguments

productReorderAttributeValues.attributeId ● ID! non-null scalar

ID of an attribute.

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

The list of reordering operations for given attribute values.

productReorderAttributeValues.productId ● ID! non-null scalar

ID of a product.

Type

ProductReorderAttributeValues object

Reorder product attribute values.

Requires MANAGE_PRODUCTSpermission.

Was this page helpful?