get https://eu-ext.linnworks.net/api/Locations/GetLocation
Use this call to retrieve a location and basic information about it from your Linnworks account.
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to retrieve a location and basic information about it from your Linnworks account.
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Locations/GetLocation \
--header 'accept: application/json'
xxxxxxxxxx
17{
"StockLocationId": "00000000-0000-0000-0000-000000000000",
"LocationName": "string",
"Address1": "string",
"Address2": "string",
"City": "string",
"County": "string",
"Country": "string",
"ZipCode": "string",
"IsNotTrackable": true,
"LocationTag": "string",
"IsFulfillmentCenter": true,
"CountInOrderUntilAcknowledgement": true,
"FulfilmentCenterDeductStockWhenProcessed": true,
"IsWarehouseManaged": true,
"StockLocationIntId": 0
}