Hi,
Also, if it requires an automatic data sending to Quickbooks, it means that upon order payment, the data of the order will be sent to QuickBooks.
Looking around online, I understand that it will require implementing the QuickBooks Online API.
And from what I can see, it would require first creating an invoice with the details of the order:
developer.intuit.com/app/developer/qbo/d...all-entities/invoice
And then creating a payment with that invoice in reference:
developer.intuit.com/app/developer/qbo/d...all-entities/payment
So first all this needs to be confirmed. And if that's the case, we also need to know what optional field would be needed as some of them are specific to the situation of the merchant. For example, the field TransactionLocationType of payments is necessary for French Merchants from but shouldn't be filled for others what I can see there.
And we would also need to know if other things would be necessary. For example, if the stock is managed via quickbooks, you also want the item to be updated :
developer.intuit.com/app/developer/qbo/d...ng/all-entities/item
Basically, the QuickBooks Online API as well as the capabilities of HikaShop allow for many things to be done. But we don't know what is really necessary and what could be not done or done later as we don't use QuickBooks ourselves.