Householding Code
This page provides detailed instructions on the Householding Code transform code block and what should be added to the Script Manifest file in order to execute the code
Script Manifest File (YML)
Upstream Transformation Dependencies
Transformation Code Requirements
#--------------------------------------------------------------------------------------------------------------------
# SECTION: 2300_HOUSEHOLDING
# DEPENDENCIES:
# - Section: 0500_UOS
# REQUIRED: No
# PURPOSE: These scripts perform householding across the different Commerce integrations using the UOS data model
# and should be enabled when UOS is enabled
#--------------------------------------------------------------------------------------------------------------------
householding:
integrations:
- shopify
- amazon_seller_central
- skubana
scripts:
- "github://platform-sql-shared/scripts/base/2300_householding/2310_HSH_BAS_customer_order_lkp.sql"Householding
Was this helpful?