GraphQL OBJECT
PriceConfigurationProductListItem
link Definition
- type PriceConfigurationProductListItem {
- # 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 list for which the price configuration applies.
- ProductList :
- }