I have two Stores on WooCommerce, Store A and Store B.
I want to fetch products and categories to store B from store A so that store B is a sub store of store A, I cannot use MultiSite because store B is on another hosting and It works independently.
I was thinking about creating a plugin that would fetch the data directly through the REST API, but it would take a long time to develop it.
I want to create something like WooCommerce DropShipping (wholesale) provider in store A and WooCommerce DropShipping in store B
Is there any plugin to do these operations or a better way to do that?
Thank you