Documents
HomeGlossary
Retail Operations
Retail Operations
  • Launchpad
  • Workflow
    • Job Management
      • Job Details
      • Job Categories
      • Job Queueing
      • Initial Load
      • Bulk Scheduling
      • Troubleshooting
        • Job Stuck
        • Job Failed
        • Duplicate Jobs
        • Job Scheduling
        • Job Scheduling Errors
    • Job Workflows
      • Parameters
      • Pre-Orders
      • Orders
      • Fulfillment
      • Inventory
      • Products
      • Miscellaneous
  • Products
    • Product Management
    • Breaking Variants Into Independent Products
  • Orders
    • Order Management
      • Find Sales Orders
      • View Order Details
      • Update Sales Orders
      • Allocate Sales Orders
      • Soft Allocation
      • Order Cancellations
      • Auto-Cancellation
      • Troubleshooting
        • Error Due to Incorrect JSON
        • Order Approval Errors
        • Order Status Discrepancy
        • Order Indexing Discrepancy
        • Order Attribute Missing
        • Duplicate Orders
        • Shopify Order Import Failures
    • Order Routing
      • Brokering Runs
      • Routing Rules
      • Inventory Rules
      • Use Cases
      • Additional Settings
      • Templates
        • Inventory Based Shipping
        • Cross Border Shipping
      • Troubleshooting
        • Scheduling Errors
        • Incorrect Facility Configurations
        • Inventory Unavailability
        • Incorrect Shipping Method Mapping
    • Pre-Orders
      • Purchase Order Upload
      • Purchase Order Management
      • Pre-Order Jobs
      • Audit Pre-Orders
      • Pre-Order Allocation
      • Release Pre-Orders
      • Reports
      • Troubleshooting
        • Inaccurate Inventory Computation
        • Missing Product Linking
        • Product Syns Issues
    • Returns
      • Import Returns
      • In-Store Returns
      • Restock Returns
  • Inventory
    • Inventory Management
      • Find Product Inventory
      • Product Inventory View Page
      • Configure Product Inventory
    • Inventory Upload
      • Schedule Restocking
    • Cycle Count
      • Draft Counts
      • Hard Counts
      • View Assigned Counts
      • Review Counts
      • View Closed Counts
      • Bulk Upload Cycle Counts
      • Store Permissions
    • Available to Promise Management
      • Concepts
      • Create Channels
      • Safety Stock Rules
      • Threshold Rules
      • Store Pickup Rules
      • Shipping Rules
      • Schedule ATP Rules
      • Use Cases
    • Safety Stock
      • Set Bulk Safety Stock
      • Set Individual Safety Stock
      • Set Facility-Wise Safety Stock
    • Re-Order Inventory
    • Troubleshooting
      • View Inventory Log
      • Inventory Synchronization Errors
Powered by GitBook
On this page
  • Issue Scenario
  • Troubleshooting Steps

Was this helpful?

Edit on GitHub
Export as PDF
  1. Orders
  2. Order Management
  3. Troubleshooting

Order Indexing Discrepancy

PreviousOrder Status DiscrepancyNextOrder Attribute Missing

Last updated 2 days ago

Was this helpful?

This troubleshooting guide aims to address issues where orders remain stuck in the fulfillment app even after completion or incorrectly appear as created on the find sales orders page when they are completed or approved.

Issue Scenario

HotWax Commerce utilizes Solr, an open-source enterprise-search platform, to index product orders and other data within its system. The order details page retrieves data directly from the database, while the find order detail page relies on Solr for rapid data retrieval. Solr inconsistencies can lead to discrepancies in displayed information across these pages and apps.

Troubleshooting Steps

1. Resolving Order Status Discrepancies

  • If an order remains in the created or approved status on the find sales orders page, while it's marked as completed in the OMS:

    • Navigate to the order details page and click on the reindex button located near the top of the page, next to the refresh button. This action will index the order correctly.

    • If the issue persists, follow these steps:

      • Go to the settings section, scroll down in the hamburger menu, and select the search admin page.

      • Locate the index operations section at the bottom of the page, which includes the following four boxes:

        • Create order indexes

        • Create product indexes

        • Create user login indexes

        • Create OISGIR indexes

For more details, kindly refer to this .

2. Correctly Indexing Orders on the "Find Order Details" Page

  • Navigate to the Find Order Details page where you can manage order indexing.

  • Click the Create Order Index button to initiate the indexing process.

  • A modal window will appear. Enter the order ID associated with the order you want to index.

  • After entering the order ID, click the Create Order Index button within the modal window to accurately index the order.

  • If no values are entered in the field, all available data will still be indexed automatically.

3. Addressing Fulfillment Issues

  • Click the Create OISGIR Index button if an order is encountering fulfillment difficulties.

  • In the modal window that appears, enter the order ID associated with the order facing fulfillment issues.

  • Once the order ID is entered, click the Create OISGIR Index button. Providing only the order ID is sufficient to generate its index; filling out all fields is not necessary.

documentation