v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Get Associated Location
Retrieve detailed information about a specific shipping location that is associated with a Royal Mail shipping account.
get/v4/shippingAccounts/rm/{shippingAccountId}/shippingLocations/{shippingLocationId}
Path parameters
shippingAccountIdstring required
A unique identifier for the shipping account assigned by the system (ShippingAccountId) or by you (AccountAlias), allowing for efficient reference and management of individual accounts within the system.
shippingLocationIdstring required
A unique identifier for the shipping location assigned by the system or by you (alias), allowing users to reference and manage specific locations effectively.
Response
Returns the associated shipping location
Example response
{
"LocationAlias": "Main Warehouse",
"CarrierSpecifics": {
"ReceivingHubDescription": "002610",
"PostingLocationCode": "2345654321",
"ObaAccessCode": "123456",
"ReceivingHubCode": "002610"
},
"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"
}
}