Accelerator SalesOrders Process API
Data mappings
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
capture-external-ids-from-routes | Capture External IDs from all the synced systems |
map-order-update-request-source-system-sync | Replace the ID's for all objects with ID's of Source System before Order sync request is sent to Source System |
map-orderlineitems-with-global-product-ids | Replace the IDs for Order LineItems with Global IDs before sending request to Global System |
map-system-order-create-request | Create Order - update system specific fields |
map-system-order-update-request | Update Order - update system specific fields |
ping-check-dependency-sys-api-response | Ping Status Response of the backend System API's |
ping-response-payload | Ping Status Response of the API |
success-response | Sync Success Response |
capture-external-ids-from-routes
Capture External IDs from all the synced systems
Source:
./src/main/resources/dwl/capture-external-ids-from-routes.dwl
map-order-update-request-source-system-sync
Replace the ID's for all objects with ID's of Source System before Order sync request is sent to Source System
Source:
./src/main/resources/dwl/map-order-update-request-source-system-sync.dwl
map-orderlineitems-with-global-product-ids
Replace the IDs for Order LineItems with Global IDs before sending request to Global System
Source:
./src/main/resources/dwl/map-orderlineitems-with-global-product-ids.dwl
map-system-order-create-request
Create Order - update system specific fields
Source:
./src/main/resources/dwl/map-system-order-create-request.dwl
map-system-order-update-request
Update Order - update system specific fields
Source:
./src/main/resources/dwl/map-system-order-update-request.dwl
ping-check-dependency-sys-api-response
Ping Status Response of the backend System API's
Source:
./src/main/resources/dwl/ping-check-dependency-sys-api-response.dwl
ping-response-payload
Ping Status Response of the API
Source:
./src/main/resources/dwl/ping-response-payload.dwl
success-response
Sync Success Response
Source:
./src/main/resources/dwl/success-response.dwl