Currently I am developing an app that uses Amazon's Advertising API. So far already done the required process. I can test the api using the sandbox. However, for getting real data, I cant get profileId as value for the Amazon-Advertising-API-Scope
parameters required by Amazon. Works fine with sand box because sandbox has api to create dummy profile. At first I thought the LWA( the Login with amazon button) will return the profile information but I was wrong. It only return profile:CustomerId, and primary email. I tried to use the customerId but it doesnt work.
My question is, what are the necessary steps to when I call the /profiles endpoint it will return the profiles ? My LWA works fine. But when I call the /profiles end point it return empty list.
Any ideas ?