I tried to create webhook urls for our test environment at both shiphero accounts however they are not reflecting. Can you please check all details below and get back to me ASAP?
I appreciate all the help!
- “username”: ord-wh@youparcel.com
Sent Below Request:
mutation {
webhook_create(data: {
name: “Generate TEST Label”,
url: “https: //stage.api.ypn.io/shiphero/webhooks/labels”,
}) {
request_id
complexity
webhook {
name
url
}
}
}
And got Below Response:
{
“data”: {
“webhook_create”: {
“request_id”: “60e60a1db0f214ff94f68ba3”,
“complexity”: 5,
“webhook”: {
“name”: “Generate TEST Label”,
“url”: “https ://stage.api.ypn.io/shiphero/webhooks/labels”
}
}
}
}
But still does not show up on API Shipping methods list. I think you need to add manually.
- And for our primary Shiphero Account:
“onur@youparcel.com”
Sent Below (Same) Request:
mutation {
webhook_create(data: {
name: “Generate TEST Label”,
url: “https ://stage.api.ypn.io/shiphero/webhooks/labels”,
}) {
request_id
complexity
webhook {
name
url
}
}
}
And got Below Response:
{
“data”: {
“webhook_create”: {
“request_id”: “60e60ba13a1db8f1c8145d93”,
“complexity”: 5,
“webhook”: {
“name”: “Generate TEST Label”,
“url”: “https ://stage.api.ypn.io/shiphero/webhooks/labels”
}
}
}
}