Warehouses page
Warehouses page displays the list of existing warehouses.
Layout
To search for and view warehouse details the Mystique SDK filter component should be used. The Filter component should perform the search based on the following filtering criterion:
- Location Ref
- Created On
- Updated On
Warehouses table displays information in the following columns:
- (Location) Ref: The unique reference of the location.
- (Location) Name: Name of the location.
- City: City.
- State: State.
- Country: Country.
- Status: Status of the location.
(Location)
is a link to go to
the Warehouse Details page. Clicking (Location)
opens
the Warehouse Details page.
Warehouse Details page
The Warehouse Details page displays detailed information about the particular warehouse.
Layout
The detail view consists of the following tabs:
- Details
- Attributes
- Schedule
- Waves
- Positions
Breadcrumbs
- Back to Warehouses : Link navigating back to the Warehouses page.
Details Tab
The details tab provides a detailed overview of the selected warehouse and is made up of:
- Summary card
- Address card
- Networks table
- Storage Area table
Summary card
Summary card contains the following information:
- ID: The unique location identifier assigned by Fluent Commerce.
- Ref: The location reference provided by the retailer.
- Name: Name of the location.
- Phone: The location contact number.
- Default Carrier: Carrier Reference.
- Type: Type of location.
- Status: Tracking ID. A unique identifier for the end user to link related Fulfilment options.
- Creation Date: Date and time when the location was created.
- Updated Date: Date and time when the location was last updated.
Address card
Address card contains the following information:
- Company Name: Retailer's business name.
- Address: The address of the location including city, country, postcode, state, street.
- Latitude: Location latitude.
- Longitude: Location longitude.
- Timezone: Timezone associated with the location.
Networks table
Networks 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.
is a link to go to the Network details page.
Storage Area table
Storage Area table displays information in the following columns:
- Name: The name of Storage Area.
- ID: The unique identifier of Storage Area.
- Status: Status of Storage Area.
- Type: Type of Storage Area.
is a link to go to the Storage Area details page.
Attributes tab
Attributes tab displays all attributes associated with the selected warehouse. The attributes tab consists of table Attributes with the following fields:
- Name: Displays the name of the attribute associated with the warehouse.
- Type: Displays the type of attribute associated with the warehouse.
- Value: Displays the value of the attribute.
Schedule tab
Schedule tab displays information of opening schedule of the selected warehouse. The Schedule tab consists of Opening Schedule card with the following:
- Opening 24 hours: Possible values are true or false.
- The list of days of the week with the set time range.
Waves tab
Waves table contains Waves table, displaying information in the following columns:
- ID: The unique identifier of Wave.
- Status: Status of the Wave.
- Fulfillment IDs: ID of associated fulfillment.
- Creation Date: Date and time when the wave was created.
is a link to go to the Wave details page.
Positions tab
Positions tab contains:
- Inventory Positions table
- Controls table
- Virtual Positions table
Inventory Positions table
Inventory Positions table displays information in the following columns:
- Ref: Inventory Position Ref. The unique reference of a particular inventory catalogue.
- Inventory Catalogue: The unique reference of a particular inventory catalogue.
- Product Ref: The unique reference of a stock keeping unit.
- Status: The status of a particular inventory position.
- On Hand: Date and time when the wave was created.
is a link to go to the Inventory Position details page.
Controls table
Controls table displays information in the following columns:
- Ref: The unique reference of a particular control.
- Control Group: The unique reference of a particular inventory catalogue.
- Type: The type of a particular control.
- Status: The status of a particular control.
- Control Value: The value of the control.
is a link to go to the details page of a particular control.
Virtual Positions table
Virtual Positions table displays information in the following columns:
- Ref: The unique reference of a particular virtual position.
- Virtual Catalogue: The unique reference of a particular virtual catalogue.
- Product Ref: The unique reference of a stock keeping unit.
- Status: The status of a particular virtual position.
- Quantity: The quantity of a particular virtual position (ATS – Available to Sell).
is a link to go to the Virtual Position details page.
Paging control
The paging control is placed at the bottom of the tables. It includes the following:
Label “Rows per page” and a dropdown list right to the label, which is populated with the values: 10, 25, 100 (100 is selected by default);
Label in the format: Showing - ;
“<” and “>” icons to navigate to the previous/next pages;
“<” / “>” icon should be disabled if a user is on the first/last page respectively;
Pagination should be displayed if more than a set number of entries are available. If there are no entries at all or the number of entries is less than the set number of entries - pagination should not be visible.
Learn more about how to Configure OMS