# Duty - admin-graphql - OBJECT Version: 2024-10 ## Description The duty details for a line item. ### Access Scopes `read_orders` access scope. ## Fields * [countryCodeOfOrigin](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/String): String - The harmonized system code of the item used in calculating the duty. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyBag): MoneyBag! - The amount of the duty. * [taxLines](/docs/api/admin-graphql/2024-10/objects/TaxLine): TaxLine! - A list of taxes charged on the duty. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples