We are trying to create a webhook to post order creates to our inventory management system for a customer, but the hook is not creating. I get no error when I submit to the API endpoint, just this payload:
{
“webhooks”:
}
The payload we are sending is:
{
“webhook”: {
“topic”: “orders/create”,
“address”: “https://shopify.sosinventory.com/Shopify/IncomingOrder”,
“format”: “json”
}
}
Can you provide any help? What have checked store permissions for the private app and they all seem fine, the same settings we use for 100s of other customers.