Is it ok to update HST_CLOSE many times per day?

Hallo!

Our logic allows to post update message with HST_CLOSE field many times per day by contribution of prices to the marketplace.

Is it a problem?

The price itself is not supposed to be changed, it will be the same (if no any errors occurs). But theere are many requests per day with the same HST_CLOSE price...

Thank you for your attention!

Best Answer

  • Hello @markus.fehn

    As far as I know, the server side keeps the latest price you post. When some applications request data from the server, the server sends the latest price to the applications. Therefore, you do not need to post the same HST_CLOSE price.

    There is no problem to post the same HST_CLOSE price but this makes your application does unnecessary task.

    Hope this help.