Any python library for accessing quickbooks?

I want to integrate my mobile POS system with quickbooks. I need customers, sellers, inventory, and mail orders and invoices.

I was not able to find the python library for this. Is there any available?

+5
source share
1 answer

I think this may be useful to someone

First you need to automate POS

Python Orthosie Point System

Wxpos Python is a cross-platform selling point for software (unfortunately, it is now closed, but has read-only access, good for research purposes)

Secondly, you need to integrate the collected POS data with quick books

Python API Quickbooks

Python API Quickbooks. quickbooks-python.

0

All Articles