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