Automatic Date Adjustments
The Logistics Plus Warehouse API enhances shipment processing with advanced date management capabilities. When receiving a request the API can automatically adjust the RequiredShipDate
for orders and the ETA
for receives based on the time of the request. It also allows custom configuration for blocking specific days of the week from being set.
To utilize automatic date adjustment, please contact integration support at integration.support@logisticsplus.com.
The Use Case
You enabled date adjustments on the create order endpoint, and your tenant is configured to adjust by 2 days and is blocking Saturday and Sunday. Placing an order on Thursday with 2-day auto-adjustment would logically suggest Saturday as the departure date. However, since Saturdays and Sundays are blocked, the API automatically sets the departure date to Monday.
If you explicitly pass us a date in the RequiredByDate
(Order) or the ETA
(Receive) field the API will never adjust it.
Date Adjustments
With this feature, we can configure the API to automatically adjust dates based on the current date.
By default, when no date is passed for the RequiredShipDate
for orders or the ETA
for receives, the API will adjust the current date by 1 day.
Date Blocking
With this feature, we allow you to stop the API from automatically setting specific days of the week as the arrival or departure date.
By default, all tenants do not have any blocked days.