Shipping Costs REST Endpoints

Inventory Management/Shipping Costs
The Shipping Costs resource manages shipping costs. You can search for shipping costs by shipping cost type, shipment, packing unit, shipment line, and so on. You can get the shipping cost information, which includes the descriptive flexfields. You can create, update, and delete shipping costs at the desired level: shipment, packing unit, or shipment line.
Create one shipping cost
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shippingCosts
Delete a shipping cost
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}
Get all shipping costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingCosts
Get one shipping cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}
Update a shipping cost
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}