@gradientedge/commercetools-utils
    Preparing search index...

    Interface StandalonePriceReference

    interface StandalonePriceReference {
        id: string;
        obj?: StandalonePrice;
        typeId: "standalone-price";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the referenced resource.

    Contains the representation of the expanded StandalonePrice. Only present in responses to requests with Reference Expansion for StandalonePrice.

    typeId: "standalone-price"

    Type of referenced resource.