...
Fix issue with the OCHT fields not being interpreted properly for SV(Single Vision) lenses
When a traceID included a SHAP trace, the SHAP was not being passed to the order, resulting in no tracing being used by the order
The endpoint was allowing anything to be entered for the job type. This has been fixed to only allow valid job types to be used.
The xxMINEDG fields were not being processed correctly. This has been resolved.
The endpoint allowed the creation of an addon order with no addons supplied. This has been resolved.
Modified to allow an order to be placed “on-hold”
POST/orders/addStock -
when running the endpoint, the order number assigned to the the order was not being returned when the add was successful
Make sure there is at lest one valid item before creating the stock order. Verify that all quaquantities for the valid line items are not 0
...