B2B/EDI: Order to Cash - Mapping Examples
B2B Order to Cash: EDI Mapping Examples
home
This example includes a collection of sample B2B/EDI mappings as a reference for implementing end to end B2B Order to Cash workflow, from the perspective of a seller.
Inbound EDI X12 850 Purchase Order to JSON Mapping
The project includes the following mapping examples:
- Inbound purchase orders to convert the following formats to a canonical Order JSON message
- EDI X12 4010 850
- EDIFACT D97A ORDERS
- Custom XML Purchase order
- Custom CSV Purchase order
- Outbound purchase order acknowledgements to convert a canonical Order Acknowledgement JSON message to the following formats
- EDI X12 4010 855
- EDIFACT D97A ORDRSP
- Custom XML Purchase order acknowledgement
- Outbound advance shipment notices to convert a canonical Ship Notice JSON message to the following formats
- EDI X12 4010 856
- Outbound accounts receivable (AR) invoicest to convert a canonical Ship Notice JSON message to the following formats
- EDI X12 4010 810
- Custom message attributes mapping examples that you can use when configuring message types in Anypoint Partner Manager
Steps
- Download the example project into Anypoint Studio
- Run the application
- Open the Postman collection file 'B2B-Order-to-Cash-Mapping-Studio.postman_collection.json' under examples folder, in Postman.
- Send the example Requests for the different use cases