Skip to main content

clusterCategoryMoveBelow

Reorder a cluster within its category so it appears immediately after another cluster.

Both relationships must belong to the same category. The full list of cluster relationships in that category after the move is returned so callers can update their UI in a single round trip.

Possible errors:

  • CATEGORY_ITEM_NOT_FOUND: One of the supplied relationship identifiers did not match any cluster-to-category relationship.

AUTH: Role=[product.OWNER,product.EDITOR]

clusterCategoryMoveBelow(
relationshipUuid: String!
targetRelationshipUuid: String!
): [BaseProductCategoryRelationship!]!

Arguments

clusterCategoryMoveBelow.relationshipUuid ● String! non-null scalar

Global identifier of the cluster-to-category relationship to move.

clusterCategoryMoveBelow.targetRelationshipUuid ● String! non-null scalar

Global identifier of the relationship the moved relationship should appear immediately after.

Type

BaseProductCategoryRelationship object