Zend certified PHP/Magento developer

Magento 2 – How to get product attribute in order api

I added two new product attributes to a product called

netsuite_internal_id & ava_tax_code

if I do a GET to /rest/V1/products/{sku}, I can see them in custom_attributes.attribute_code.

When a customer places and order I need those product attribute to show up in the “items” node. When doing a GET to /rest/V1/orders/{orderId}

ORDER REST API
enter image description here

PRODUCT REST API
enter image description here