Update warehouse
update_warehouseModify existing warehouse records by sending only fields to change; set null to remove a field. Slug stays fixed. Check get_operation_schema for the exact request format.
Instructions
Update an existing warehouse via JSON Merge Patch: send only the fields to change; setting a field to null removes it. The slug cannot be changed after creation. Call get_operation_schema("UpdateWarehouse") for the exact request shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Warehouse ID (UUID). | |
| warehouse | Yes | Merge-patch record matching the UpdateWarehouseRequest schema (see get_operation_schema("UpdateWarehouse")). Must not be empty. |