v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Locations
Update Location
Modify the details of an existing shipping location, such as address, contact details, and any other relevant fields. <br /> <br />Note: All the required fields must be populated in the request, regardless of whether they need to be updated.
put/v4/shippingLocations/{shippingLocationId}
Path parameters
shippingLocationIdstring required
A unique identifier assigned to the shipping location by the system (shippingLocationId) or by you (LocationAlias). 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.
Request body
Example request
{
"LocationAlias": "Main Warehouse",
"Timezone": "Europe/London",
"Address": {
"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 updated successfully.