Home > @infiniteobjects/shopify-data-manager > AdminTypes > ExchangeV2Additions
New items associated to the exchange.
Signature:
export interface ExchangeV2Additions
Property | Modifiers | Type | Description |
---|---|---|---|
lineItems | Array<ExchangeV2LineItem> | The list of new items for the exchange. | |
subtotalPriceSet | MoneyBag | The subtotal of the items being added, including discounts. | |
taxLines | Array<TaxLine> | The summary of all taxes of the items being added. | |
totalPriceSet | MoneyBag | The total price of the items being added, including discounts and taxes. |