Home > @infiniteobjects/shopify-data-manager > AdminTypes > Duty
The duty details for a line item.
Signature:
export interface Duty extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| countryCodeOfOrigin? | Maybe<CountryCode | `${CountryCode}`> | (Optional) The ISO 3166-1 alpha-2 country code of the country of origin used in calculating the duty. | |
| harmonizedSystemCode? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The harmonized system code of the item used in calculating the duty. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| price | MoneyBag | The amount of the duty. | |
| taxLines | Array<TaxLine> | A list of taxes charged on the duty. |