Hi there,
can someone give me advice on what I am doing wrong?
I am trying to query a specific selling plan group it works perfectly, till I add these fragments for retrieving the pricing policies
pricingPolicies {
... on SellingPlanFixedPricingPolicy {
adjustmentType
adjustmentValue {
__typename
...on SellingPlanPricingPolicyPercentageValue {
percentage
}
...on MoneyV2 {
amount
}
}
}
This is the error I receive, ![]()
Missing field percentage in {
"__typename": "MoneyV2",
"amount": "15.0"
}