Trigger: After an order is created
Condition: One must be satisfied. "At least one of Order lines > SKU equals return"
Action: Update an attribute. "Attribute > Shipping rate" Value = your shipping rate.
Explanation:
In this example, we have shown how to sort your orders to specific shipping rates based on their SKU number. You can of course create your workflow just as you prefer.
The trigger is after an order is created as the order needs to come in firstly into Webshipper.
The condition is the element that ensures that the automation only will trigger when it has been fulfilled. in this case, the SKU equals "return".
The action is what the workflow needs to do if the condition is met. In the example, we wish to select a specific shipping rate. We do this by finding the shipping ID and pointing the orders toward that rate.