When retrieving Locations form the API, getting legacy:false value

when looking through the api reference(https://shopify.dev/api/admin-rest/2022-07/resources/location#resource-object) I see the property “legacy” which, according to the docs, is the property to signal if the location has a fulfilment center. I have a store with a location which has a fulfilment center set, but I am getting the legacy:false value from the API.

anyone knows what I need to do on the store settings to change this prop to true?

Hey @matanc ,

The “legacy” field indicates wether the location is a FulfillmentService, as in a third party warehouse created through the API, with it’s own location, rather than a store location that also fulfils orders.

Cheers,