Order Custom Data¶
Table name:
- referenced in Insights SQL queries:
"ORDER_CUSTOM_DATA" - in data catalog export:
marts_mdc__order_custom_data
Custom data attached to orders by the merchant via integration. Contains one row per order with the raw JSON payload sent during order creation. Join with the Order model on order_id.
Columns¶
| Column | Type | Description |
|---|---|---|
order_id |
number |
Unique identifier for the order within the system. |
account_id |
number |
Identifier for the account that placed the order. |
order_custom_data |
varchar |
JSON string containing integration-specific custom attributes sent by the merchant for the order. |