Home > @infiniteobjects/shopify-data-manager > AdminTypes > Order > location
Warning: This API is now obsolete.
Use
physicalLocation
instead.
The fulfillment location that was assigned when the order was created. Orders can have multiple fulfillment orders. These fulfillment orders can each be assigned to a different location which is responsible for fulfilling a subset of the items in an order. The Order.location
field will only point to one of these locations. Use the [FulfillmentOrder
](https://shopify.dev/api/admin-graphql/latest/objects/fulfillmentorder) object for up-to-date fulfillment location information.
Signature:
location?: Maybe<Scalars['String']['output']>;