ProductRecommendation
A product that is being recommended for a requested reason.
type ProductRecommendation {
product: PublicProduct
productId: ID!
}
Fields
ProductRecommendation.product ● PublicProduct object
Get the product associated with the recommendation.
Requires the publicproduct/read scope.
ProductRecommendation.productId ● ID! non-null scalar
Returned by
recommendLikeRecentActivityProducts query ● recommendMoreLikeThisProducts query ● recommendRecentlyViewedProducts query