Question:
How would I go about adding tracking numbers, via Velo, for an order with multiple different fulfillers?
Product:
Wix Editor, Velo
What are you trying to achieve:
If a customer orders from my store, there can potentially be 3 different fulfillers as I have products coming from 3 different suppliers. I want to be able to programmatically (and thus automatically) assign tracking info to each of the products. Tracking Info is generated via information I already have stored in Wix CMS.
What have you already tried:
Via createFulfillment, I would only be able to specify lineItems that have the same fulfillerId and as such, would only be able to add trackingInfo for one of the fulfillers.
Calling createFullfilment once per fulfillerId amongst the lineItems doesn’t work and only the first createFulfillment goes through.
Additional information:
I cannot use any of the stock shippingProviders, nor do I need to as I am doing the tracking manually via dynamic pages on my site.