Flexfields REST Endpoints
    
        Inventory Management/Shipping Costs/Flexfields
    
The Flexfields for Shipping Costs manages additional details about shipping costs.
- Create one flexfield
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}/child/DFF - Get all flexfields
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}/child/DFF - Get one flexfield
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}/child/DFF/{FreightCostId} - Update a flexfield
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shippingCosts/{ShippingCostId}/child/DFF/{FreightCostId}