v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Get Associated Location
Provides information for a specific shipping location linked to a InPost shipping account including location alias, timezone, address, when it was last updated, and by who.
get/v4/shippingAccounts/inpost/{shippingAccountId}/shippingLocations/{shippingLocationId}
Path parameters
shippingAccountIdstring required
Shipping Account Identifier <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you).
shippingLocationIdstring required
Shipping Location Identifier <br />SAPIENT Shipping Location Id (assigned by SAPIENT) or Alias (assigned by you).
Response
Returns the associated 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"
}
}