json icon

Order Completed

v1.0.0events

Published when an order has been fulfilled and completed.

1{
2  "$schema": "http://json-schema.org/draft-07/schema#",
3  "title": "OrderCompleted",
4  "description": "Published when an order has been fulfilled and completed",
5  "type": "object",
6  "properties": {
7    "orderId": {
8      "type": "string",
9      "format": "uuid"
10    },
11    "customerId": {
12      "type": "string",
13      "format": "uuid"
14    },
15    "completedAt": {
16      "type": "string",
17      "format": "date-time"
18    }
19  },
20  "required": ["orderId", "customerId", "completedAt"]
21}
22

Details

Format
JSON Schema
Resource
events
Filename
schema.json

Versions