Get Notified of New Orders
POST {{baseUrl}}/webhook_subscribe
Service urls:
http://yourdomain.com/api/rest_admin/returns
OR
http://yourdomain.com/index.php?route=rest/return_admin/returns
Request Body
[{"name"=>"url", "value"=>"http://yourwebsite.com/incoming_data", "datatype"=>"string"}, {"name"=>"key", "value"=>"2rcwef23r2wer23r23r23", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}