GraphQL OBJECT

PriceConfigurationProductItem

link Definition

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