Question

How to import orders from magento site to quickbooks desktop enterprise edition using web connector ?

there was example in the devkit/docs/example_web_connector_import.php for importing data from quickbooks to mysql db

but there is no example to import the orders, customers and products form magento site / mysql db to the qucikbooks using web connector

anyone guide me how import the orders, customers and products form magento site to the qucikbooks using web connector

Another question regarding enqueue() method.

If we queued a process that process won't run instantly right?

It will run only based on the time we set for the application in the web connector program like to run every 2 minutes is that right?

Was it helpful?

Solution

but there is no example to import the orders, customers and products form magento site / mysql db to the qucikbooks using web connector

Yes there is.

This example shows how to add customers and sales receipts to QuickBooks:

There's a more fleshed out example here:

If we queued a process that process won't run instantly right?

Correct. That's what a queue is - a list of things to do in the future.

It will run only based on the time we set for the application in the web connector program like to run every 2 minutes is that right?

Correct.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top