Search domains for purchase
Last updated
Was this helpful?
Last updated
Was this helpful?
GET
https://app.ecwid.com/api/v3/{storeId}domains/search?keyword={keyword}
All path params are required.
storeId
number
Ecwid store ID.
Request works with one required query param.
keyword
boolean
Search term for the domain name. Required
The Authorization header is required.
Authorization
Bearer secret_ab***cd
Access token of the application.
keyword
string
Keyword used for the search request.
domains
Domains found by keyword.
name
string
Domain name, for example. "mysuperstore.info"
or "mysuperstore.com"
status
string
Status of domain. Possible values: "available"
if domain is available to buy, "taken"
otherwise
price
number
Domain price.
currency
string
Currency used to buy domain, e.g. "USD"
priceFormatted
string
Domain price in a string format, including price and currency, e.g. "$100.00"
object