POST
/
api
/
inventory-adjustments
/
quick

Headers

Authorization
string
required

Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.

Example:

"Bearer bc_1234567890abcdef"

organization-id
string
required

Required if Authorization is a JWT token. The organization ID to operate within.

Body

application/json
date
string<date-time>
required

Date of the inventory adjustment

type
enum<string>
required

Type of adjustment

Available options:
increment,
decrement
adjustmentAccountId
number
required

ID of the adjustment account

reason
string
required

Reason for the adjustment

description
string
required

Description of the adjustment

referenceNo
string
required

Reference number

itemId
number
required

ID of the item being adjusted

quantity
number
required

Quantity to adjust

cost
number
required

Cost of the item

publish
boolean
required

Whether to publish the adjustment immediately

warehouseId
number

ID of the warehouse (optional)

branchId
number

ID of the branch (optional)

Response

200

The inventory adjustment has been successfully created.