Typescript SDK Type Docs
    Preparing search index...

    Interface ProductDiscountKeyReference

    Used by the Import API to identify a ProductDiscount.

    interface ProductDiscountKeyReference {
        key: string;
        typeId: "product-discount";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced ProductDiscount.

    typeId: "product-discount"

    Type of referenced resource.