Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Which api can get HS (Harmonized System) code of product, or order?

Which api can get HS (Harmonized System) code of product, or order?

Cindy27
Shopify Partner
1 0 0

Customs information

Customs authorities use this information to calculate duties when shipping internationally. Shown on printed customs forms.

 

Country/Region of origin

 

HS (Harmonized System) code

Replies 2 (2)

Jason
Shopify Partner
11207 226 2317

Search the docs for "harmonized" and you'll find the relevant docs for both REST and GraphQL.
If it helps for narrow down results for product you'll be looking for inventory item endpoints.

★ I jump on these forums in my free time to help and share some insights. Not looking to be hired, and not looking for work. http://freakdesign.com.au ★

MaksimCPB
Shopify Partner
4 0 0

GraphQL 

{
  productVariant(id: "") {
    harmonizedSystemCode
  }
}