# ShippingRefund - admin - OBJECT
Version: 2025-01

## Description
Represents the shipping costs refunded on the Refund.

### Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.


## Fields
* [amount](/docs/api/admin/2025-01/scalars/Money): Money! - The monetary value of the shipping fees to be refunded.
* [amountSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The monetary value of the shipping fees to be refunded in shop and presentment currencies.
* [maximumRefundable](/docs/api/admin/2025-01/scalars/Money): Money! - The maximum amount of shipping fees currently refundable.
* [maximumRefundableSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The maximum amount of shipping fees currently refundable in shop and presentment currencies.
* [tax](/docs/api/admin/2025-01/scalars/Money): Money! - The monetary value of the tax allocated to shipping fees to be refunded.
* [taxSet](/docs/api/admin/2025-01/objects/MoneyBag): MoneyBag! - The monetary value of the tax allocated to shipping fees to be refunded in shop and presentment currencies.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples