Feature Summary
Overview
The feature updates the order details endpoint to display all relevant statuses, including delivery and commission status. The information is initially retrieved from the order details endpoint and then updated via webhook.
Behavior
Displays actual order status received by catchallDisplays actual delivery status received by catchall (with nuance for "per ticket group" shipping)Displays actual payment status received by catchall (with nuance for commission payout)Key Points
Uses Delivery -> [Status] to retrieve delivery statusesUses Commission -> {PayoutStatus} to retrieve payment statusesAcceptance Criteria
Order status shows the actual order status received by catchallDelivery status shows the actual delivery status received by catchallPayment status shows the actual payment status received by catchall