Home > @infiniteobjects/shopify-data-manager > AdminTypes > SaleAdditionalFee
The additional fee details for a line item.
Signature:
export interface SaleAdditionalFee extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
name | Scalars[‘String’][‘output’] | The name of the additional fee. | |
price | MoneyBag | The price of the additional fee. | |
taxLines | Array<TaxLine> | A list of taxes charged on the additional fee. |