Typescript SDK Type Docs
    Preparing search index...

    Interface ProductReference

    interface ProductReference {
        id: string;
        typeId: "product";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced Product.

    typeId: "product"

    Type of referenced resource.