Anchor to CalculatedReturnFeeCalculated
CalculatedReturnFee
interface
Requires access scope or
access scope. Also: The shop must have access to exchanges.
A calculated return fee.
Anchor to FieldsFields
- Anchor to amountSetamount•
Set MoneyBag! non-null The calculated amount of the return fee, in shop and presentment currencies.
- •ID!non-null
A globally-unique ID.
Was this section helpful?
{
"amountSet": "",
"id": ""
}
{
"amountSet": "",
"id": ""
}
interface CalculatedReturnFee {
amountSet: MoneyBag!
id: ID!
}