Home > @infiniteobjects/shopify-data-manager > AdminTypes > ExchangeV2LineItem
Contains information about an item in the exchange.
Signature:
export interface ExchangeV2LineItem
Property | Modifiers | Type | Description |
---|---|---|---|
customAttributes | Array<Attribute> | A list of attributes that represent custom features or special requests. | |
discountedTotalSet | MoneyBag | The total line price, in shop and presentment currencies, after discounts are applied. | |
discountedUnitPriceSet | MoneyBag | The price, in shop and presentment currencies, of a single variant unit after line item discounts are applied. | |
fulfillmentService? | Maybe<FulfillmentService> | <p>(Optional) Name of the service provider who fulfilled the order.</p><p>Valid values are either **manual** or the name of the provider. For example, **amazon**, **shipwire**.</p><p>Deleted fulfillment services will return null.</p> | |
giftCard | Scalars[‘Boolean’][‘output’] | Indiciates if this line item is a gift card. | |
giftCards | Array<GiftCard> | The gift cards associated with the line item. | |
lineItem? | Maybe<LineItem> | (Optional) The line item associated with this object. | |
name | Scalars[‘String’][‘output’] | The name of the product. | |
originalTotalSet | MoneyBag | The total price, in shop and presentment currencies, before discounts are applied. | |
originalUnitPriceSet | MoneyBag | The price, in shop and presentment currencies, of a single variant unit before line item discounts are applied. | |
quantity | Scalars[‘Int’][‘output’] | The number of products that were purchased. | |
requiresShipping | Scalars[‘Boolean’][‘output’] | Whether physical shipping is required for the variant. | |
sku? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The SKU number of the product variant. | |
taxable | Scalars[‘Boolean’][‘output’] | Whether the variant is taxable. | |
taxLines | Array<TaxLine> | The TaxLine object connected to this line item. | |
title | Scalars[‘String’][‘output’] | The title of the product or variant. This field only applies to custom line items. | |
variant? | Maybe<ProductVariant> | (Optional) The product variant of the line item. | |
variantTitle? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the variant. | |
vendor? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the vendor who created the product variant. |