The MajorApi Python SDK
Project description
See the [MajorApi: QuickBooks REST API](https://majorapi.com/developers/quickbooks) for more information on how to use the MajorApi: QuickBooks REST API.
## Installation
`bash pip install majorapi-python-sdk `
## Quick Guide
Setup
`python from majorapi import MajorApiQuickbooks api = MajorApiQuickbooks('username', 'apikey') `
Customers
`python api.create_customer(customer) api.retrieve_customer(customer_name) `
Orders
`python api.create_invoice(order) api.create_sales_order(order) api.retrieve_invoice(ref_number) api.retrieve_sales_order(ref_number) `
Items
`python api.retrieve_item(item_name) `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file majorapi-python-sdk-0.1.0.tar.gz
.
File metadata
- Download URL: majorapi-python-sdk-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4a506f553dbdaf2cc7af0262fb52666e92c876c3ba1b33f065591da82c0e6ea |
|
MD5 | ebe45e98931beb4341fe101d7b87f43c |
|
BLAKE2b-256 | 8d06e253b721d39f848eeee1745e0e86adb5073006da503676b2f05cc0df914f |