API shipment and order release
I try to make the next execution in OTM
I found a note baout the error I have at the level for the API. this is the note: Missing Order Release With REST API GET Shipment
And Im try to used the query and the next API
SELECT ORD.ORDER_RELEASE_GID
FROM SHIPMENT SHP,
ORDER_RELEASE ORD,
SHIPMENT_S_EQUIPMENT_JOIN SSEJ,
S_EQUIPMENT_S_SHIP_UNIT_JOIN SESSUJ,
S_SHIP_UNIT_LINE SSUL
WHERE SHP.SHIPMENT_GID = SSEJ.SHIPMENT_GID
AND SSEJ.S_EQUIPMENT_GID = SESSUJ.S_EQUIPMENT_GID
AND SESSUJ.S_SHIP_UNIT_GID = SSUL.S_SHIP_UNIT_GID