Expanding events
Gain a better understanding of the events that are available for expansion, the extra data they contain, and how to subscribe to them
{
"id": "e2ab8696-53fc-4ac9-9f5f-f38eb61fbf05",
"type": "order.accepted",
"data": {
"object": {
"id": "295759800336",
...
"items": [
{
"id": "229219830336",
...
"productDetails": {
"id": "sku_8128ce28-d4a8-475b-9fce-6e78c38da88b",
...
"physical": true,
"metadata": {
"more": "data",
"evenMore": "data"
},
...
},
...
}
],
...
}
},
...
}
Last updated