Retrieve Seller Wallet account details
Get details and balances for an Amazon Seller Wallet account
Learn how to review Seller Wallet account details and balances on a Seller's account.
Prerequisites
To complete this tutorial, you must have:
- Authorization from the selling partner for whom you are making calls. Refer to the Authorizing Selling Partner API applications for more information.
- The Account Information Service Provider role assigned to your developer profile and selected in the App Registration page for your application.
Step 1. Retrieve a list of Seller Wallet accounts
Call the listAccounts
operation and locate the accountId
value of the account for which you want to retrieve details; you use this value in the next steps.
Step 2. Retrieve Seller Wallet account details
Call the getAccount
operation with the accountId
value that you retrieved in Step 1.
Step 3. Retrieve a Seller Wallet balance
Call the listAccountBalances
operation with the accountId
value you retrieved in Step 1.
Updated 11 days ago