Skip to main content
Stock Movements record every change to inventory items such as when an order is received and allocated to a warehouse or a shipment is picked from the shelf.

Methods


Entity Properties


stock_movement.list

stock_movement.list (null|object $filters, null|object $options) Retrieve list of stock movements.

Parameters

filters
object | null
Filters to apply to the request. Allowed properties for filtering: “id”, “entity_type”, “entity_action”, “entity_id”, “product_id”, “sku”, “created_at”, “warehouse_id”, “location”, “adjustment_reason_code”
options
object | null
Options to apply to the request.

Return Value

An array of Stock Movements or an empty array.

Example Request

Get all stock movements:
Request
Get all stock movements for warehouse “2”:
Request

Example Response

Response

Error Codes

Entity Properties

Stock Movement Properties