General
Server Side SDKs
Core API
- Companies
- Invite Links
- Integrations
- Sync
- Jobs
- Passthrough
Unified API
- Accounting
- Accounts
- Bank Accounts
- Bank Transactions
- Bills
- Bill Payments
- Bill Credit Notes
- Contacts
- Company Info
- Currencies
- Documents
- Expenses
- Invoice Credit Notes
- Invoices
- Invoice Payments
- Items
- Journal Entries
- Purchase Orders
- Sales Orders
- Goods Receipt Notes
- Projects
- Tax Rates
- Tracking Categories
- Balance Sheet
- Cash Flow Statements
- Income Statements
Create Items
Add an item.
The Items Data Model is designed to simplify the management and retrieval of item-related information across various accounting platforms.
Authorizations
Body
Create items
Name of the item
Description of the item
Type of the item.
INVENTORY
, NON_INVENTORY
, SERVICE
, UNKNOWN
Reference code of the item
Quantity on hand
Item details of this item getting purchased
The ID of the account in the accounting platform
The unit price of the item
The raw data of the item
The description of the item
The ID of the tax in the accounting platform
Item details of this item getting sold
The ID of the account in the accounting platform
The unit price of the item
The raw data of the item
The description of the item
The ID of the tax in the accounting platform
A JSON containing fields that you can directly pass to the accounting platform.
Response
The status of the job.
SUCCESS
, FAILED
, CREATED
, RUNNING
The ID of the job.
The ID of the job.
The status of the job.
success
, failed
The ID that the accounting platform uses to identify this item
Check if there are details (bill_item) of this item getting purchased
Check if there are details (invoice_item) of this item getting sold
The date on which the information was updated on the accounting platform
Name of the item
Description of the item
Type of the item.
INVENTORY
, NON_INVENTORY
, SERVICE
, UNKNOWN
Reference code of the item
Quantity on hand
Item details of this item getting purchased
The ID of the account in the accounting platform
The unit price of the item
The raw data of the item
The description of the item
The ID of the tax in the accounting platform
Item details of this item getting sold
The ID of the account in the accounting platform
The unit price of the item
The raw data of the item
The description of the item
The ID of the tax in the accounting platform
Status of the item.
ACTIVE
, ARCHIVED
, UNKNOWN
The raw JSON response we get from the accounting platform for that data
The time at which the request was received by the server
The time at which the response was sent by the server
The unique ID of the request