# SuggestedRefund - admin - OBJECT
Version: 2024-10

## Description
Represents a refund suggested by Shopify based on the items being reimbursed. You can then use the suggested refund object to generate an actual refund.

### Access Scopes
`read_orders` access scope or `read_marketplace_orders` access scope.


## Fields
* [amount](/docs/api/admin/2024-10/scalars/Money): Money! - The total monetary value to be refunded.
* [amountSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The total monetary value to be refunded in shop and presentment currencies.
* [discountedSubtotalSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The sum of all the discounted prices of the line items being refunded.
* [maximumRefundable](/docs/api/admin/2024-10/scalars/Money): Money! - The total monetary value available to refund.
* [maximumRefundableSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The total monetary value available to refund in shop and presentment currencies.
* [refundDuties](/docs/api/admin/2024-10/objects/RefundDuty): RefundDuty! - A list of duties to be refunded from the order.
* [refundLineItems](/docs/api/admin/2024-10/objects/RefundLineItem): RefundLineItem! - A list of line items to be refunded, along with restock instructions.
* [shipping](/docs/api/admin/2024-10/objects/ShippingRefund): ShippingRefund! - The shipping costs to be refunded from the order.
* [subtotal](/docs/api/admin/2024-10/scalars/Money): Money! - The sum of all the prices of the line items being refunded.
* [subtotalSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The sum of all the prices of the line items being refunded in shop and presentment currencies.
* [suggestedTransactions](/docs/api/admin/2024-10/objects/SuggestedOrderTransaction): SuggestedOrderTransaction! - A list of suggested order transactions.
* [totalCartDiscountAmountSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The total cart discount amount that was applied to all line items in this refund.
* [totalDutiesSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The sum of all the duties being refunded from the order in shop and presentment currencies. The value must be positive.
* [totalTaxSet](/docs/api/admin/2024-10/objects/MoneyBag): MoneyBag! - The sum of the taxes being refunded from the order in shop and presentment currencies. The value must be positive.
* [totalTaxes](/docs/api/admin/2024-10/scalars/Money): Money! - The sum of the taxes being refunded from the order. The value must be positive.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples