POST /movement-list
Create Movement List
POST
/movement-list
Create a movement list with its associated movements.
Dispatches a WarehouseListCreatedEvent which atomically inserts the
MovementList document and all its child movement edges. The payload must
contain movement data for all movements to include in the list.
Emits: WarehouseListCreatedEvent
Required scope: inventory:movement-list:create
Authorizations
OAuth2PasswordBearer
password Flow
Token URL
"/api/auth"Scopes:
"admin"User can access and edit users and system settings"library"User can access and edit products"production"User can access and edit production plans"operator"User can access the operator panel and make production declarations
Request Body
application/json
JSON "additionalProperties": "string"
{
}
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}
Samples
| Event | Condition | Reference |
|---|---|---|
WarehouseListCreatedEvent | On success | Events reference — populated in Phase 2 Plan 08 |