stack

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

AdminTypes.AdditionalFee interface

The additional fees that have been applied to the order.

Signature:

export interface AdditionalFee extends Node 

Extends: Node

Properties

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.