GraphQL OBJECT
Recommendation
Product suggestion for customers during the checkout process.
link Definition
- type Recommendation {
- # Unique ID of the recommendation.
- Int! :
- # Date and time when the recommendation was created.
- DateTime :
- # User who created the recommendation.
- UserAccount! :
- # Date and time when the last edit occurred.
- DateTime :
- # User who last edited the recommendation.
- UserAccount! :
- # Name of the recommendation.
- String :
- # Indicates whether the recommendation is active.
- Boolean! :
- # First date and time in which the recommendation is valid.
- DateTime :
- # Last date and time in which the recommendation is valid.
- DateTime :
- # Controls whether or not the recommendation displays in the cart.
- RecommendationParameter :
- # Client who offers the recommended product for sale.
- Client :
- # Client who owns the recommended product.
- Client :
- # Controls how customers are given the choice of purchasing or not purchasing a
- # cross-sell or a sub-sell.
- RecommendationOptionType :
- # Determines where the recommendation displays in the checkout process.
- RecommendationPositionType :
- # Determines how the quantity of the recommendation is adjusted based on the
- # quantity of the original product it is being recommended with.
- RecommendationQuantityLimit :
- # Products that initiate the recommendation. When a customer adds the product to
- # the cart, the recommendation is triggered.
- Product] : [
- # Products that are recommended when the recommendation is triggered.
- RecommendedProduct] : [
- # Options to limit the discount and to specify a pricing model.
- PriceSettingsInterface :
- # Whether the recommendation is a cross-sell, sub-sell, or up-sell.
- RecommendationType :
- # List of price configurations that limit the recommendation.
- PriceConfigurationList :
- # Which template controls how the recommendation looks. The template is designed
- # by either cleverbridge or you.
- Template :
- # Indicates whether the recommendation is currently active and valid.
- Boolean :
- # How much revenue the recommendation has generated for the client.
- ClientSalesRevenueStatistics :
- # How many orders for the recommended product have been placed.
- OrderStatistics :
- # How many licenses for the recommended product the client has sold.
- LicenseStatistics :
- # Example URLs that let you preview the recommendation.
- SampleUrls :
- # Indicates if this recommendation is applied to the original products.
- Boolean :
- }
link Required by
- CreateRecommendationPayloadPayload for created recommendation. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.
- PriceConfigurationListnull
- ProductItem or service offered for sale.
- querynull
- UpdateRecommendationPayloadPayload for recommendation update. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.