Possibility of multiple dropoff addresses

Hi,

We would like to group orders by drop-off time and send them in one Stuart job.

Our Stuart php library will not send “dropoff_at” field if we have more then one dropoff addresses. It can be just a library limitation, but can you please clarify if we can use this field together with multiple dropoff addresses?

https://stuart.api-docs.io/v2/jobs/create-a-job

In other words, can we use several drop-off addresses if we would like to send the “dropoff_at” field?

thanks in advance!

Hi @Elena,

It is unfortunately not possible to create a scheduled job with a dropoff_at if the job contains multiple deliveries.
This is not only a library limitation. If you need to stack orders you will have to use a pickup_at instead.

Best Regards

1 Like