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

    Interface ShoppingListReference

    interface ShoppingListReference {
        id: string;
        obj?: ShoppingList;
        typeId: "shopping-list";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ShoppingList.

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

    typeId: "shopping-list"

    Type of referenced resource.