| Field Name | Data Type | Descriptions | Nested Fields |
|---|---|---|---|
| _id | ObjectId | Unique Identifier for location record | 0 |
| location_id | string | Unique identifier for location | 0 |
| location_name | string | Name of location | 0 |
| type | string | Field for type | 0 |
| contact_info | object | Object containing contact info details | 3 |
| contact_info.address | object | Field for street | 5 |
| contact_info.address.street | string | Field for street | 0 |
| contact_info.address.city | string | Field for city | 0 |
| contact_info.address.state | string | Field for state | 0 |
| contact_info.address.zip_code | string | Field for zip code | 0 |
| contact_info.address.country | string | Field for country | 0 |
| contact_info.phone | string | Details of phone number | 0 |
| contact_info.email | string | Details of Email address | 0 |
| capacity | object | Object containing capacity details | 3 |
| capacity.total_space | integer | Field for total space | 0 |
| capacity.available_space | integer | Field for available space | 0 |
| capacity.unit | string | Field for unit | 0 |
| flags | object | Object containing flags details | 4 |
| flags.accepts_returns | boolean | Field for accepts returns | 0 |
| flags.accepts_exchanges | boolean | Field for accepts exchanges | 0 |
| flags.has_quality_control | boolean | Field for has quality control | 0 |
| flags.supports_express_shipping | boolean | Field for supports express shipping | 0 |
| is_active | boolean | Field for is active | 0 |
| created_at | datetime | Timestamp when the record was created | 0 |
| updated_at | datetime | Timestamp when the record was updated | 0 |
| is_deleted | boolean | Field for is deleted | 0 |
| contacts | object | Object containing contacts details | 2 |
| contacts.manager | object | Object containing manager details | 3 |
| contacts.manager.name | string | Name of manager | 0 |
| contacts.manager.email | string | Email address of manager | 0 |
| contacts.manager.phone | string | Phone number of manager | 0 |
| contacts.support | object | Object containing support details | 3 |
| contacts.support.name | string | Details of support name | 0 |
| contacts.support.email | string | Details of support email | 0 |
| contacts.support.phone | string | Details of support phone | 0 |
| intelligence | object | Object containing intelligence details | 5 |
| intelligence.can_accept_more_inventory | boolean | Field for can accept more inventory | 0 |
| intelligence.can_accept_returns | boolean | Field for can accept returns | 0 |
| intelligence.has_quality_control | boolean | Field for has quality control | 0 |
| intelligence.supports_express_shipping | boolean | Field for supports express shipping | 0 |
| intelligence.capacity_utilization | float | Field for capacity utilization | 0 |
| operating_hours | object | Object containing operating hours details | 7 |
| operating_hours.monday | object | Object containing monday details | 3 |
| operating_hours.monday.open | string | Field for open | 0 |
| operating_hours.monday.close | string | Field for close | 0 |
| operating_hours.monday.closed | boolean | Field for closed | 0 |
| operating_hours.tuesday | object | Object containing tuesday details | 3 |
| operating_hours.tuesday.open | string | Field for open | 0 |
| operating_hours.tuesday.close | string | Field for close | 0 |
| operating_hours.tuesday.closed | boolean | Field for closed | 0 |
| operating_hours.wednesday | object | Object containing Wednesday details | 3 |
| operating_hours.wednesday.open | string | Field for open | 0 |
| operating_hours.wednesday.close | string | Field for close | 0 |
| operating_hours.wednesday.closed | boolean | Field for closed | 0 |
| operating_hours.thursday | object | Object containing Thursday details | 3 |
| operating_hours.thursday.open | string | Field for open | 0 |
| operating_hours.thursday.close | string | Field for close | 0 |
| operating_hours.thursday.closed | boolean | Field for closed | 0 |
| operating_hours.friday | object | Object containing Friday details | 3 |
| operating_hours.friday.open | string | Field for open | 0 |
| operating_hours.friday.close | string | Field for close | 0 |
| operating_hours.friday.closed | boolean | Field for closed | 0 |
| operating_hours.saturday | object | Object containing Saturday details | 3 |
| operating_hours.saturday.open | string | Field for open | 0 |
| operating_hours.saturday.close | string | Field for close | 0 |
| operating_hours.saturday.closed | boolean | Field for closed | 0 |
| operating_hours.sunday | object | Object containing Sunday details | 3 |
| operating_hours.sunday.open | string | Field for open | 0 |
| operating_hours.sunday.close | string | Field for close | 0 |
| operating_hours.sunday.closed | boolean | Field for closed | 0 |
Example
Example