GraphQL OBJECT

PackageDiscountDefinitionSearchResultItem

The flat package discount definition as result of a search.

link Definition

  • type PackageDiscountDefinitionSearchResultItem {
  • # Date and time when the package discount deffinitiont created.
  • creationDate: DateTime
  • # User who created the package discount definition.
  • createdBy: UserAccountInformation
  • # Date and time when the last edit occurred.
  • lastModifyDate: DateTime
  • # User that last modified the package discount definition.
  • lastModifiedBy: UserAccountInformation
  • # The ID of product list for which the package discount definition applies.
  • productListId: Int
  • # Minimum count of distinct item.
  • minimumDistinctItemCount: Int!
  • # Options to configure the discount.
  • discount: PriceSettingsInterface!
  • }