GraphQL OBJECT
PriceConfigurationItem
link Definition
- type PriceConfigurationItem {
- # Running number of the item in the price configuration.
- : Int
- # First date and time in which the price configuration is valid.
- : DateTime
- # Last date and time in which the price configuration is valid.
- : DateTime
- # The product for which the price configuration applies.
- : Product
- # The product list for which the price configuration applies.
- : ProductList
- # Options to limit the discount and to specify a pricing model.
- : PriceSettingsInterface
- }