Shipment Types REST Endpoints
Power Data/Shipment Types
The operations from the Power Data/Shipment Types category.
- Create a Shipment Type
- Method: postPath:
/shipmentTypes - Delete a Shipment Type
- Method: deletePath:
/shipmentTypes/{shipmentTypeGid} - Get a Shipment Type
- Method: getPath:
/shipmentTypes/{shipmentTypeGid} - Get Shipment Types
- Method: getPath:
/shipmentTypes - Update a Shipment Type
- Method: patchPath:
/shipmentTypes/{shipmentTypeGid}