Creating a Scheduled shipment
On the Packaly API it's rather simple to create a Scheduled Delivery. So, why over complicate?
When creating a shipment on the API the following value needs to contain the following value:
scheduledStartTime | Scheduled Delivery |
---|---|
This is the timestamp send in towards our system to schedule the shipment on a certain timeframe. | For a scheduled delivery the timeframe should be send in as following: 2021-02-12T10:00:00.000Z This will create the scheduled time of: 12-02-2021 at 10:00:00 UTC time. |
It's important to note that while we require a scheduled time to be provided, this information is used for purposes other than planning the delivery at that specific time.
Updated 11 months ago