Typescript SDK Type Docs
    Preparing search index...

    Interface NonOrderableCartError

    Generated when the Order could not be created due to inconsistencies in the Cart.

    interface NonOrderableCartError {
        code: "non_orderable_cart_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "non_orderable_cart_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    This cart is not orderable.

    payload: any

    Contains the cart object with the id and errors properties.

    severity: string

    error