Typescript SDK Type Docs
    Preparing search index...

    Interface CartNotFound

    Generated when the Cart is not found. To start the checkout process, a valid Cart with at least one Line Item is required.

    interface CartNotFound {
        code: "cart_not_found";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "cart_not_found"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Cart for {projectKey} and session {sessionId} not found.

    payload: any

    Contains the project and session objects with the related key and id properties.

    severity: string

    error