Order Action Required 7D¶
Table name:
- referenced in Insights SQL queries:
"ORDER_ACTION_REQUIRED_7D" - in data catalog export:
marts_mdc_order_action_required_7d
Order Action Required (marts_mdc__order_action_required) data limited to the latest 7 calendar days by order last_updated_at_utc column
Columns¶
| Column | Type | Description |
|---|---|---|
order_id |
number |
Represents a unique identifier assigned to each order. It links each record to a specific order, ensuring precise association for the respective order. |
account_id |
number |
Represents a unique identifier assigned to each merchant. It links each record to a specific merchant, ensuring precise association for the respective merchant. |
warehouse_id |
number |
Identifier for the warehouse processing the order. |
order_action_required_type |
varchar |
Type of action required for the order. |
order_action_required_created_at_utc |
timestamp_ntz |
Timestamp when the required action was created. |
order_action_required_resolved_at_utc |
timestamp_ntz |
Timestamp when the required action was resolved. |
unresolved |
number |
Indicator if the required action remains unresolved. |