GraphQL OBJECT

DeleteRecommendationPayload

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

link Definition

  • type DeleteRecommendationPayload {
  • # ID of the deleted recommendation.
  • deletedRecommendationId: Int
  • }

link Required by