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

    Interface StoreReference

    interface StoreReference {
        id: string;
        obj?: Store;
        typeId: "store";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique ID of the referenced Store.

    obj?: Store

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

    typeId: "store"

    Type of referenced resource.