GraphQL OBJECT
ProductList
Product list for which the notification applies.
link Definition
- type ProductList {
- # Client who offers the product list.
- Client :
- # Date and time when the product list was created.
- DateTime! :
- # User who created the product list.
- UserAccount! :
- # Unique ID of the product list.
- Int! :
- # Internal name of the product list.
- String :
- # Products included in or excluded from the product list.
- Product]! : [
- # Date and time when the last edit occurred.
- DateTime! :
- # User who last modified the product list.
- UserAccount! :
- # Whether price configurations were added to the promotion using an include or
- # exclude list.
- ListType :
- # List of notifications in which the product list is used.
- Notification] : [
- # List of partner groups in which the product list is used.
- PartnerGroup] : [
- # List of price configuration in which the product list is used.
- PriceConfiguration] : [
- # List of productSubscriptionSettings in which the product list is used.
- ProductSubscriptionSettings] : [
- # List of packageDiscounts in which the product list is used.
- PackageDiscount] : [
- }
link Required by
- CreateProductListPayloadPayload for created product list. A product list is a list of products you select and categorize for a particular purpose, such as product type.
- NotificationClient notifications.
- PackageDiscountDefinitionDefinition for package discount.
- PartnerGroupPartner group in which the product list is used.
- PriceConfigurationItemnull
- PriceConfigurationProductListItemnull
- ProductItem or service offered for sale.
- ProductSubscriptionSettingsSettings for subscription products.
- querynull
- UpdateProductListPayloadPayload for product list update. A product list is a list of products you select and categorize for a particular purpose, such as product type.