Refund object
Represents a refund of items or transactions in an order.
Required access
read_orders
access scope.
On this page
Connections
- refundLineItems (
[RefundLineItemConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundlineitem)
)
The RefundLineItem resources attached to the refund.
- transactions (
[OrderTransactionConnection!](https://shopify.dev/docs/admin-api/graphql/reference/orders/ordertransaction)
)
Transactions associated with the refund.
Fields
- createdAt (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
When the refund was created. - duties (
[[RefundDuty!]](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundduty)
)
A list of the order’s refunded duties. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - legacyResourceId (
[UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01)
)
The ID of the corresponding resource in the REST Admin API. - note (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
Note associated with the refund. - order (
[Order!](https://shopify.dev/docs/admin-api/graphql/reference/orders/order)
)
The order associated with the refund. - totalRefundedSet (
[MoneyBag!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneybag)
)
Total amount refunded across all the transactions for this refund in shop and presentment currencies. - updatedAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
When the refund was last updated.
Types that return Refund
[Order.refunds](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#refunds-2021-01)
[QueryRoot.refund](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#refund-2021-01)
Mutations for Refund
- refundCreate
Creates a refund.
Implements
[LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)
Deprecated fields
- totalRefunded (
[MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2)
) DEPRECATED
Total amount refunded across all the transactions for this refund.
Deprecation warning
UsetotalRefundedSet
instead