When using “partial delivery” I would like to see which items failed explicitly.
In other words, the orders API response includes a list of the files delivered, which have the item IDs in them. Comparing that against the input IDs should show which were not successfully delivered.
I would like to have an explicit list of failed_items within the API


