GraphQL OBJECT
RecommendationQuantityLimitType
Quantity limit type for the recommendation.
link Definition
- type RecommendationQuantityLimitType {
- # Code of the quantity limit type.
- : RecommendationQuantityLimitTypeEnum
- # Name of the quantity limit type.
- : String
- }