warehouse
query
Get warehouse by ID
Retrieves the full details of a single warehouse, including its name, address, and configuration.
query {
warehouse(companyId: Int!, warehouseId: Int!): Warehouse!
}Returns: Warehouse!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
warehouseId | Int! |