Get all part stock changes by part number

Returns a paginated list of stock changes for a specific part type, identified by its part number. Stock changes track inventory movements such as additions, removals, and reservations.

Path Params
string
required

The part's number (must be URL encoded)

Query Params
number

Zero-based page index for pagination.

number

Maximum number of items to return per page (capped at 1000).

date-time

Filter by createdAt date FROM the provided value as an ISO UTC string. Inclusive.

date-time

Filter by createdAt date UNTIL the provided value as an ISO UTC string. Inclusive.

date-time

Filter by updatedAt date FROM the provided value as an ISO UTC string. Inclusive.

date-time

Filter by updatedAt date UNTIL the provided value as an ISO UTC string. Inclusive.

Responses

400

Missing or invalid required parameter/s

403

Forbidden

404

Not Found

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