notification
POST/webhook/notification
notification
Request
Path Parameters
orderId stringrequired
tenantId stringrequired
Responses
- 200
- 500
Notification
- application/json
- Schema
- Example (from schema)
- example1
Schema
orderId string
Número da Order
eventyType string
Tipo de evento
{
"orderId": "BAGABAG",
"eventyType": "string"
}
{
"orderId": "BAGABAG",
"eventyType": "ORDER_CHANGED"
}
500 response
Response Headers
Access-Control-Allow-Origin string
Loading...