GraphQL INPUT_OBJECT
PriceConfigurationListInput
link Definition
- input PriceConfigurationListInput {
- # Code of price configuration list type.
- ListTypeEnum! :
- # List of price configuration item IDs.
- Int]! : [
- }
link Required by
- CreatePromotionInputInput for created promotion. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- CreateRecommendationInputInput for created recommendation. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.
- UpdatePromotionInputInput for promotion update. A promotion is a price discount, such as a specified percentage or amount of money off of the regular product price.
- UpdateRecommendationInputInput for recommendation update. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.