ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface MappingConfig

    interface MappingConfig {
        fieldMappings: Record<string, string>;
        valueMappings?: Record<string, Record<string, string>>;
        productCodeMapping?: Record<string, string>;
        transformations?: TransformationRule[];
    }
    Index

    Properties

    fieldMappings: Record<string, string>
    valueMappings?: Record<string, Record<string, string>>
    productCodeMapping?: Record<string, string>
    transformations?: TransformationRule[]