{
"code": "INVENTORY_ISSUE",
"type": "BUSINESS_RULE",
"message": "Product is no longer available",
"user_message": "The Blue T-Shirt is temporarily out of stock. Would you like to try a different color?",
"variant_id": "SHIRT-BLUE-M",
"context": {
"specific_issue": "ITEM_OUT_OF_STOCK",
"available_quantity": 0,
"requested_quantity": 1,
"suggested_alternatives": ["SHIRT-RED-M", "SHIRT-GREEN-M"],
"restock_date": "2024-07-20T00:00:00Z"
},
"resolution_options": [
{
"action": "SUGGEST_ALTERNATIVE",
"label": "View similar colors",
"metadata": {
"priority": "high",
"auto_applicable": true
}
},
{
"action": "WAIT_FOR_RESTOCK",
"label": "Notify when back in stock",
"metadata": {
"estimated_time": "5-7 days",
"priority": "medium"
}
},
{
"action": "REMOVE_ITEM",
"label": "Remove from cart",
"metadata": {
"priority": "low"
}
}
]
}