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 Expert
11157 221 2273

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
3 0 0

GraphQL 

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