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

    Interface ContainerAndKey

    ContainerAndKey is specific to Custom Objects. Custom Objects are grouped into containers, which can be used like namespaces. Within a given container, a user-defined key can be used to uniquely identify resources.

    interface ContainerAndKey {
        container: string;
        key: string;
    }
    Index

    Properties

    Properties

    container: string

    Namespace to group Custom Objects.

    key: string

    User-defined identifier that is unique within the given container.