* OTTO recently introduced a feature that allows you to set up multiple return warehouses.
To process OTTO orders successfully, you must provide both a tracking number and return tracking number for each order. OTTO requires this information to confirm shipments, even if a customer decides not to return their order.
You can configure this in two ways:
- Automatically submit return tracking codes using a compatible webshop
- Manually enter these details in Channable after each order
This article explains both methods of setting this up.
Contents
- Option 1: Automate sending tracking number via web shop
- Option 2: Manually update tracking number in Channable
Before you start
You’ll need:
- Marketplaces Standard plan added to your package
- The Order Sync add-on enabled in your Channable account
- An existing OTTO channel set up in your project
Option 1: Automate sending tracking number via web shop
If you’ve connected one of the following webshops to Channable, you can set them up to automatically fetch return tracking numbers.
Select your platform below and follow the instructions provided.
Shopware 5
To set up a return tracking field in Shopware 5:
- Go to Configuration > Free Text Field Management.
-
Select the option to add a new text field to the Orders (s_order_attributes) table.
- Check that Display in Backend is selected so it appears in the order overview.
-
Click Save. It will appear at the bottom of the Overview tab in the Order details section.
- The field name to use when retrieving this data is returnTrackingCode, despite setting it as return_tracking_code during creation.
Shopware 6
To add a return tracking code in Shopware 6:
- Go to Settings > System > Custom Fields
-
Click on Add Set to create a new set named: Return tracking code.
-
Inside the new set, create a new text custom field.
- For Technical name, fill in “return_tracking_code”.
- For Label, fill in “Return tracking code.”
-
Click Save. This custom field will now be available at the bottom of the order details page to fill in.
WooCommerce
To add a return tracking code in WooCommerce:
- In your WordPress dashboard, go to WooCommerce > Orders.
- Select the specific order to which you want to add a return tracking code to.
-
Locate the Custom fields section within the order details page.
Note: The appearance and location of this section may be different depending on your WooCommerce version and any installed plugins.
Shopify
To add a return tracking code in Shopify:
- In your Shopify account, go to Metafields.
- Select the Orders section to add a new metafield to orders.
- Create a new metafield and name it “Return tracking code”.
- Set the type to Single line text and ensure it's configured to accept a single value. This metafield will then be accessible for each order, allowing to input the return tracking code directly within the order's details.
- To retrieve this information programmatically, make a GET request to the ''orders/{order_id}/metafields.json'' endpoint.
Magento
To add a return tracking number in Magento:
-
In your Magento account, enable Return Labels in the plugin and configure Regexp as follows:
-
Fill in the information required:
- For Title, put the value from the Title should contain field (from the 'Return Labels' configuration)
-
For Number fill in the return tracking key.
Option 2: Manually update tracking number in Channable
If your import platform doesn’t support automated return tracking codes, prepare them and submit them in Channable to send them to OTTO.
After a customer places an order on OTTO:
- Channable will automatically import the order into your order processing system.
- Prepare a tracking code for your order and a return tracking code in your system.
- In Channable, open the project containing your [your Otto channel] and go to Orders.
- In the Processed orders tab, click the unprocessed order and select Shipment confirmation.
- Fill in the information requested:
- For Tracking code, add the tracking code of your customer’s order.
- For Transporter (optional), select the postal carrier responsible for delivering the order.
- For Return tracking code, fill in the prepared return tracking code if the customer decides to return their order.
- For Return transporter, select the postal carrier responsible for returning the order.
- Click Send shipment confirmation.
Channable will update the information for the order to include the required tracking information.