Location details page overview and configuration
Author:
Fluent Commerce
Changed on:
12 Feb 2024
Overview
A Location represents a physical place, whether a retail store, a warehouse, or even third-party vendor facilities. A Location page displays the list of existing locations, while a Location Details page displays detailed information about the particular location.
Key points
- Locations page
- Location Details page
Locations page
Location page displays the list of existing locations.
Layout

The Mystique SDK filter component should be used to search for and view location details. The Filter component should perform the search based on the following filtering criteria:
- Location Ref
- Location Name
- Created On
- Updated On
The Locations table provides information on various columns, which include:
- Location Ref: The unique reference of the location.
- Location Name: Name of the location.
- City: City.
- State: State.
- Status: Status of the location. Possible values: Active, Inactive.
- Type: Location type. Possible values: Store, Warehouse.
Location
`Ref`
`Ref`
Location Details page
The Location Details page displays detailed information about the particular location.
Layout

Breadcrumbs
- Back to Locations: Link navigating back to the Locations page.
Details card

Details card contains the following information:
- Location Ref: The location reference.
- Name: Name of the location.
- Phone: The location contact number.
- Address: The location's address, including city, country, postcode, state, and street.
- Latitude: Location latitude.
- Longitude: Location longitude.
- Timezone: Time Zone associated with the location.
Map

The map component displays the location by putting the pinpoint according to the location's latitude and longitude.
Features card

Features card contains the following information:
- Type: Location type.
- Status: Location status.
- Pick & Pack Time Limit: Time limit for pick and pack.
Opening Hours card

Opening Hours card contains the following information:
- Open 24 hours?: Possible values: true and false.
- The list of days of the week with the set time range.
Networks table

Network table displays information in the following columns:
- ID: The unique network identifier assigned by Fluent Commerce.
- Ref: The unique reference of the network.
- Type: The type of network.
- Status: Status of network.
`ID`
Storage Area table

Storage Area table displays information in the following columns:
- Name: The name of the Storage Area.
- ID: The unique identifier of the Storage Area.
- Status: Status of Storage Area.
- Type: Type of Storage Area.
`Name`
Learn more about how to Configure OMS.