--- title: RefundDutyInput - GraphQL Admin description: The input fields required to reimburse duties on a refund. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundDutyInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundDutyInput.txt --- # Refund​Duty​Input input\_object The input fields required to reimburse duties on a refund. ## Fields * duty​Id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null The ID of the duty in the refund. * refund​Type [Refund​Duty​Refund​Type](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/RefundDutyRefundType) The type of refund for this duty. *** ## Input objects using this input * [Refund​Input.​refund​Duties](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundInput#field-refundDuties) INPUT OBJECT The input fields to create a refund. * [Return​Refund​Input.​refund​Duties](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput#field-refundDuties) INPUT OBJECT The input fields to refund a return. *** ## Map ### Input objects using this input * [Refund​Input.refundDuties](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/RefundInput#field-refundDuties) * [Return​Refund​Input.refundDuties](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput#field-refundDuties)