stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > Order > physicalLocation

AdminTypes.Order.physicalLocation property

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.physicalLocation 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:

physicalLocation?: Maybe<Location>;