FulfillmentOrderAssignedLocation object

Represents the assigned location of a fulfillment order, which is a snapshot of the location at which the fulfillment order was created. The assigned location is expected to perform fulfillment.

On this page

Fields

  • address1 ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The first line of the address for the location.
  • address2 ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The second line of the address for the location.
  • city ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The city of the location.
  • countryCode ([CountryCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    The two-letter country code of the location.
  • location ([Location](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/location))
    The location where the fulfillment order was created. This can differ from the FulfillmentOrderAssignedLocation if the location was updated since the fulfillment order was closed.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the location.
  • phone ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The phone number of the location.
  • province ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The province of the location.
  • zip ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The ZIP code of the location.

Types that return FulfillmentOrderAssignedLocation

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