GraphQL ENUM
RecommendationDisplayOptionEnum
link Definition
- enum RecommendationDisplayOptionEnum {
- # Unknown display option.
- # Recommendation only displays when the parameter name is included in the URL.
- # Recommendation always displays in the cart when the original product is added. A
- # parameter name is not needed or used.
- # Recommendation displays either when no parameter name is defined or when a
- # parameter name is specifically defined.
- }