# Duty - admin - OBJECT Version: unstable ## Description The duty details for a line item. ### Access Scopes `read_orders` access scope. ## Fields * [countryCodeOfOrigin](/docs/api/admin/unstable/enums/CountryCode): CountryCode - The ISO 3166-1 alpha-2 country code of the country of origin used in calculating the duty. * [harmonizedSystemCode](/docs/api/admin/unstable/scalars/String): String - The harmonized system code of the item used in calculating the duty. * [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID. * [price](/docs/api/admin/unstable/objects/MoneyBag): MoneyBag! - The amount of the duty. * [taxLines](/docs/api/admin/unstable/objects/TaxLine): TaxLine! - A list of taxes charged on the duty. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples