# ShippingRefund - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/Money): Money! - The monetary value of the shipping fees to be refunded. * [amountSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The monetary value of the shipping fees to be refunded in shop and presentment currencies. * [maximumRefundable](/docs/api/admin-graphql/2024-10/scalars/Money): Money! - The maximum amount of shipping fees currently refundable. * [maximumRefundableSet](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The maximum amount of shipping fees currently refundable in shop and presentment currencies. * [tax](/docs/api/admin-graphql/2024-10/scalars/Money): Money! - The monetary value of the tax allocated to shipping fees to be refunded. * [taxSet](/docs/api/admin-graphql/2024-10/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