Hello,
If two items from the same order have the same allocation ID but they are splitted for shipment? Is it possible to create a splitted shipment with two different tracking numbers?
I tried to send them to veeqo via the /shipments endpoint, but if the allocation id for shipment 1 has been upload already, then I received a 400 error saying that the allocation ID already exist, so the order gets marked as shipped, but the second tracking number for the second item doesn’t uploads
Thank you
There seem to be no replies. Is there no way to do this?
Hey @specialideas and @mikel1991,
Yes, this is definitely possible through our API. I’ve just taken a look on my test account and I was able to create two allocations and two shipments with two different tracking numbers for a single order.
Here’s my workflow as this might help you figure out to do it on your end:
- Make two POST requests to
/orders/{order_id}/allocations
for my order, so that I have two different allocations for the same order.
- Make a GET request to
/orders/{order_id}
to get relevant information about the order/validation purposes (allocation IDs).
- Make two POST requests to
/shipments
, changing the allocation_id
on each request to the allocations that I created in step 1.
If this works for you, please let me know, but if you are still having trouble then contact Veeqo Support via the support messenger in the Veeqo app or contacting helpme@support.veeqo.com.
Hope this helps,
Alex - Veeqo