Settlement Reports

This pages provides instructions on what transform code should be added to a script manifest file to transform Amazon data from the Settlement reports

Overview

The Daasity transformation code adjusts the format of the source Settlement report data to normalize the data into a useable format for reporting

Feature Dependencies

You must have enabled our Code Repository 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 Transformation Configuration section of our Help documentation to familiarize yourself with our workflow engine and script manifest files.

Script Manifest File (YML)

Upstream Transformation Dependencies

This code is dependent on the following integration being installed:

  • Flat File V2 Settlement Report

This code block is dependent on the following upstream code blocks being implemented:

  • Initialization

Transformation Code Requirements

To enable the data transformation from the Amazon Seller Central schema into UOS, the following code must be run in a workflow:

  uos_amazon_selling_partner:
    integrations:
      - amazon_selling_partner
    scripts:
      - "github://platform-sql-shared/scripts/base/0500_uos/amazon_selling_partner/0558_UOS_BAS_AMAZON_settlement.sql"

Amazon Seller Central

Code to normalize the Settlement report data

Last updated