Shipments REST Endpoints

Business Objects/Shipment Groups/Shipments
The operations from the Business Objects/Shipment Groups/Shipments category.
Create a Shipment
Method: post
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails
Delete a Shipment
Method: delete
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
Get a Shipment
Method: get
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
Get Shipments
Method: get
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails
Update a Shipment
Method: patch
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
Update Shipments
Method: patch
Path: /shipmentGroups/{shipGroupGid}/shipmentDetails