Shipping Exceptions REST Endpoints

Inventory Management/Shipping Exceptions
The Shipping Exceptions resource manages shipping exceptions. You can search for shipping exceptions by exception name, severity, status, shipment, shipment line, and packing unit. You can get the shipping exception information, which includes the descriptive flexfields. You can create and update the shipping exceptions at the desired level: shipment, packing unit, or shipment line.
Create an exception
Method: post
Path: /fscmRestApi/resources/11.13.18.05/shippingExceptions
Get all exceptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingExceptions
Get one exception
Method: get
Path: /fscmRestApi/resources/11.13.18.05/shippingExceptions/{ShippingExceptionId}
Update an exception
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/shippingExceptions/{ShippingExceptionId}