PriceElementType

(ENUM)

list of order element types

link GraphQL Schema definition

  • enum PriceElementType {
  • # shipping fee
  • # The 'value' field holds Pick-up location ID.
  • shipping
  • # payment fee
  • payment
  • # gift certificate
  • gift
  • # custom price element, may be positive (custom surcharge) or negative (ad-hoc
  • # discount)
  • custom
  • # rounding quantification - system calculated
  • autoround
  • # customer partner card (e.g. ISIC, SPHERE)
  • #
  • # The 'value' field holds vendor specific card number
  • partner_card
  • # applied percent discount
  • # The 'price' field holds negative amount (discount sum).
  • # The 'value' field holds percentage of applied discount.
  • percent_discount
  • # applied discount
  • # The 'price' field holds negative amount (discount).
  • # the 'value' field holds positive amount (absolute value) of a discount.
  • discount
  • }