Skip to main content
Anchor to RefundLineItemRestockType

RefundLineItemRestockType

enum

The type of restock performed for a particular refund line item.

The refund line item was canceled. Use this when restocking unfulfilled line items.

Deprecated. The refund line item was restocked, without specifically beingidentified as a return or cancelation. This value is not accepted when creating new refunds.

Refund line item was not restocked.

The refund line item was returned. Use this when restocking line items that were fulfilled.


Was this section helpful?

•OBJECT

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.

•INPUT OBJECT

The input fields required to reimburse line items on a refund.


Was this section helpful?