Skip to main content

List MO Inventory Movements

GET 

/api/manufacturing/manufacturing-orders/:id/inventory-movements

Paginated list of inventory movements created by this Manufacturing Order. Includes movements linked to the MO itself, to any of its component lines (consumption + scrap) and to any of its output lines (production output).

Required scope: manufacturing:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Query parameters:

  • per_page — items per page (default: 15)
  • filter[search] — search by product SKU or name

Request

Responses

OK

Response Headers
    Content-Type