Skip to main content

crossupsellUpdate

Apply a partial update to a cross- or up-sell relationship.

Only the fields supplied in the input are modified; omitted fields are left untouched.

Possible errors:

  • CROSS_UPSELL_NOT_FOUND: The supplied identifier did not match any cross-upsell relationship.
  • SCHEMA_VALIDATION: One or more input fields failed validation.

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

crossupsellUpdate(
id: String!
input: CrossupsellUpdateInput!
): Crossupsell!

Arguments

crossupsellUpdate.id ● String! non-null scalar

Global identifier of the cross-upsell relationship to update.

crossupsellUpdate.input ● CrossupsellUpdateInput! non-null input

Fields to update on the cross-upsell relationship. Omitted fields keep their current value.

Type

Crossupsell object

Cross-upsell relationship supporting mixed product/cluster relationships