location
Stores details about business locations, including warehouses and offices.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique internal identifier for the location. | |
| defaultallocationpriority | Double | Default priority used for inventory allocation. | |
| externalid | String | External identifier used for integrations or external systems. | |
| fullname | String | Full name of the location. | |
| includeincontroltower | Boolean | Indicates whether the location is included in the control tower for monitoring. | |
| includeinsupplyplanning | Boolean | Specifies whether the location is considered in supply planning. | |
| isinactive | Boolean | Indicates whether the location is inactive. | |
| lastmodifieddate | Datetime | Timestamp indicating when the location record was last modified. | |
| latitude | Double | Geographical latitude of the location. | |
| locationtype | Integer | Type of location (such as warehouse, store, distribution center). | |
| longitude | Double | Geographical longitude of the location. | |
| mainaddress | String | Primary address associated with the location. | |
| makeinventoryavailable | Boolean | Indicates whether inventory at this location is available for orders. | |
| makeinventoryavailablestore | Boolean | Specifies whether inventory is available in the online store. | |
| name | String | Short name of the location. | |
| parent | Integer | Identifier for the parent location, if applicable. | |
| returnaddress | String | Address used for product returns. | |
| sopredconfidence | Double | Predicted confidence level of sales order fulfillment risk. | |
| sopredicteddays | Integer | Estimated number of days a sales order is predicted to be late or early. | |
| subsidiary | String | Subsidiary associated with this location. | |
| topredconfidence | Double | Predicted confidence level of transfer order fulfillment risk. | |
| topredicteddays | Integer | Estimated number of days a transfer order is predicted to be late or early. | |
| tranprefix | String | Prefix used for document numbers generated at this location. | |
| usebins | Boolean | Indicates whether bin management is enabled for this location. |