I am having an issue with the v2 Orders API. I have added a dropoff_notes field to the fulfillments section when creating the order but it will not show up in the order information in the dashboard.
I am successfully seeing the orders after they are paid for, and all information is present except for Dropoff Notes. I can use the API explorer and pull the order based on the order ID, the response includes dropoff_notes, so it is being accepted as a parameter and logged.
How can I get the notes to show in the order info in the Dashboard? Am I missing something?