国家协调制度代码-CountryHarmonizedSystemCode mutation

保留国家/地区特定的协调系统代码和国家/地区ISO代码。

所需的访问

read_inventory 访问范围。


在本页面


参数

  • countryCode([CountryCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
    国家/地区ISO代码。
  • harmonizedSystemCode([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    国家特定的协调系统代码。


返回CountryHarmonizedSystemCode的类型

  • [InventoryItem.countryHarmonizedSystemCodes](https://shopify.dev/docs/admin-api/graphql/reference/inventory/inventoryitem#countryharmonizedsystemcodes-2021-01)

自动生成的类型,用于通过多个CountryHarmonizedSystemCodes分页。


在本页面


参数

  • edges([[CountryHarmonizedSystemCodeEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode)
    边列表。
  • pageInfo([PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo)
    有助于分页的信息。

一种自动生成的类型,在分页过程中包含一个CountryHarmonizedSystemCode和一个光标。


在本页面


参数

  • cursor([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    用于分页的光标。
  • node([CountryHarmonizedSystemCode!](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode)
    CountryHarmonizedSystemCodeEdge末尾的项目。


返回CountryHarmonizedSystemCodeEdge的类型

  • [CountryHarmonizedSystemCodeConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcode#edges-2021-01)