Use this call to update a location's name and/or details
Name | Type | Description |
---|---|---|
location | StockLocation | Stock location information to update |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Locations/UpdateLocation
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
location={
"Address1": "sample string 1",
"Address2": "sample string 2",
"City": "sample string 3",
"County": "sample string 4",
"Country": "sample string 5",
"ZipCode": "sample string 6",
"IsNotTrackable": true,
"LocationTag": "sample string 8",
"CountInOrderUntilAcknowledgement": true,
"FulfilmentCenterDeductStockWhenProcessed": true,
"IsWarehouseManaged": true,
"StockLocationId": "cd13abda-98a0-43f4-b46c-014d0da22412",
"LocationName": "sample string 13",
"IsFulfillmentCenter": true,
"StockLocationIntId": 1
}
This is an example of the response JSON. Results will vary depending on your data.