Shipment Line Transaction Requests REST Endpoints

Inventory Management/Shipment Line Transaction Requests
The Shipment Line Transaction Requests resource manages shipment lines. You can search for shipment line transaction requests by transaction identifier, shipment line, organization, order number, and many more such attributes. You can get the shipment line transaction request information, which includes the details about the related shipment lines and processing errors, if any. You can create and update the shipment line transaction requests in the interface tables. For example, Oracle Order Management Cloud can send shipment requests for sales order lines using this resource. Another example is, a transportation management application can send requests to create, update, and delete transportation planning information for the shipment lines.
Create a request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests
Get all requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests
Get one request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests/{TransactionId}