Typescript SDK Type Docs
    Preparing search index...

    Interface CartKeyReference

    Used by the Import API to identify a Cart

    interface CartKeyReference {
        key: string;
        typeId: "cart";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Cart.

    typeId: "cart"

    Type of referenced resource.