Best way to pass over customer information + shipping label to supplier from Woocommerce?

Ahmed Al Banna

Regular Member
Joined
Apr 4, 2023
Messages
449
Reaction score
302
I have a new project where I plan to use Woocommerce. There is no way for me to do any direct integration with supplier. I will have to manually take customer information from each order, generate shipping label and pass it over to supplier.

Is there any way to automate this or is this only possible with manual work.
 
You said there is no way to do any direct integration with the supplier.
Have you researched any plugins? Maybe there are some plugins that can handle this functionality? I would suggest asking CHATGPT about this, explaining your problem, and asking for WP plugins that can do something that u described then head on to Festiger Vault and getting them plugins and trying/testing. That's my way of doing the WC website. If nothing works then yeah you would need to custom-code this functionality yourself.

This doesn't sound too complicated maybe the supplier has some endpoint API where you just submit this data. Then you can write a function and put it into functions.php
 
You said there is no way to do any direct integration with the supplier.
Have you researched any plugins? Maybe there are some plugins that can handle this functionality? I would suggest asking CHATGPT about this, explaining your problem, and asking for WP plugins that can do something that u described then head on to Festiger Vault and getting them plugins and trying/testing. That's my way of doing the WC website. If nothing works then yeah you would need to custom-code this functionality yourself.

This doesn't sound too complicated maybe the supplier has some endpoint API where you just submit this data. Then you can write a function and put it into functions.php
As I said there is no way to do any kind of integration with supplier. Very basic supplier with limited computer skills. There is no API of any kind.

I am trying to get advice from humans before turning to machines.
 
write a hook, triggered when order status processing ( after paid ) to send the info to supplier. if they have no api, then you communicated with email?
 
Back
Top