Methods
Entity Properties
stock_movement.list
stock_movement.list (null|object $filters, null|object $options)
Retrieve list of stock movements.
Parameters
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”
Return Value
An array of Stock Movements or an empty array.Example Request
Get all stock movements:Request
Request
Example Response
Response
Error Codes
code | message |
---|---|
101 | Invalid filters given. Details in error message. |