POST

Suggest Establishments


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Business-name autocomplete: given the partial text a user is typing, returns Google Places establishment predictions (existing businesses by name — never regions or street addresses). Used to search for/prefill a business the merchant wants to claim.

Backed by the Google Places Autocomplete web service, authenticated with a Maps Platform API key (the placesApiKey secret) — it needs no Google OAuth connection and no stored location, so it is a stateless read like SuggestRegions. Queries shorter than 3 characters return an empty list rather than an error. Unlike SuggestRegions, country_code is optional: business names are searched globally, not restricted to one country.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage SEO Settings
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/gbp/v1/establishments/suggest

Errors
500Internal

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?