I don't see this integration on the lists that Vendr or Ship Station supports, but it looks like we should be able to write some sort of syncing script to sync the orders between the 2 systems.
But before I go too far down that path of building this, I just wanted to see if anyone else has already done this. Has anyone looked into this?
Also, I'm not sure why this posted in Umbraco 9 instead of the Vendr Support forum. I think it's because I selected Umbraco 9 as the version, but really not sure.
However I have worked with Shipmondo which does something similar handling shipment and print labels for various shipping carriers.
I would love if Vendr had the concept ShippingProvider similar to PaymentProvider, which could be created as a add-on package. Furthermore this would also allow us to use same provider, but different configurations like with payment providers.
However it should be possible to integrate with Vendr 2.0 and Umbraco 9.
Depending on the data returned from ShipStation, you could store the data as order properties.
You may want to hook into one or more of Vendr events e.g. when order status change or maybe a background task (e.g. using Hangfire).
ShipStation Integration with Vendr
Has anyone integrated Vendr with ShipStation (https://www.shipstation.com/) for shipping/order fulfillment?
I don't see this integration on the lists that Vendr or Ship Station supports, but it looks like we should be able to write some sort of syncing script to sync the orders between the 2 systems.
But before I go too far down that path of building this, I just wanted to see if anyone else has already done this. Has anyone looked into this?
Also, I'm not sure why this posted in Umbraco 9 instead of the Vendr Support forum. I think it's because I selected Umbraco 9 as the version, but really not sure.
Hi Kevin
I haven't had a deeper look at ShipStation but I have previous suggested it here: https://github.com/vendrhub/vendr/issues/48
However I have worked with Shipmondo which does something similar handling shipment and print labels for various shipping carriers.
I would love if Vendr had the concept
ShippingProvider
similar toPaymentProvider
, which could be created as a add-on package. Furthermore this would also allow us to use same provider, but different configurations like with payment providers.I think this it something, which may be included in a future version, but for now there are some other priorities as well: https://vendr.net/blog/vendr-2021-roadmap-survey-the-results/
However it should be possible to integrate with Vendr 2.0 and Umbraco 9. Depending on the data returned from ShipStation, you could store the data as order properties.
You may want to hook into one or more of Vendr events e.g. when order status change or maybe a background task (e.g. using Hangfire).
is working on a reply...