Shipping; need help finding Ship Confirm API payload data
I am integrating the Oracle Shipping process with a third-party application, using Transfer Orders to create shipping transactions. Below are the steps I have completed so far:
Pick Waves:
API Used: fscmRestApi/resources/11.13.18.05/pickWaves
Status: Successfully created
Pick Slip Confirm:
API Used: fscmRestApi/resources/11.13.18.05/pickTransactions
Status: Successfully created
Response Received:
"TransactionHeaderId": 7037938 (along with other fields)
Challenge: I am unable to find the table where this TransactionHeaderId is stored.
Ship Confirm:
Reference: Following REST API documentation (Doc ID 2658559.1)
Challenge: Facing difficulty in identifying the required data for the payload.
Could you please assist me in locating the TransactionHeaderId table and the required data for the Ship Confirm payload?