Connect ERPNext to Amazon Seller Services and UPS

Hello everyone,


we use ERPNext for tracking stock and for accounting and we need to link it to our Amazon Seller Services account so that an invoice is issued and sent automatically every time an order is placed. We master the ERPNext API fairly well, but we were wondering if anyone already took the time to link it with Amazon and could share with us some wisdom.

The same we need to do with UPS: we need to write some code to have a button on the delivery note DocType that prints a UPS shipping label.

Your input is very highly appreciated.

Best,

Amin von Fritzing



You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43a977ce-65ea-413b-a4f8-96745a0fa8c4%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Amin,

Does not seem anyone has given this a shot yet. I think this would require understanding the Amazon API, data models and writing a cron script to push data into Amazon?

Regarding shipping label, you can design a Print Format around that.

best,
Rushabh


T: @rushabh_mehta

On 01-Jul-2013, at 11:04 PM, Amin Zayani <za...@gmail.com> wrote:

Hello everyone,

we use ERPNext for tracking stock and for accounting and we need to link it to our Amazon Seller Services account so that an invoice is issued and sent automatically every time an order is placed. We master the ERPNext API fairly well, but we were wondering if anyone already took the time to link it with Amazon and could share with us some wisdom.

The same we need to do with UPS: we need to write some code to have a button on the delivery note DocType that prints a UPS shipping label.

Your input is very highly appreciated.

Best,

Amin von Fritzing



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to er…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43a977ce-65ea-413b-a4f8-96745a0fa8c4%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To post to this group, send email to er...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/3DA6DD16-2378-4168-A460-165D06D9BFF9%40erpnext.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 

Rushabh,


I want to  add Amazon Market Web Service API to ERPNext. Could you tell me which moudles and files should be modified? or give me some manual.
Here is the features I need:
  1. Get sales Order Information on Amazon, display them on ERPNext
  2. Track delivery from UPS, FedEx and display them on ERPNext
Thanks in advanced,
Tomas

On Wednesday, July 3, 2013 12:26:17 PM UTC+8, rushabh wrote:
Amin,

Does not seem anyone has given this a shot yet. I think this would require understanding the Amazon API, data models and writing a cron script to push data into Amazon?

Regarding shipping label, you can design a Print Format around that.

best,
Rushabh



T: @rushabh_mehta

On 01-Jul-2013, at 11:04 PM, Amin Zayani <za...@gmail.com> wrote:

Hello everyone,

we use ERPNext for tracking stock and for accounting and we need to link it to our Amazon Seller Services account so that an invoice is issued and sent automatically every time an order is placed. We master the ERPNext API fairly well, but we were wondering if anyone already took the time to link it with Amazon and could share with us some wisdom.

The same we need to do with UPS: we need to write some code to have a button on the delivery note DocType that prints a UPS shipping label.

Your input is very highly appreciated.

Best,

Amin von Fritzing



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43a977ce-65ea-413b-a4f8-96745a0fa8c4%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     
Tomas:

Rushabh,

I want to  add Amazon Market Web Service API to ERPNext. Could you tell me which moudles and files should be modified? or give me some manual.
Here is the features I need:
  1. Get sales Order Information on Amazon, display them on ERPNext
You need to push a Sales Order + Sales Invoice: you can do it via a web-service. Look at this help page:


Another option is to write a simple python script to add a new Sales Order + Sales Invoice. For this you will have to create a "bean" object with webnotes.bean method. For examples, you will have to look how we create Test Cases. Its quite neat actually:


  1. Track delivery from UPS, FedEx and display them on ERPNext
Easiest would be to create custom fields in Delivery Note and update them directly in the database via a cron. You will also need to create a "Delivery Note" for this (you can do it by earlier methods).

If you push some code on GitHub, I can guide you better - and if its good, will be happy to include this in the product!


Thanks in advanced,
Tomas

On Wednesday, July 3, 2013 12:26:17 PM UTC+8, rushabh wrote:
Amin,

Does not seem anyone has given this a shot yet. I think this would require understanding the Amazon API, data models and writing a cron script to push data into Amazon?

Regarding shipping label, you can design a Print Format around that.

best,
Rushabh


T: @rushabh_mehta

On 01-Jul-2013, at 11:04 PM, Amin Zayani <za...@gmail.com> wrote:

Hello everyone,

we use ERPNext for tracking stock and for accounting and we need to link it to our Amazon Seller Services account so that an invoice is issued and sent automatically every time an order is placed. We master the ERPNext API fairly well, but we were wondering if anyone already took the time to link it with Amazon and could share with us some wisdom.

The same we need to do with UPS: we need to write some code to have a button on the delivery note DocType that prints a UPS shipping label.

Your input is very highly appreciated.

Best,

Amin von Fritzing



You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

To post to this group, send email to erpnext-dev…@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/43a977ce-65ea-413b-a4f8-96745a0fa8c4%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

 

 





Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

Hi!
I have the same question, add ebay as well.
Tried to find the solution in a manual and following your links, without success,
how to do it for a newbie
br
Daniel

Hi Mer_itus do you still need to link Amazon to erpnext ? Cheers

Hi, for now not, actually I desperately look for the solution of adding vatid into sales invoice… :disappointed_relieved: