v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Locations
Get Location
Retrieves information on a specific shipping location set up on the system under your customer account. The information typically includes location, timezone, address, and so on.
get/v4/shippingLocations/{shippingLocationId}
Path parameters
shippingLocationIdstring required
A unique identifier assigned to the shipping location by the system (ShippingLocationId) or by you (alias). This ID is used to distinguish between different shipping locations within the system, facilitating, referencing and operations, such as updates, deletions, or specific queries related to that location.
Response
Returns the shipping location.
Example response
{
"LocationAlias": "Main Warehouse",
"Timezone": "Europe/London",
"LastUpdatedDateUtc": "2022-02-06T16:13:24.010Z",
"LastUpdatedBy": "User A",
"Address": {
"Line1": "Brown Cottage",
"Line2": "Brown Cottage",
"Town": "Christchurch",
"Postcode": "TW20 0HJ",
"County": "Surrey",
"CountryCode": "GB",
"What3Words": "brick.space.employ",
"ContactPhone": "07123887422"
}
}