REST API OTM - Order Movements of a Shipment
Summary:
Hi,
How could a GET be performed via REST API so that by indicating a single Shipment ID in the call it returns the Order Movement of that shipment? In particular the TRANSPORT HANDLING UNIT value.
I have tried many options but I cannot find the solution:
/logisticsRestApi/resources-int/v2/orderMovements?q=shipment.links.href="https://xxxxxx.xxxx.xxxx.ocs.oraclecloud.com/logisticsRestApi/resources-int/v2/shipments/domainName.XXXXXXX"
/logisticsRestApi/resources-int/v2/shipments/domainName.XXXXXXX
/logisticsRestApi/resources-int/v2/shipments/domainName.XXXXXXX?expand=orderMovements
/logisticsRestApi/resources-int/v2/orderMovements?q=shipment_xid=domainName.XXXXXXX
..etc.
The need lies in the fact that a Shipment ID can have 2 or more orders and we need to identify the Total Ship Unit Count of each order for that Shipment for the Measurement area.