Calculate Estimated Shipping Date
This action is used to calculated an estimated shipping date
The calculation is done by adding the warehouse lead time (the number of days that it takes the warehouse to process the order) to the order creation date. Cutoff time, weekends and holidays are taken into consideration.
Inputs
Name | Type | Description |
---|---|---|
Order Creation Date | String | Date when order was created |
Cut Off Time | String | Warehouse cut off time. The time when the warehouse stops processing orders |
Warehouse Lead Time | Number | Number of days for the warehouse to process the order |
Country Code | String | Country code for counting the holidays or None to not take holidays into cosideration |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether successfully calculated a date |
Estimated Shipping Date | String | Calculated estimated shipping date |
Minimum Estimated Shipping Date | String | Earliest estimation when will be shipped |
Maximum Estimated Shipping Date | String | Latest estimation when will be shipped |
Ordered on Non Business Day | Boolean | Whether the initial date wasn't a business day |
Ordered Before Cut Off Time | Boolean | Whether the initial time was before the cut off time |
Updated 7 months ago