I wanted to get location on shopify unfulfilled orders

Topic summary

  • Problem: The order REST API response does not include the location shown in the Shopify Admin for unfulfilled orders.

  • Context: An image was shared to illustrate the “location” displayed in the Admin UI for unfulfilled orders.

  • Proposed approach: Use the Admin REST FulfillmentOrder resource (API version 2021-10 link provided). The field to look for is “assigned_location_id”, which indicates the fulfillment location assigned to that fulfillment order.

  • Technical note: This data is not in the Order object’s response; it’s available via the FulfillmentOrder resource associated with the order.

  • Status: No confirmation that this solved the issue. Another participant asked if the data point was successfully obtained, suggesting the thread remains open/unresolved.

Summarized with AI on December 23. AI used: gpt-5.

Shopify provides a location on unfulfilled orders. But We can not able to get that location on REST api order response.

Here I have added image, How can we get that location on unfulfilled order response.

I think you will need to use the FulfillmentOrder resource

FulfillmentOrder

 "assigned_location_id": 3183479

@ekta_bhut Were you able to obtain this data point? I’m trying to find the same thing.