Has anybody successfully integrated a MySQL database to a Shopify Store and do bidirectional update?
I did a Replication of my Shopify Store with 4 demo products to a MySQL database. Then I modified some of the ProductVariants table data on the MySQL database and tried to synchronize it back to the Shopify Store. I cannot get pass the following failure message:
"Integration failed: Table 'ifc_replicate.products_tracking_store' doesn't exist."
Btw, there is not a table called "products_tracking_store" in either my MySQL or Shopify database.
Any idea what I am missing here?
Thank you!