GraphQL OBJECT

UpdateRecommendationPayload

Payload for recommendation update. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.

link Definition

  • type UpdateRecommendationPayload {
  • # The updated recommendation.
  • updatedRecommendation: Recommendation
  • }

link Required by