# RefundShippingInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the shipping cost to refund. ### Access Scopes ## Fields * [fullRefund](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether to refund the full shipping amount. * [shippingRefundAmount](/docs/api/admin-graphql/2024-10/input-objects/MoneyInput): MoneyInput - The input fields required to refund shipping cost, in the presentment currency of the order. This overrides the `fullRefund` argument. This field defaults to 0.00 when not provided and when the `fullRefund` argument is false. ## Input objects with this input object * [Return](/docs/api/admin-graphql/2024-10/arguments/Return) * [ReturnRefundInput](/docs/api/admin-graphql/2024-10/input-objects/ReturnRefundInput) ## Examples