|
Http Verb |
GET |
|---|---|
|
Url |
/inventory/warehouses/r1/transactions |
|
Permissions required |
|
|
Personally Identifiable Information (PII) |
No |
|
Sensitive Information |
No |
|
Last Modified Version |
r1 |
|
Released since |
2026 W2 (FSM 23.0) |
|
Deprecated since |
|
|
Removed since |
|
|
Tech Tags |
PAGINATION ORDERING-SERVER-SIDE |
Business Logic
This API returns a list of warehouse transaction filtered by input criteria.
Query String Parameters
Filter ℹ️
|
Field |
Validations |
Note |
|---|---|---|
|
id |
|
The collection of ids |
|
typeId |
|
The collection of types |
|
warehouseId |
|
The collection of warehouses |
|
materialId |
|
The collection of materials |
|
stockTypeId |
|
The collection of stock types |
|
measureUnitId |
|
The collection of measure units |
|
operationItemId |
|
The collection of operation items |
|
quantity |
|
The quantity |
|
referenceDate |
|
The reference date |
|
stockUpdated |
|
If stock is updated |
Order ℹ️
Default Order
Default.
Possible order values
all response payload fieldsPage.
Page ℹ️
Default.
Fields ℹ️
Default.
Language ℹ️
Default.
Header Parameters
Default.
Response documentation
Response payload fields
|
Field |
Note |
|---|---|
|
id |
The is |
|
type |
The type |
|
warehouse |
The warehouse |
|
material |
The material |
|
stockType |
The stock type |
|
measureUnit |
The measure unit |
|
operationItem |
The operation item |
|
quantity |
The quantity |
|
referenceDate |
The reference date |
|
stockUpdated |
If stock is updated |
Response error codes