GraphQL OBJECT
RecommendationPositionType
Position type for the recommendation. Determines where the recommendation displays in the checkout process.
link Definition
- type RecommendationPositionType {
- # Position type ID.
- : RecommendationPositionTypeEnum
- # Position type name.
- : String
- # Parent position type.
- : RecommendationPositionType
- # List of child position types.
- : [RecommendationPositionType]
- # Order number for sibling nodes.
- : Long!
- # Indicates whether the position type supports templates.
- : Boolean!
- }