I'm trying to create a feedDocument but it seems like my token is invalid.
this is the body of my request to get the refresh token:
"client_id" : "amz*********************************************************d" ,
"scope" : "profile profile:user_id postal_code"
}
but i think i have to add the scope "sellingpartnerapi::feeds".
the problem is when i add that scope i have the error
So how can i do? i think maybe i should add that scope to my accepted scopes in the app? but i can't find where i can add scopes