No content to show
User Activity
They get handled by the same idempotent handler. I am interested in both create and update. So it sounds like orders/update is the way to go. Thank you for your response.
When an order is placed both orders/create and orders/update webhooks gets sent. It appears there is no need to subscribe to both if you are subscribed to orders/update. Is there a case where orders/create would fire and orders/update will not? The p...