Hi everyone,
I want to configure a last mile delivery network where each SO would be automatically placed at a predefined warehouse (a local store). Can I achieve that by using the product category?
Example:
- Product 1 ("Buy a delivery in city 1") -> SO is created on STORE1 by default
- Product 2 ("Buy a delivery in city 2") -> SO is created on STORE2 by default
I know there is a way to link the customer to a default warehouse, but I want a customer to keep the option to select the store he prefers. The routes system will organise the pull actions nicely from the DCs.
What happens when a customer has product 1 and product 2 in the same SO?
I precise that the product IS the delivery itself, so the customer will be forced to select one SKU / one quantity per SO when he buys it on the website.
Product 1: "Delivery from city A to city B, 1kg, 2$"
Product 2: "Delivery from city A to city B, 2kg, 4$"
Product 3: "Delivery from city B to city C, 1kg, 1.5$"
I am wondering if there is a way to configure that without any line of Python.