# RefundShippingInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields for the shipping cost to refund. ### Access Scopes ## Fields * [fullRefund](/docs/api/admin-graphql/unstable/scalars/Boolean): Boolean - Whether to refund the full shipping amount. * [shippingRefundAmount](/docs/api/admin-graphql/unstable/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/unstable/arguments/Return) * [ReturnRefundInput](/docs/api/admin-graphql/unstable/input-objects/ReturnRefundInput) ## Examples