Domanda

I was wondering around to find if its possible or not.
But,
I want to forward the feedbacks that i received on orders by our customers (buyers)
to my personal email account.
Actually,
When a buyers places a feedback to an orders, I just want that feedback to be forwarded to my personal email address.
I was looking at the amazon forum, but didn't get any response.
Also, I am trying to find the solution on google, but noting helped me.
Please help me and tell me if its possible or not.
Thanks,

È stato utile?

Soluzione

Assuming your using MWS (per your previous posts)

Forwarding the data to your personal email can be done, but probably not how you expect.

For the MWS API there is no facility to communicating to anyone outside of MWS. In order to take whatever information you want and forward it to the appropriate parties you will need to leverage whatever programming language you're using to send the email via code.

i.e for Java check out JavaMail, for C# look at this post and for php check out the mail API.

The key with working with MWS is knowing that the MWS API is specific to only MWS. Any additional functionality needs to be included by the implementer. So essentially it is up to you to parse the feedback report, extract the required data and email it to the interested parties.

Hope that helps.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top