We are currently still building up the English documentation; not all sections have been translated yet. Please note that there may still be German screenshots or links to German pages even on pages that have already been translated. This guide mostly addresses English speaking users in Germany.
Connecting eBay Fulfillment
Your task/initial situation
Requirements
Connecting ebay Fulfillment by Orange Connex with JTL
If you maintain BOM items in JTL-Wawi, you cannot transfer them to eBay Fulfillment without modification. Instead, you need to create a new item in JTL-Wawi that is not a BOM but represents the previous BOM. You can compile these before shipping them to eBay Fulfillment as complete items.
- Log in to the JTL-Customer Centre with your account.
- Select Products > Fulfillment and click on Go to portal.
- To initiate cooperation with Orange Connex, click on the link JTL-Fulfillment Network: Find storage space & service providers! and click Initiate cooperation.
- Register on the Orange Connex page. If you are already registered, log in with your account.
- Select 3PP account link in your Orange Connex customer account and click the +LINK JTL ACCOUNT.
- You will be redirected to the JTL Fulfillment Portal Central login page. Here, click Allow to ensure a connection to your JTL-Fulfillment network.
- You will then be redirected back to your Orange Connex portal. You can check whether the account link was successful under the menu item Customer account > 3PP account link.
Registering items from JTL-Wawi with Orange Connex
After successfully linking the account, you can now register items from your JTL-Wawi with Orange Connex.
- In the menu bar, select Warehouses (F4). Select Fullfillment Network and click Connect to JTL-FFN.
- Go to Start > Customer Centre Login to connect your JTL Wawi to your Customer Centre.
- Open your JTL-Wawi.
- Click on the menu item Items.
- Select a Category that contains the items that you want to register with Orange Connex.
- Select the items to be registered.
- Right-click on the selected items and select JTL-FFN > Assign to FF provider.
- In the new dialogue box, select all items and activate the check box for Orange Connex Global Germany GmbH.
- Click Authorise to transfer the items to the Orange Connex portal. This might take a while.
Setting up shipping for Orange Connex
- In the menu, select Warehouses > Warehouse.
- In the Shipping methods pane, activate the Standard check boxes for the respective shipping method.
- In the new dialogue box, go to Orange Connex Global Germany GmbH – OC Fulfillment.
- Then enter the missing information for the registration of the SKUs in your Orange Connex portal to complete the information.
Artikel etikettieren
You should label your items before you transfer them to eBay Fulfillment. To do this, you only need to make a small adjustment to the item label.
- In JTL-Wawi, open the dialogue box Managing print, email and export templates via the menu Admin > Print, email and export templates).
- Go to Template sets and select the node Item label. Then click Create > Single template.
- Give the template set a clear name, e.g. eBay Fulfillment. Then click on Add to create a new template.
- Select the template and click Edit. The JTL-Wawi form editor opens with the item label template on display.
- Double-click on the element in the lower left corner. This is already a bar code element. The window Bar code content opens.
- Enter the following value under Formula: Barcode(Item.JTL_FSKU, “EAN128”). Then click OK and save the template.
- When printing item labels (for example during a stock transfer), you can now select your new eBay Fulfillment template.
Ware zu eBay Fulfillment umlagern
Now you want to transfer goods to eBay Fulfillment. Follow the same instructions as for any other fulfilment service provider. Just make sure that you use the eBay Fulfillment warehouse as the destination warehouse for the stock transfer.
Case 1: Stock transfer
If you move goods from your own warehouse to the eBay Fulfillment warehouse, print the JFSKU as a bar code on the delivery notes and add them to all packages. To do this, navigate to Admin > Print, email and export templates > Sales documents > Delivery note > Print.
Code snippet for List&Label
Barcode (Report.JTL_FID,"EAN128")
or in the old templates
Barcode (Vorgang.JTL_FID,"EAN128")
To make your work easier, you can download an adapted delivery note template here:
- Download the respective file and unzip it into a folder.
- In JTL-Wawi, open the dialogue box Managing print, email and export templates via the menu Admin > Print, email and export templates.
- Select your delivery note template set or create a new template set for eBay Fulfillment.
- Click Import and select the file downloaded previously. You can further specify when the template should be used. Learn how to do this by reading the section on Templates in the JTL-Wawi documentation.
Case 2: Purchase order
If you order goods from your supplier and have them sent directly to the eBay Fulfillment warehouse, you must tell the JFSKU to your supplier, which they must then print on the delivery note. To send the number directly in the purchase order, navigate to Admin > Print/Email/Export Templates > Purchase documents > Purchase order > Email.
DotLiquid expressions for your email template
{% for JTL_FFNShippingNotification in Vorgang.JTL_FFNShippingNotifications -%}
{{ JTL_FFNShippingNotification.JTL_FID }}
{% endfor -%}
Aufträge über eBay Fulfillment ausliefern
Once your goods have arrived at the eBay Fulfillment warehouse, you can ship orders via eBay Fulfillment. Proceed in the same way as with shipping orders from other fulfilment warehouses. Make sure, however, that you select the eBay Fulfillment warehouse for the shipment. Go to documentation: Shipping sales orders via the JTL-Fulfillment Network.