Purchase orders webhook https configuration

I am going to setup a webhook to receive purchase orders updates. I see very little technical info from documentation. Please

  1. To configure https url webhook, any configurations needed from shiphero.
  2. Can you please share java code to decipher authentication header signature.

Hi @kalesha!

You can find the documentation at our developer’s site Webhooks – Developer Resources | ShipHero

Where it explains how to Register and Unregister any webhook using the Public API

For PO Update webhook you can see an example of how it looks like here: Webhooks – Developer Resources | ShipHero

I found this article online that might help with that:

It has a response from a user that was able to decode the HMAC with JAVA.

Let me know if that doesn’t help!
Thanks in advance,
Tom