- Subcategories:
- Flexfields for Shipping Methods
Shipping Methods REST Endpoints
SCM Common/Transit Times/Shipping Methods
The Shipping Methods resource gets the shipping method associated between the origin and destination locations.
- Create one shipping method
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods - Delete a shipping method
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId} - Get all shipping methods
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods - Get one shipping method
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId} - Update a shipping method
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/transitTimes/{TransitTimeId}/child/shippingMethods/{TransitTimeValueId}