Typescript SDK Type Docs
    Preparing search index...

    Interface CartReference

    Reference to a Cart.

    interface CartReference {
        id: string;
        typeId: "cart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Cart.

    typeId: "cart"

    Type of referenced resource.