Typescript SDK Type Docs
    Preparing search index...

    Interface CartDiscountKeyReference

    Used by the Import API to identify a CartDiscount.

    interface CartDiscountKeyReference {
        key: string;
        typeId: "cart-discount";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced CartDiscount.

    typeId: "cart-discount"

    Type of referenced resource.