List Inventory by Item
Retrieve item-level inventory availability with filtering, paging, and optional MRP history. Set include_mrp_history to true or 1 to include monthly MRPHistory entries with sold, purchased, consumed, produced, and forecast quantities. mrp_history_months defaults to 12 and supports up to 36 months.
Item or SKU number used to search for the item.
Base part number used to identify a product family or variant group.
Xorosoft ERP item identifier used to retrieve item-specific records.
Product identifier.
Store or warehouse name.
Minimum on-hand quantity filter.
Maximum on-hand quantity filter.
Comma-separated tags used to filter matching records.
Brand name used to filter items or products.
Filters items whose item number contains this text.
Filters items whose item number does not contain this text.
Set to true or 1 to include monthly MRP history in each inventory row.
Number of months of MRP history to include. Defaults to 12 and cannot exceed 36.
12Page number for paginated responses.
Number of records to return per page.
100Page number for paginated responses.
13PL account identifier.
Request processed successfully.
Standard Xorosoft ERP API response envelope used by most endpoints.
True when the operation completed successfully.
Human-readable success or error message.
Current page number when paging is enabled.
Total page count when paging is enabled.
Invalid request, failed validation, or business rule error.
Missing or invalid private app credentials.
Private app does not have permission for this request.
GET /api/xerp/inventory/getinventorybyitemv2 HTTP/1.1
Host: res.xorosoft.io
Authorization: Basic username:password
Accept: */*
{
"Result": true,
"Message": "Request processed successfully",
"Data": {}
}Last updated
Was this helpful?