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