ShippingRefund object
Represents the shipping costs refunded on the Refund.
Required access
read_orders
access scope.
On this page
Fields
- amountSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The monetary value of the shipping fees to be returned in shop and presentment currencies. - maximumRefundableSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The maximum amount of shipping fees currently refundable in shop and presentment currencies. - taxSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
The monetary value of the tax allocated to shipping fees to be returned in shop and presentment currencies.
Types that return ShippingRefund
[SuggestedRefund.shipping](https://shopify.dev/docs/admin-api/graphql/reference/orders/suggestedrefund#shipping-2021-01)
Deprecated fields
Show/Hide
- amount (
[Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)
) DEPRECATED
The monetary value of the shipping fees to be returned.
Deprecation warning
UseamountSet
instead - maximumRefundable (
[Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)
) DEPRECATED
The maximum amount of shipping fees currently refundable.
Deprecation warning
UsemaximumRefundableSet
instead - tax (
[Money!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#money-2021-01)
) DEPRECATED
The monetary value of the tax allocated to shipping fees to be returned.
Deprecation warning
UsetaxSet
instead