- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Inventory/Stock Information
- Read ProductsGET
- Read ProductGET
- Create ProductPOST
- Update ProductPUT
- Delete ProductDELETE
- Get Product MetaGET
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Adjust Inventory
POST
https://backend.test-hyegro.com/inventory/adjust/{product_id}
Request
Path Params
product_id
integer
Product Id
Query Params
schema
Schema
Any of
Body Params application/json
quantity_change
integer
Quantity Change
Example
{
"quantity_change": 0
}
Responses
🟢200OK
application/json
Body
No schema defined
Example
null
🟠422Parameter Error
Modified at 2025-04-15 14:01:55