Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrder > assignedLocation
AdminTypes.FulfillmentOrder.assignedLocation property
The fulfillment order’s assigned location. This is the location where the fulfillment is expected to happen.
The fulfillment order’s assigned location might change in the following cases:
- The fulfillment order has been entirely moved to a new location. For example, the [fulfillmentOrderMove]( https://shopify.dev/api/admin-graphql/latest/mutations/fulfillmentOrderMove ) mutation has been called, and you see the original fulfillment order in the [movedFulfillmentOrder]( https://shopify.dev/api/admin-graphql/latest/mutations/fulfillmentOrderMove#field-fulfillmentordermovepayload-movedfulfillmentorder ) field within the mutation’s response. - Work on the fulfillment order hasn’t yet begun, which means that the fulfillment order has the [OPEN](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-open), [SCHEDULED](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-scheduled), or [ON_HOLD](https://shopify.dev/api/admin-graphql/latest/enums/FulfillmentOrderStatus#value-onhold) status, and the shop’s location properties might be undergoing edits (for example, in the Shopify admin).
Signature:
assignedLocation: FulfillmentOrderAssignedLocation;