- Subcategories:
- Remarks
Shipments REST Endpoints
Business Objects/Shipment Groups/Shipments
The operations from the Business Objects/Shipment Groups/Shipments category.
- Create a Shipment
- Method: postPath:
/shipmentGroups/{shipGroupGid}/shipmentDetails
- Delete a Shipment
- Method: deletePath:
/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
- Get a Shipment
- Method: getPath:
/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
- Get Shipments
- Method: getPath:
/shipmentGroups/{shipGroupGid}/shipmentDetails
- Update a Shipment
- Method: patchPath:
/shipmentGroups/{shipGroupGid}/shipmentDetails/{shipmentGid}
- Update Shipments
- Method: patchPath:
/shipmentGroups/{shipGroupGid}/shipmentDetails