Przejdź do głównej zawartości

CartRecommendations

Recommendations based on cart contents

type CartRecommendations {
frequentlyBoughtTogether: [ProductRecommendation!]!
youMayAlsoLike: [ProductRecommendation!]!
}

Fields

CartRecommendations.frequentlyBoughtTogether ● [ProductRecommendation!]! non-null object

Products frequently bought together with cart items

CartRecommendations.youMayAlsoLike ● [ProductRecommendation!]! non-null object

Products to consider adding

Member Of

Cart object