I am using Amazon advertising api version V2. According to the [https://advertising.amazon.com/API/docs/v2/reference/profiles], the get profile api gives account name. But I am not getting name in account details. Following is the response I am getting:
[
{
"profileId": "**********",
"countryCode": "US",
"currencyCode": "USD",
"dailyBudget": 2.0,
"timezone": "America/Los_Angeles",
"accountInfo": {
"marketplaceStringId": "*********",
"id": "***********",
"type": "seller"
}
}
]
How can I get account name from api ?
You will not get profile name from amazon api with list profiles or get profiles. It only gives brand name for Sponsored Brands.