Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Requires read_orders access scope or read_marketplace_orders access scope.

Returns a Refund resource by ID.

ID!required

The ID of the Refund to return.


Was this section helpful?

The record of the line items and transactions that were refunded to a customer, along with restocking instructions for refunded line items.

createdAt

The date and time when the refund was created.

duties

A list of the refunded duties as part of this refund.

id
non-null

A globally-unique ID.

legacyResourceId
non-null

The ID of the corresponding resource in the REST Admin API.

note

The optional note associated with the refund.

order
non-null

The order associated with the refund.

orderAdjustments
non-null

The order adjustments that are attached with the refund.

refundLineItems
non-null

The RefundLineItem resources attached to the refund.

refundShippingLines
non-null

The RefundShippingLine resources attached to the refund.

return

The return associated with the refund.

staffMember

The staff member who created the refund.

totalRefundedSet
non-null

The total amount across all transactions for the refund, in shop and presentment currencies.

transactions
non-null

The transactions associated with the refund.

updatedAt
non-null

The date and time when the refund was updated.

totalRefunded
non-null

The total amount across all transactions for the refund.


Was this section helpful?