Example 2 - Shipment
Building an example order shipment transformation file from scratch.
Scenario
Starting with the destination schema
{
"fulfillment": {
"location_id": 905684977,
"tracking_number": "123456789010",
"tracking_company": "fed ex",
"tracking_url": "https://www.new-fedex-tracking.com/?number=123456789010",
"line_items": [
{
"id": 466157049
},
{
"id": 518995019
},
{
"id": 703073504
}
]
}
}Reviewing the input data
Creating the transformation
Example with line items
Last updated
Was this helpful?