🔒 List stock movements V3

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: stockMovement:read.

Paginated list of stock movements - the warehouse ledger. Every posting that changed the stock of a product on a storage location is recorded here, which makes this the source for movement analyses. Filter by product.id, storageLocation.id or warehouse.id to narrow it down to what you want to analyse, and by postedAt to restrict the period.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
filter
array of objects

The filter parameter is used to filter the results of the given endpoint.

Supported filter operators by key:

id: equals, notEquals, in, notIn

product.id: equals, notEquals, in, notIn

storageLocation.id: equals, notEquals, in, notIn

warehouse.id: equals, notEquals, in, notIn

project.id: equals, notEquals, in, notIn

direction: equals, notEquals, in, notIn

postedAt: equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals, isNull, isNotNull

reference: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

editor: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

causedBy.type: equals, notEquals, in, notIn

causedBy.id: equals, notEquals, in, notIn, contains, notContains, startsWith, endsWith

stockMovementType.id: equals, notEquals, in, notIn

createdAt: equals, notEquals, lessThan, lessThanOrEquals, greaterThan, greaterThanOrEquals, isNull, isNotNull

filter
sort
array

Sort via id, -id, postedAt, -postedAt, quantity, -quantity, createdAt and -createdAt. Default sort is -id

sort
integer

Number of items per page. Default: 15, Max: 100

integer

Page number.

Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json