stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > RefundLineItem

AdminTypes.RefundLineItem interface

A line item that’s included in a refund.

Signature:

export interface RefundLineItem 

Properties

Property Modifiers Type Description
lineItem   LineItem The LineItem resource associated to the refunded line item.
location?   Maybe<Location> (Optional) The inventory restock location.
price   Scalars[‘Money’][‘output’] The price of a refunded line item.
priceSet   MoneyBag The price of a refunded line item in shop and presentment currencies.
quantity   Scalars[‘Int’][‘output’] The quantity of a refunded line item.
restocked   Scalars[‘Boolean’][‘output’] Whether the refunded line item was restocked. Not applicable in the context of a SuggestedRefund.
restockType   RefundLineItemRestockType | `${RefundLineItemRestockType}` The type of restock for the refunded line item.
subtotal   Scalars[‘Money’][‘output’] The subtotal price of a refunded line item.
subtotalSet   MoneyBag The subtotal price of a refunded line item in shop and presentment currencies.
totalTax   Scalars[‘Money’][‘output’] The total tax charged on a refunded line item.
totalTaxSet   MoneyBag The total tax charged on a refunded line item in shop and presentment currencies.