位置地址-LocationAddress 对象

代表位置的地址。


在本页面


字段

  • address1[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    地址的第一行。
  • address2[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    地址的第二行。
  • city[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    所在城市。
  • country[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    所在国家/地区。
  • countryCode[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    位置的两个字母的国家/地区代码。
  • formatted[[String!]!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    位置地址的格式化版本。
  • latitude[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
    位置的纬度坐标。
  • longitude[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
    位置的经度坐标。
  • phone[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    位置的电话号码。
  • province[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    位置的省份。
  • provinceCode[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    地址区域的代码,例如省,州或地区。例如加拿大魁北克省的质量控制。
  • zip[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    位置的邮政编码。


返回LocationAddress的类型

  • [Location.address](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location#address-2021-01)