curl --location --request GET 'https://demo.myshopify.com//admin/api//fulfillment_orders//locations_for_move.json'
{
"locations_for_move": [
{
"location": {
"id": 1072404544,
"name": "Alpha Location"
},
"message": "Current location.",
"movable": false
},
{
"location": {
"id": 1072404545,
"name": "Bravo Location"
},
"message": "No items are stocked at this location.",
"movable": false
}
]
}