• Resolved andersjytzler

    (@andersjytzler)


    Hello guys. I have a webshop with implementation to e-conomic (economy SaaS) using IEX integration. When i manually create an order in WooCommerce for a customer, i experience a slow transfer to e-conomic. It may also be slow when a customer create an order using the webshop, but i don’t experience that, so i don’t know if it is slow.
    The support from IEX says that the webhook probably isn’t firing very often, and that that is the reason it is a bit slow.
    How do i make the webhook fire more often? Or everytime i manually create a order in the controlpanel of WP/WooCommerce?
    Thanks ??
    //Anders

Viewing 1 replies (of 1 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @andersjytzler,

    When i manually create an order in WooCommerce for a customer, i experience a slow transfer to e-conomic

    Can you give us more details on how you measure and what are the parameters to measure the slowness of this flow? It would be good to know what process your system goes through when you create an order in WooCommerce.

    How do i make the webhook fire more often?

    A webhook is triggered whenever an event occurs (e.g. you add an order). WooCommerce has a filter that you can use to circumvent orderly queue management. Here is a Gist that has the corresponding filter:

    https://gist.github.com/lukecav/920cb2a2edc8a4280eccf78bbfc85143

    Using this snippet will make webhooks fire immediately.

    We provide no warranty or support for custom code or 3rd party plugins (meaning we can not help further with custom code snippets). Use them at your own risk and before you do that, please do make a full backup. Since this is a developer level you can select a WooExpert or Developer if necessary.

    Best.

Viewing 1 replies (of 1 total)
  • The topic ‘Data sent using webhook arrives slowly’ is closed to new replies.