crossupsell
Retrieve a single cross- or up-sell relationship by global identifier.
Returns the relationship along with the source and target records (products or clusters) it links.
Possible errors:
- CROSS_UPSELL_NOT_FOUND: The supplied identifier did not match any cross-upsell relationship.
AUTH: Role=[product.OWNER,product.EDITOR,product.VIEWER]
crossupsell(
id: String!
): Crossupsell!
Arguments
crossupsell.id ● String! non-null scalar
Global identifier of the cross-upsell relationship to retrieve.
Type
Crossupsell object
Cross-upsell relationship supporting mixed product/cluster relationships