邮寄地址Input 输入对象

用于创建或更新邮件地址的字段。

输入栏

  • 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)
    城市,地区,村庄或城镇的名称。
  • company[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改为使用。
  • countryCode[CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
    地址国家/地区的两个字母的代码。
  • firstName[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    客户的名字。
  • id[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    不赞成使用此参数:90%的突变不需要此参数,并在需要时单独提供。
  • lastName[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    客户的姓氏。
  • phone[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    客户的唯一电话号码。
    使用E.164标准进行格式化。例如,+16135551111
  • province [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    地址的区域,例如省,州或地区。不建议使用此参数:provinceCode改为使用。
  • 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)
    地址的邮政编码。