Transformation Configuration Setup
This pages provides instructions on what transform code should be added to a script manifest file to transform Shopify data into the Unified Order Schema (UOS)
Last updated
Was this helpful?
This pages provides instructions on what transform code should be added to a script manifest file to transform Shopify data into the Unified Order Schema (UOS)
Last updated
Was this helpful?
The Daasity transformation code maps data from the Shopify schema into the Unified Order Schema (UOS) for both online and point-of-sale (POS)
You must have enabled our feature in order to both access the Daasity transformation code as well as modify a Script Manifest File enabling this code to execute
We recommend you review the section of our Help documentation to familiarize yourself with our workflow engine and script manifest files.
This code is dependent on the following integration being installed:
Shopify
This code block is dependent on the following upstream code blocks being implemented:
Initialization
To enable the data transformation from the Shopify schema into UOS, the following code must be run in a workflow:
Code to update the App ID from Shopify to the Sales Channel in the Shopify UI
Code to populate the UOS tables and convert the timezone of the order to the timezone as set in the Daasity App
To populate the [uos.sales_report
] tables you must include the two scripts that are from the Daasity internal repository
Optional (alternative) code to populate the UOS tables and convert the timezone of the orders to the timezone of the Shopify store. Replace the above standard Shopify code with the "_tz" versions listed below: