Skip to content

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

Powered by VitePress OpenAPI
EventConditionReference
WarehouseListCreatedEventOn successEvents reference — populated in Phase 2 Plan 08

Released under the Apache 2.0 License.