- Subcategories:
- Flexfields for Shipping Exceptions
Shipping Exception Configurations REST Endpoints
Inventory Management/Shipping Exception Configurations
A shipping exception is an unexpected event resulting from a conflict between the requirements of the shipper, customer, or transportation carrier.
- Create shipping exception configurations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shippingExceptionConfigurations
- Delete one shipping exception configuration
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/shippingExceptionConfigurations/{ExceptionDefinitionId}
- Get all shipping exception configurations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingExceptionConfigurations
- Get one shipping exception configuration
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shippingExceptionConfigurations/{ExceptionDefinitionId}
- Update one shipping exception configuration
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shippingExceptionConfigurations/{ExceptionDefinitionId}