get https://eu-ext.linnworks.net/api/Orders/CustomerLookUp
Get a list of possible addresses based on a search
Rate limit: 150 / minute
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
Get a list of possible addresses based on a search
Rate limit: 150 / minute
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Orders/CustomerLookUp \
--header 'accept: application/json'
xxxxxxxxxx
17[
{
"EmailAddress": "string",
"Address1": "string",
"Address2": "string",
"Address3": "string",
"Town": "string",
"Region": "string",
"PostCode": "string",
"Country": "string",
"Continent": "string",
"FullName": "string",
"Company": "string",
"PhoneNumber": "string",
"CountryId": "00000000-0000-0000-0000-000000000000"
}
]