完成订单目的地-FulfillmentOrderDestination 对象

表示完成后应将项目发送到的目的地。


在本页面


字段

  • 地址1([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地地址的第一行。
  • 地址2([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地地址的第二行。
  • 城市([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地城市。
  • 公司([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地公司。
  • countryCode([CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
    目的地的两个字母的国家/地区代码。
  • 电子邮件([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地客户的电子邮件。
  • 名字([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地客户的名字。
  • 编号([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • 姓氏([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    客户在目的地的姓氏。
  • 电话([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地客户的电话号码。
  • 省([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地的省。
  • 拉链([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    目的地的邮政编码。


返回FulfillmentOrderDestination的类型

  • [FulfillmentOrder.destination](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/fulfillmentorder#destination-2021-01)


派生关系

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)