GraphQL OBJECT

PriceConfigurationList

link Definition

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