GraphQL INPUT_OBJECT

PriceConfigurationProductItemInput

link Definition

  • input PriceConfigurationProductItemInput {
  • # 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: PriceSettingsInput
  • # Unique ID of the product for which the price configuration applies.
  • productId: Int
  • }