- Subcategories:
- Flexfields
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: postPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts
- Delete a shipping cost
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}
- Get all shipping costs
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts
- Get one shipping cost
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}
- Update a shipping cost
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}