Retrieves an account using the loyalty account ID.
The getAccount()
function returns a Promise that resolves to the specified loyalty account when it is retrieved.
You can also get an account using a secondary ID, such as a contact ID or a member ID with the getAccountBySecondaryId()
function.
Note: Only visitors with Manage Loyalty permissions can retrieve a loyalty account.
This function requires elevated permissions and runs only on the backend and on dashboard pages.
ID of the account to retrieve.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.