WarehouseRead
object
Reads a Warehouse.
Returns a Warehouse with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
warehouseId | Int! | |
visible | Int | |
name | String! | |
isDefault | Boolean | |
number | String! | |
address | String | |
city | String | |
zipCode | String | |
phone | String | |
fax | String | |
contactName | String | |
contactEmail | String | |
countryId | Int | |
country | CountryRead | |
company | CompanyRead! | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |
hasStock | Boolean |