Refund
Requires access scope or
access scope.
The record of the line items and transactions that were refunded to a customer, along with restocking instructions for refunded line items.
Anchor to Fields and connectionsFields and connections
- Anchor to createdAtcreated•
At The date and time when the refund was created.
- Anchor to dutiesduties•
A list of the refunded duties as part of this refund.
- •ID!non-null
A globally-unique ID.
- Anchor to legacyResourceIdlegacy•
Resource Id UnsignedInt64! non-null The ID of the corresponding resource in the REST Admin API.
- Anchor to notenote•
The optional note associated with the refund.
- Anchor to orderorder•Order!non-null
The order associated with the refund.
- Anchor to orderAdjustmentsorder•
Adjustments OrderAdjustment non-nullConnection! The order adjustments that are attached with the refund.
- Anchor to refundLineItemsrefund•
Line Items RefundLine non-nullItem Connection! The
resources attached to the refund.
- Anchor to refundShippingLinesrefund•
Shipping Lines RefundShipping non-nullLine Connection! The
resources attached to the refund.
- Anchor to returnreturn•
The return associated with the refund.
- Anchor to staffMemberstaff•
Member The staff member who created the refund.
- Anchor to totalRefundedSettotal•
Refunded Set MoneyBag! non-null The total amount across all transactions for the refund, in shop and presentment currencies.
- Anchor to transactionstransactions•Order
Transaction non-nullConnection! The transactions associated with the refund.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the refund was updated.
- Anchor to totalRefundedtotal•
Refunded The total amount across all transactions for the refund. Use
instead.
Map
Fields and connections with this object
Refund Queries
Queried by
Anchor to MutationsMutations
- •mutation
Creates a refund.
- •mutation
Refunds a return when its status is
or
and associates it with the related return request.