Represents an external identifier associated with a product or variant.

interface ExternalId {
    Id: string;
    PluginName: string;
}

Properties

Properties

Id: string

The external identifier.

PluginName: string

The plugin or system name associated with the external identifier.