getTransformer
Retrieves the details for the transformer specified by the transformer ID. A transformer describes how to process the incoming EDI documents and extract the necessary information to the output file.
Samples
fun main() {
//sampleStart
// Sample GetTransformer call
val resp = b2BiClient.getTransformer {
transformerId = "tr-974c129999f84d8c9"
}
//sampleEnd
}