Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

majorapi-python-sdk-0.1.0.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file majorapi-python-sdk-0.1.0.tar.gz.

File metadata

File hashes

Hashes for majorapi-python-sdk-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b4a506f553dbdaf2cc7af0262fb52666e92c876c3ba1b33f065591da82c0e6ea
MD5 ebe45e98931beb4341fe101d7b87f43c
BLAKE2b-256 8d06e253b721d39f848eeee1745e0e86adb5073006da503676b2f05cc0df914f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page