Checkout completed
{
  "clientId": "Required, string type, represents the unique identifier of the client",
  "clientIp": "Required, string type, represents the IP address of the client",
  "context": "Required, please refer to the context definition in the basic structure",
  "data": {
    "checkout": "Required, please refer to the checkout definition in the basic structure"
  },
  "id": "Required, string type, represents the unique identifier of the event or record",
  "name": "Required, string type, represents the event name: checkout_completed",
  "seq": "Required, numeric type, represents the sequence number",
  "timestamp": "Required, string type, represents the timestamp (ISO 8601 format)",
  "type": "Required, string type, represents the form type"
}{
  "clientId": "ffac04fa-8ad8-48fd-8a3a-59ad06a7518a",
  "clientIp": "5.34.216.118",
  "context": context,
  "data": {
    "checkout": checkout
  },
  "id": "sh-66770d6f-D512-4D2E-107C-88AA044AD287",
  "name": "checkout_completed",
  "seq": 1,
  "timestamp": "2025-04-24T06:23:18.284Z",
  "type": "standard"
}Last updated
Was this helpful?