Skip to main content
Bigcapital Docs home page
Search...
⌘K
Support
Github
Github
Search...
Navigation
Inventory Adjustments
Create a quick inventory adjustment.
Guides
API Reference
Community
Blog
Get Started
Introduction
API Reference
Api keys
Items
Inventory Adjustments
POST
Create a quick inventory adjustment.
GET
Retrieves the inventory adjustment details.
DEL
Delete the given inventory adjustment.
GET
Retrieves the inventory adjustments.
PUT
Publish the given inventory adjustment.
Branches
Warehouses
Accounts
Inventory Cost
Sale Invoices
Pdf Templates
Tax Rates
Payments Received
Import
resources
Payment Links
stripe
Item Categories
Expenses
Warehouse Transfers
Customers
Vendors
Sale Estimates
Sale Receipts
Bills
Landed Cost
Manual Journals
Credit Notes
Credit Note Refunds
Credit Notes Apply Invoice
Vendor Credits
Vendor Credits Apply Bills
Bill Payments
Vendor Credits Refunds
Bank Accounts
Banking Plaid
banking-plaid
Banking Categorization
Banking Transactions
Banking Uncategorized Transactions
Banking Pending Transactions
Bank Rules
Banking Recognized Transactions
Banking Transactions Matching
Transactions Locking
Settings
Reports
Dashboard
Roles
Subscriptions
Organization
Payment Services
Attachments
Export
Views
Currencies
misc
Users
Contacts
Inventory Adjustments
Create a quick inventory adjustment.
POST
/
api
/
inventory-adjustments
/
quick
Try it
Headers
Authorization
string
required
Example:
organization-id
string
required
Body
application/json
date
string<date-time>
required
type
enum<string>
required
Available options:
increment
,
decrement
adjustmentAccountId
number
required
reason
string
required
description
string
required
referenceNo
string
required
itemId
number
required
quantity
number
required
cost
number
required
publish
boolean
required
warehouseId
number
branchId
number
Response
200
Deletes multiple items in bulk.
Retrieves the inventory adjustment details.
⌘I