交货国家-DeliveryCountry 对象
用于定义区域的国家/地区。
在本页面
字段
- code(
[DeliveryCountryCodeOrRestOfWorld!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountrycodeorrestofworld)
)
该国家/地区的ISO 3166-1 alpha-2国家/地区代码和标志,表示世界其他地区。 - id(
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
全局唯一标识符。 - name(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
国家的名字。 - provinces(
[[DeliveryProvince!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprovince)
)
与该国家/地区关联的地区。 - translatedName(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
国家名称,根据用户区域设置进行翻译。
返回DeliveryCountry的类型
[DeliveryCountryAndZone.country](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountryandzone#country-2021-01)
[DeliveryZone.countries](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryzone#countries-2021-01)
派生关系
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)