GraphQL INPUT_OBJECT
RecommendationQuantityLimitInput
link Definition
- input RecommendationQuantityLimitInput {
- #   Code of quantity limit type.
- : RecommendationQuantityLimitTypeEnum
- #   Quantity limit value.
- : Int
- }
link Required by
- CreateRecommendationInputInput for created recommendation. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.
- UpdateRecommendationInputInput for recommendation update. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.