Configuring the minimum elapsed time between order exports

By default, for each store, only 1 order export is allowed per user (with the appropriate access control role) per 60 minutes.

About this task

The same user can only export orders from the same store once every 60 minutes (3600 seconds). You can configure the minimum elapsed time to change this behavior.

Procedure

  1. Open the following properties file WC_installdir\xml\config\com.ibm.commerce.order-ext\dataextract\dataload.properties.
    Note: If the file and file path do not exist, then create the necessary com.ibm.commerce.order-ext\dataextract\ path and create an empty dataload.properties file.
  2. Update or add the following property to the dataload.properties file.
    minSecBetweenOrderExports=time
    time is the minimum elapsed time in seconds between order exports from the same user. The default value is 3600.
    For example, if you want to decrease the time to let the user export orders every 30 minutes then input 1800. If you want to increase the time to limit a user to export orders every 120 minutes then input 7200.
  3. Save and close the file.