This guide details the steps to integrate Porter with your Twirll account, enabling you to streamline your delivery process and leverage Porter extensive network.
1. To add porter as integrations go to Business Portal
Business Portal >> Integrations >> Available Integrations
2. Select Delivery Vendor and from the options select porter
3. Add API key and save the details
4. Save Porter Settings on the locations on which you want to integrate
Business Portal >> Admin >> Manage Location >> Select the location >> Advanced Settings
5. Go to Set Thirdparty Config and set json settings as shown in the screenshot
{ "sales_channel_name": "Thirdparty", "thirdparty_integrations": { "porter": { "default": true, "dispatch_manager": [ { "name": "Sarthak Gupta", "phone_no": "+61123456789", "active": true } ], "auto_create_shipment_request": { "enable": true, "delay_in_mins": 15 }, "auto_complete_order_on_delivery": true, "sales_channel_constraint": { "enable": true, "sales_channels_id": [ 1 ], "sales_channels": [ { "id": 1, "order_origin_type": "Online Portal", "selected": true } ] } } } }