# Nr1CatalogApp.LocationAttributesData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**aisle** | **String** | The aisle the item is located on. | [optional] 
**shelf** | **String** | The shelf the item is located on. | [optional] 
**locationType** | **String** | ENUM that indicates the type of location data described | [optional] 
**section** | **String** | the section item is located on. | [optional] 
**position** | **String** | The position of the item. | [optional] 
**longitude** | **Number** | The longitude of the item. | [optional] 
**latitude** | **Number** | The latitude of the item. | [optional] 


<a name="LocationTypeEnum"></a>
## Enum: LocationTypeEnum


* `STORE` (value: `"STORE"`)

* `WAREHOUSE` (value: `"WAREHOUSE"`)




