How to configure order hook for incomplete orders?

I am trying to configure the vtex hook for different states (hook), but the orders that are incomplete I do not receive notifications (order-hook) remain with an empty state, what alternatives do I have to configure the hook correctly, thank you very much

Hi John, we are revisiting some topics in our community that remained unanswered, and I came across yours. I’ve checked internally, and I believe that using the following expression it should be possible:

"filter": {
    "type": "FromOrders",
    "expression": "(isCompleted = false and cancellationData.cancellationDate)",
    "disableSingleFire": false
}

Could you test it and let me know if it works?

Karina Mota
Field Software Engineer | VTEX

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.