v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
Orders

CustomerLookUp

Get a list of possible addresses based on a search <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

get/api/Orders/CustomerLookUp

Query parameters

fieldstring

Field to search by

txtstring

Text to find

Response

OK

EmailAddressstring

Customer's email address.

Address1string

First line of customer address.

Address2string

Second line of customer address.

Address3string

Third line of customer address.

Townstring

Customer's town.

Regionstring

Customer's region.

PostCodestring

Customer's postcode.

Countrystring

Customer's country.

Continentstring

Customer's continent

FullNamestring

Customer's first and second name.

Companystring

Customer's company name.

PhoneNumberstring

Customer's telephone number.

CountryIdstring uuid

Example response

[
  {
    "CountryId": "00000000-0000-0000-0000-000000000000"
  }
]