GraphQL OBJECT

PriceConfigurationItem

link Definition

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