--- title: RefundDuty - GraphQL Admin description: Represents a refunded duty. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RefundDuty' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/RefundDuty.txt' --- # Refund​Duty object Requires `read_orders` access scope or `read_marketplace_orders` access scope. Represents a refunded duty. ## Fields * amount​Set [Money​Bag!](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/MoneyBag) non-null The amount of a refunded duty in shop and presentment currencies. * original​Duty [Duty](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Duty) The duty associated with this refunded duty. *** ## Map ### Fields with this object * {}[Refund.duties](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Refund#field-duties) * {}[SuggestedRefund.refundDuties](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/SuggestedRefund#field-refundDuties) * {}[SuggestedReturnRefund.refundDuties](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/SuggestedReturnRefund#field-refundDuties)