The details you send as part of the GET/api/order/:id method in the recipients field.

FieldDescription
suborder_idThe id of the order used for identification in our system
suborder_numberThe order number that is used for reference, this will be in the format EO-00000-00
recipient_detailsAn array of information about the recipient. You can find more information about the information contained in this value here
redemption_statusCurrent redemption status which will either be NULL or an array containing the status and date in the format YYYY-MM-DD HH:MM
product_selectedThe final product selected. This will be an array containing product_id and variation_id. This connects to the product id and variation id retreved in the GET/api/product/:id method