Typescript SDK Type Docs
    Preparing search index...

    Interface CartEmptiedDuringCheckout

    Generated when the Cart was emptied during the checkout process. It is not possible to recover from this, the customer must restart the checkout process.

    interface CartEmptiedDuringCheckout {
        code: "cart_emptied_during_checkout";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "cart_emptied_during_checkout"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Cart {cartId} was emptied during checkout.

    payload: any

    Contains the cart object with the id property.

    severity: string

    error