Order Status Code
This page provides detailed instructions on the Order Status 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: 2700_ORDER_STATUS
# DEPENDENCIES:
# - Section: 0500_UOS
# OPTIONAL:
# - Integration: Recharge if tagging subscription orders is needed
# REQUIRED: No
# PURPOSE: This code creates the DRP tables for order status and order business unit and should be turned on once
# UOS is enabled
#--------------------------------------------------------------------------------------------------------------------
order_status:
integrations:
- shopify
- amazon_seller_central
- skubana
- lightspeed
scripts:
- "github://platform-sql-shared/scripts/base/2700_order_status/2700_OST_BAS_orders_to_update.sql"
- "github://platform-sql-shared/scripts/base/2700_order_status/2700_OST_BAS_order_status.sql"
- "github://platform-sql-shared/scripts/base/2700_order_status/2710_OST_BAS_order_business_unit.sql"
order_status_subscriptions:
integrations:
- recharge
scripts:
- "github://platform-sql-shared/scripts/base/2700_order_status/2701_OST_BAS_order_status_subscription_flag.sql"Order Status
Was this helpful?