addUpsellOfferToCart
Mutation which add upsell products to the cart Requirement: id: The cart id is required for updating a cart offerId: The offer id is required for adding UpsellOffer to the cart ProductId: The product id is required for adding UpsellOffer to the cart
addUpsellOfferToCart(
input: UpsellOfferInput!
): Cart!
Arguments
input ● UpsellOfferInput!
Type
Cart
Representation of a cart