Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
It would be better if anyone can share the experience on working with Amazon SP-API connecting to Redshift with talend. We have one use case to get our sales data from SP-API and load to redshift daily basis.
your inputs would be more helpful.
Thanks .
Sreejith
Hello,
Are you referring to Amazon selling partner API?
With the target output, you are able to write your data into Redshift Via tRedShiftOutput component in talend.
Best regards
Sabrina
I'm also facing the issue, please help me to resolve this issue.
Hello Sabrina,
Thanks for your reply.
Yes you are right I am referring to amazon selling partner API.
My primary question is, can we connect to the seller API through tRest_Client component , since I am yet to get the SP API details and in the learning phase to understand about the API
Thanks,
Sreejith
Hello,
Talend tRest_Client can connect Rest API. It interacts with RESTful Web service providers by sending HTTP and HTTPS requests using CXF (JAX-RS) getting the corresponding responses.
Could you please give us any specification about amazon selling partner API?
Best regards
Sabrina
Hi Sabrina,
There are a lot of APIs documentation mentioned in the following link.
https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference
The challenging part is I am still not aware of generating a bearer token to authenticate the SP-API with tRest_Client component or may be which authentication can be used to pull the json data from the API.
Thanks.
Sreejith
Hi Sabrina,
Do you have any insight about this .
Thanks,
Sreejith
H,
Have you already got a solution to connect Amazon SPI and get data . If , could you share the idea then.
Thanks,
Hello,
Here is the related topic about using OAuth authentication for the API to get the data.
https://community.talend.com/s/question/0D55b00007stcLPCAY/talend-development
Best regards
Sabrina
Thanks Sabrina for referring to this again , now I can generate the access token . The next I have to access the API end point using this access token generated , may be I have to so this based on the API specification doc, however , if you know how to make a call to amazon Brand Analytics API then it would to better to share as well.