GraphQL INPUT_OBJECT
PriceConfigurationProductListItemInput
link Definition
- input PriceConfigurationProductListItemInput {
- # First date and time in which the price configuration is valid.
- : DateTime
- # Last date and time in which the price configuration is valid.
- : DateTime
- # Options to limit the discount and to specify a pricing model.
- : PriceSettingsInput
- # Unique ID of the product list for which the price configuration applies.
- : Int
- }