AddressAutocompleteContainerSuggestionsContext reference
AddressAutocompleteContainerSuggestionsContext
record provides information needed to retrieve address suggestions from the container. Some services can return suggestions with the type 'Container'. Such suggestions contain a list of nested address suggestions. It is available as a parameter in
RetrieveContainerSuggestionsAsync
method of address autocomplete extension.
Properties
ContainerId
The container suggestion identifier.
LanguageId
The current webstore language LCID. For example the value of 1033 is the ID of the 'English - United States' language and of the same culture.
UserKey
The key that uniquely identifies current user. In case of an authenticated user, the value represents the shop account identifier. In case of an anonymous user, the value represents the login session identifier.