getAccount( )


Retrieves an account using the loyalty account ID.

について 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() 関数である。

Note: Only visitors with Manage Loyalty permissions can retrieve a loyalty account.

Permissions
Read Loyalty
Manage Loyalty
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

ID of the account to retrieve.

リターン
Return Type:Promise<LoyaltyAccount>
役に立ちましたか?
はい
いいえ