Google Place APIs
To integrate Sana Commerce Cloud with the Google Place services, the following Google Place APIs are used.

The Google address autocomplete app has undergone an API update:
-
Version 1.1.0: Uses the older Google Places API: Place Autocomplete and Place Details.
-
Version 1.2.0 and higher: Leverages the updated Google Places API (New): Autocomplete (New) and Place Details (New).
If you are updating the app from version 1.1.0 to version 1.2.0 or later, you will need to migrate to Google Places API (New). Follow these steps to complete the migration:
-
Enable Places API (New) in your Google Cloud project.
-
Make sure that your API key used by the app can work with Places API (New).
-
Check that the app functions correctly with the new API.
For more information, see Enable Places API (New) on the official Google Maps Platform documentation.
Place Autocomplete (New)
The Place Autocomplete (New) service is part of the Places API. Sana Commerce Cloud uses the Place Autocomplete (New) service to provide autocomplete functionality for text-based geographic searches by returning addresses that users type.
For more information, see Autocomplete (New) on the official Google Maps Platform documentation.
Place Details (New)
The Place Details (New) service is used to request more details about a particular address. When users click on a particular address suggestion, a Place Details (New) request returns more comprehensive information about the indicated place such as its complete address, house, flat, etc.
For more information, see Place Details (New) on the official Google Maps Platform documentation.
The Places API services return data in a requested language based on the language selected on the webstore. For more information, see Supported Languages on the official Google Maps Platform documentation.