Issue in creating new Destination by Notifications API #541
mtkumar82
started this conversation in
Help Request
Replies: 2 comments 1 reply
-
@staabm , @sergoslav , @norberttech , @raing3 , Anybody here, Can you please check my issue and help me to resolve it? Thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello @norberttech , Thanks for your message, I am not looking for hire, I just need to know if I am making any mistake in my code. I had already integrated the code with all required setup. But SQS aceess API giving me that error, May be any kind of permissions required at App settings or something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using your extension in laravel project to integrate Amazon SP API, Its working for products, Feeds API correctly, But when I am trying it for Notifications API to create Destinations for my store, Its giving below error.
[403] Error connecting to the API (https://sellingpartnerapi-eu.amazon.com/notifications/v1/destinations)
I had setup the SQS queue in my amazon account as per the API documentation below. But its not working for me, Can you please help me what wrong I am doing there, I also sending my code here to review.
$createDestinationRequest = new CreateDestinationRequest(); $destinationResourceSpecification = new DestinationResourceSpecification(); $SqsResource = new SqsResource(); $SqsResource->setArn('MyQUEUEARNNUMBERHERE');
/*
Step 1. Grant Selling Partner API permission to write to your SQS queue
To receive notifications you must grant Selling Partner API permission to write to your SQS queue.
*/
Beta Was this translation helpful? Give feedback.
All reactions