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.
- : DateTime
- # User who created the package discount definition.
- : UserAccountInformation
- # Date and time when the last edit occurred.
- : DateTime
- # User that last modified the package discount definition.
- : UserAccountInformation
- # The ID of product list for which the package discount definition applies.
- : Int
- # Minimum count of distinct item.
- : Int!
- # Options to configure the discount.
- : PriceSettingsInterface!
- }