stockMovementManualExitCreate
mutation
Create manual stock exit
Records a manual stock exit movement for a product, decreasing available inventory in the specified warehouse.
mutation {
stockMovementManualExitCreate(companyId: Int!, data: StockMovementManualInsert!): StockMovement!
}Returns: StockMovement!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | StockMovementManualInsert! |