GraphQL OBJECT
PriceConfigurationProductItem
link Definition
- type PriceConfigurationProductItem {
- # 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
- # Options to limit the discount and to specify a pricing model.
- : PriceSettingsInterface
- # The product for which the price configuration applies.
- : Product
- }