Shipment Transaction Requests REST Endpoints

Inventory Management/Shipment Transaction Requests
The Shipment Transaction Requests resource manages shipments. You can search for shipment transaction requests by transaction identifier, shipment, shipment line, organization, order number, actual ship date, and many more such attributes. You can get the shipment transaction request information, which includes the details about related shipments, packing units, shipment lines, shipping costs, lots, serial numbers, and processing errors, if any. You can create and update the shipment transaction requests in the interface tables. For example, you can update shipment attributes like actual ship date, ship method, gross weight, and so on. Another example is, a warehouse management application can send the shipment confirmations using this resource.
Create one request
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests
Get all requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests
Get one request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}