big_water
big_water

Reputation: 3214

Intuit Quickbooks Integration with .NET Core

I've been doing some research on this subject and have not come up with much of a solution. Is there any known way to integrate Intuit Quickbooks with a .Net Core application? As of right now, the SDK does not support core.

The functionality I need is to be able to create invoices in Quickbooks (Desktop version) with data collected in my .Net Core application.

Is there some sort of API available that I can hit with simple http requests from my application?

Or is there a good way to create a .iif (Intuit Interchange Format) file from my application that can be imported as an invoice into Quickbooks. (This approach looks very complicated from what I've seen)

Any information on the subject is appreciated!

Upvotes: 4

Views: 1969

Answers (1)

MC9000
MC9000

Reputation: 2423

Old question, but still relevant. The quick answer is Intuit has no plans to support DotNetCore (including DotNet5,DotNet6 & DotNet7[still in beta]) for their desktop versions of Quickbooks. The plan is to support desktop versions only for a few more years, then it will be abandoned completely in favor of their Web/Cloud-only version. This is part of their SAAS goal. Fortunately, DotNet4.x is built into Windows 10 & 11, so you can go ahead and use it with no worries.

Upvotes: 0

Related Questions