Good afternoon everyone! I’m trying to find a way to add items to my Shopify store that my friend sells on his woocomerce store. I need the items to be purchased on my store so an app Viral sweeps can track entries ($1 spent = X ammount of entries) and I need it to notify my friend through his store that he has an order he needs to ship out.
all I see is I for on doing a full migration from woocomerce to Shopify or the opposite. Any ideas ?
If email is suitable setup a custom fulfillment email
https://help.shopify.com/en/manual/shipping/fulfillment-services/custom
To figure platform communication out: whatever is done on shopify doesn’t matter if the target store doesn’t have a defined way to receive information from outside sources.
Identify the nexus problem first.
Quickest route for both platforms is using a automation service like make.com or zapier to bridge the gap.
If the woocommerce store has an api , or webhooks, to create orders from external sources then the shopify-flow send-http-request action might be useable. https://help.shopify.com/en/manual/shopify-flow/reference/actions/send-http-request
There are also scriptable apps like mechanic to send more involved api requests but the receive.
Otherwise you need to find a specialist connector service|plugin purpose meant for the two platforms, or build a custom app.