Purchase Completed Event
To report an event when a customer completes a purchase.
Function Interface
events.purchaseCompleted(eventParameter:PurchaseCompletedEventParameter)
PurchaseCompletedEventParameter
| Parameter | Type | Required | Description |
|---|---|---|---|
| currency | string | ✔ | The store currency, following the ISO 4217 standard. |
| totalAmount | string | ✔ | The total value of the viewed products. |
| items | Item[] | ✔ | The items in the cart. Refer to the Item resource page for details. |
| orderId | string | ✔ | The unique identifier of the order. |
Example
preparing...