Shipments REST Endpoints

Inventory Management/Shipment Transaction Requests/Shipments
The Shipments resource manages details about shipments.
Create one shipment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments
Delete a shipment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}
Get all shipments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments
Get one shipment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}
Update a shipment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}