API shipment and order release — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!