Update warehouse
update_warehouseUpdate warehouse details by sending only changed fields via JSON Merge Patch; set a field to null to remove it.
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. |