question

Andrea Piazza avatar image
Andrea Piazza asked

How to add scopes to my app?

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:

{ "response_type" : "device_code" ,
"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

"The request has an invalid parameter : scope"


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

scope.token
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mike@Amazon avatar image
Mike@Amazon answered

Hi Andrea,

Thank you for posting in the Amazon Developer forums.

For questions about Marketplace Web Services, please use the Amazon Services Seller Forums: https://sellercentral.amazon.com/forums/c/amazon-marketplace-web-service-mws/marketplace-web-service-amazon-mws-questions

You can also contact Amazon Selling Partner Support: https://sellercentral.amazon.com/gp/contact-us/contact-amazon-form.html

Thanks,
Mike

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.