Changing mappings using the Import and Export service API
If you want to apply mappings programmatically during import, you can do so by setting the UserMappings property (of type IEnumerable<Mapping>) of your ImportInstruction object. refer to the Core Service API reference documentation for more information.