Home > @infiniteobjects/shopify-data-manager > AdminTypes > AdditionalFee
The additional fees that have been applied to the order.
Signature:
export interface AdditionalFee 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. |