02-22-2025 11:11 AM
How or where do i setup an created order webhook so my app gets notified when an order is placed? I cant find anything exceot the soap solution. When I call the endpoint "https://api.ebay.com/commerce/notification/v1/subscription"
with
{
"destinationId": "destination_Id",
"payload": {
"deliveryProtocol": "HTTPS",
"format": "JSON",
"schemaVersion": "1.0"
},
"status": "ENABLED",
"topicId": "order_created"
}
I recieve:
API Status code 409 {"errors":[{"errorId":195014,"domain":"API_NOTIFICATION","category":"REQUEST","message":"The subscription cannot be enabled since the topic or payload is no longer supported."}]}
Why would there be no support on this or what am I doing wrong to not being able to activate this subscription?