Feature #7203
openUpdate delviery address in admin view order page
Start date:
01/29/2026
Due date:
01/29/2026 (Due in 0 days)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Subtasks
Related issues
Updated by Pavan Kumar Murala about 2 hours ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
To identify whether a product is eligible for delivery, use the order Get API to retrieve and display the current delivery date. Integrate this delivery date into the UI and allow admins to update it when required. The same Update button should trigger two API calls in sequence: first to update the order status, and second to update the delivery date. After both updates are completed successfully, call the Get Order API again to refresh the data and display the latest delivery date and status in the UI.