Retrieve the list of configured order locations.
None
{
"locations": [
{
"label": {
"en-US": "New York Office",
"de-DE": "Büro New York"
},
"value": "loc_123"
}
]
}
const result = await client.getOrderLocations({});
console.log(result.locations);