General
Server Side SDKs
Core API
- Companies
- Invite Links
- Sync
- Passthrough
- Real Time
- Webhooks
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
- Payments
- Ecommerce
- CRM
Update an Item
Update an item.
The Items Data Model is designed to simplify the management and retrieval of item-related information across various accounting platforms.
Authorizations
Body
The ID of the company in the accounting platform
The data of the items endpoint
The platform ID of the item
Reference code of the item
Description of the 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
Name of the item
Quantity on hand
Status of the item. Values are ACTIVE, ARCHIVED, UNKNOWN
ACTIVE
, ARCHIVED
, UNKNOWN
Type of the item. Values are INVENTORY, NON_INVENTORY, SERVICE, UNKNOWN
INVENTORY
, NON_INVENTORY
, SERVICE
, UNKNOWN
The date the item was last updated
Run the request asynchronously
Response
List of items
An unique custom RootFi ID made from platform's unique_id.
The ID of the company in the accounting platform
The date at which RootFi first synced this data
The unique ID we assign for that data's information
The latest date at which RootFi updated this data
Reference code of the item
The hash of the data
Description of the 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
Name of the item
The ID of the data in the accounting platform.
Quantity on hand
A JSON containing fields that you can directly get from the accounting platform.
The date at which the data was deleted in the accounting platform
Status of the item. Values are ACTIVE, ARCHIVED, UNKNOWN
ACTIVE
, ARCHIVED
, UNKNOWN
Type of the item. Values are INVENTORY, NON_INVENTORY, SERVICE, UNKNOWN
INVENTORY
, NON_INVENTORY
, SERVICE
, UNKNOWN
The date the item was last updated
The sync id of the request