Webhook API (1.0.0)
Download OpenAPI specification:Download
team-order-management: team-order-management@newstore.com URL: newstore.com
This is an internal API for newstore teams, to be called from service-mesh, to send the events payload.
Create Event
Webhook API is a replacement for events, accepts the event payload and event_name
Request Body schema: application/json
One of
| event_name | string Value: "delivery_booked" The store where the order was placed. |
object |
Responses
Request samples
- Payload
Content type
application/json
{- "$ref": "./examples/webhook/delivery_booked_request.yaml"
}Response samples
- 400
- 500
Content type
application/problem+json
{- "error_code": "string",
- "message": "string",
- "request_id": "string"
}