Order Part¶
Table name:
- referenced in Insights SQL queries:
"ORDER_PART" - in data catalog export:
marts_mdc__order_part
Mart shows original order and parts into which was the order split
Columns¶
| Column | Type | Description |
|---|---|---|
account_id |
number |
Identifier for the account placing the order. |
order_id |
number |
Unique identifier for the order |
order_source |
varchar |
The order source, the split reason in this case. |
original_order_id |
number |
Original top level order which was split. |