v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Locations
Add Location
Create a new shipping location in the system by providing the location alias, timezone, and address details.
post/v4/shippingLocations
Request body
Example request
{
"LocationAlias": "Main Warehouse",
"Timezone": "Europe/London",
"Address": {
"AddressId": "John Brown Default",
"Line1": "Brown Cottage",
"Line2": "10 Sky Lane",
"Line3": "Hills End",
"Town": "Christchurch",
"Postcode": "TW20 0HJ",
"County": "Surrey",
"CountryCode": "GB",
"What3Words": "brick.space.employ",
"ContactPhone": "07123887422"
}
}Response
The shipping location was created successfully.