API ReferenceStock
stock.updateStockSettings
Type: Mutation · Auth: Workspace-aware
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| productId | string.uuid | Yes | — | ID of the associated product |
| warehouseId | string.uuid | Yes | — | ID of the associated warehouse |
| reorderPoint | unknown | No | — | Reorder point |
| reorderQty | unknown | No | — | Reorder qty |
| maxStockLevel | unknown | No | — | Max stock level |
Example
{
"productId": "550e8400-e29b-41d4-a716-446655440000",
"warehouseId": "550e8400-e29b-41d4-a716-446655440000",
"reorderPoint": null,
"reorderQty": null,
"maxStockLevel": null
}