Methods
Entity Properties
stock_movement.list
stock_movement.list (null|object $filters, null|object $options)
Retrieve list of stock movements.
Parameters
object | null
Filters to apply to the request. Allowed properties for filtering: “id”, “entity_type”, “entity_action”, “entity_id”, “sku”, “created_at”, “warehouse_id”, “location”, “adjustment_reason_code”, “hold_reason_code”.
hold_reason_code filters by the rolled-up parent reason code on movements attributed to a governing hold and accepts the standard filter operators. Movements without a governing hold have a null hold reason, so a null condition also matches those movements. This field is filter-only and cannot be used as a sort_field.Return Value
An array of Stock Movements or an empty array.Example Request
Get all stock movements:Request
Request
Example Response
Response