GraphQL OBJECT
PriceConfigurationList
link Definition
- type PriceConfigurationList {
- # Whether price configurations were added to the promotion using an include or
- # exclude list.
- : ListType
- # Id of the price configuration list.
- : Int
- # Price configurations included in or excluded from the promotion.
- : [PriceConfiguration]
- # List of promotions in which the price configuration list is used.
- : [Promotion]
- # List of recommendations in which the price configuration list is used.
- : [Recommendation]
- }