Skip to main content

productClusterMoveBelow

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

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

Possible errors:

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

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

productClusterMoveBelow(
relationshipUuid: String!
targetRelationshipUuid: String!
): [BaseProductClusterRelationship!]!

Arguments

productClusterMoveBelow.relationshipUuid ● String! non-null scalar

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

productClusterMoveBelow.targetRelationshipUuid ● String! non-null scalar

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

Type

BaseProductClusterRelationship object