cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Notification/Subscription for a created order?

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?

 

Message 1 of 1
latest reply
0 REPLIES 0