Skip to main content
object

Requires read_orders access scope or read_marketplace_orders access scope.

A Product or ProductVariant being refunded from an order. Each refund line item tracks the quantity, pricing, and restocking details for items returned to the merchant.

The refund line item links to the original LineItem from the Order and includes financial information such as the refunded price, subtotal, and taxes in both shop and presentment currencies. The restockType field indicates whether and how the merchant restocks the returned items to inventory, while the location field specifies where restocking occurs.

•ID

A globally-unique ID.

•LineItem!
non-null

The LineItem resource associated to the refunded line item.

•Location

The inventory restock location.

•MoneyBag!
non-null

The price of a refunded line item in shop and presentment currencies.

•Int!
non-null

The quantity of a refunded line item.

•Boolean!
non-null

Whether the refunded line item was restocked. Not applicable in the context of a SuggestedRefund.

•RefundLineItemRestockType!
non-null

The type of restock for the refunded line item.

•MoneyBag!
non-null

The subtotal price of a refunded line item in shop and presentment currencies.

•MoneyBag!
non-null

The total tax charged on a refunded line item in shop and presentment currencies.

Deprecated fields

•Money!
non-nullDeprecated
•Money!
non-nullDeprecated
•Money!
non-nullDeprecated

Was this section helpful?