GraphQL INPUT_OBJECT

PriceConfigurationProductListItemInput

link Definition

  • input PriceConfigurationProductListItemInput {
  • # 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 list for which the price configuration applies.
  • productListId: Int
  • }