GraphQL INPUT_OBJECT
PriceSettingsInput
link Definition
- input PriceSettingsInput {
- # Price type code. Determines the discount pricing method.
- : PriceTypeEnum
- # Set to true to show original and discounted price for fixed price discounts.
- : Boolean
- # Maximum number of billing intervals a discount can be applied to.
- : Int
- # Maximum number of units that can be discounted.
- : Int
- # Allows you to set a specific amount that will be subtracted from the price of
- # the product.
- : PriceAbsoluteInput
- # Allows you to set a specific percentage that will be subtracted from the price
- # of the product.
- : PricePercentageInput
- }
link Required by
- CreatePackageDiscountDefinitionInputInput for creation of package discount definition.
- CreateRecommendationInputInput for created recommendation. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.
- PriceConfigurationProductItemInputnull
- PriceConfigurationProductListItemInputnull
- UpdatePackageDiscountDefinitionInputInput for creation of package discount definition.
- UpdateRecommendationInputInput for recommendation update. A recommendation is a sales and marketing technique in which more products are recommended to customers during the checkout process.