Typescript SDK Type Docs
    Preparing search index...

    Interface CheckoutCompleted

    Generated when the customer completes the checkout process.

    interface CheckoutCompleted {
        code: "checkout_completed";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "checkout_completed"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Checkout for {orderId} completed.

    payload: any

    Contains the order object with the id property.

    severity: string

    info