Hi
I have been using the GraphQL and have registered the webhooks events, but I noticed hooks event from Shiphero are not being triggered,
I shipped some orders, cancelled a few ones, but not getting webhooks requests.
Hi @khungersumit
I’m sorry to hear that!, do you happen to have an order id or any request_id?
That way I could check in the backend what is the account you are linked to and get an example for the engineering team.
Thanks in advance!
Tom
Hi @khungersumit
I think that the URL might be different in this case.
I’m not posting it here because it contains a securityKey, but you can check the setting with the following Query:
query {
webhooks {
request_id
complexity
data {
edges {
node {
id
legacy_id
account_id
shop_name
name
url
source
}
}
}
}
}
This is, using the Bearer from the Customer account
Hi @khungersumit!
I was told by our engineers that a fix for the webhook has been implemented today.
Let me know if you continue to see an issue with receiving the webhook.
Thanks again!
Tom