v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1430193167.6 KB

Retrieves the details for the transformer specified by the transformer ID. A transformer can take an EDI file as input and transform it into a JSON-or XML-formatted document. Alternatively, a transformer can take a JSON-or XML-formatted document as input and transform it into an EDI file.

post/#X-Amz-Target=B2BI.GetTransformer

Headers

X-Amz-Target'B2BI.GetTransformer' required

Request body

transformerIdstring required

Specifies the system-assigned unique identifier for the transformer.

Response

Success

transformerIdstring required

Returns the system-assigned unique identifier for the transformer.

transformerArnstring required

Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

namestring required

Returns the name of the transformer, used to identify it.

status'active' | 'inactive' required

Returns the state of the newly created transformer. The transformer can be either <code>active</code> or <code>inactive</code>. For the transformer to be used in a capability, its status must <code>active</code>.

createdAtstring date-time required

Returns a timestamp for creation date and time of the transformer.

modifiedAtstring date-time

Returns a timestamp for last time the transformer was modified.

fileFormat'XML' | 'JSON' | 'NOT_USED'

Returns that the currently supported file formats for EDI transformations are <code>JSON</code> and <code>XML</code>.This is a legacy trait. Please use input-conversion or output-conversion.

mappingTemplatestring

Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.This is a legacy trait. Please use input-conversion or output-conversion.

sampleDocumentstring

Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.This is a legacy trait. Please use input-conversion or output-conversion.