Articles on: nShift TMS - Magento 2
This article is also available in:

nShift TMS - Magento 2 / F.A.Q

How do I order nShift Web-TA till Magento 2?



You order the module by following these steps.

Sign in to your TMS account
Click on "my add-on" in the menu
Select integrations and then Magento 2
Locate the Octagon plugin, and then click order

Next, you will receive an email with links to download the module and manual.

Note! If you don't have any TMS account today, you need to create one first by going to this site and click on order button.

Do you have any tutorial for the plugin?



Yes, there is an instructional video on our YouTube channel with english subtitle, follow link.


How do you change how deliveries are stored or booked?



To remove stored shipments, tick out (deflect) "Create Stored Shipments" on the current mode of delivery, on the contrary for booked ones.


How to get extra data into the calls when sending is stored / booked?



Go to SALES > nShift TMS > Shipping Methods > {Your Shipping Method}. Use the field "Extra shipment data in JSON format". This will be merged with the entire body of the call and then converted to XML. The JSON to XML syntax looks like this:

{ “abc”: “def” }
<abc>def</abc>


{“abc”:{“__namespace”:”http://www.spedpoint.com/consignment/types/v1_0”,”__value”:”def”}}
<v1:abc>def</v1> (if v1 is the id of the namespace in the xml header)


{“__key”:”abc”,”__value”:”def”}
<abc>def</abc>


[{“__key”:”abc”,”__value”:”def”},{“__key”:”abc”,”__value”:”def2”}]
<abc>def</abc><abc>def2</abc>


{“__key”:”abc”,”__attributes”:{“ert”:”true”},”__value”:”def”}
<abc ert=”true”>def</abc>



It is possible to get the shipping methods in Klarna Checkouts iframe?



No, not through nShift TMS, it's a future request but we can't say when it will be completed yet.
However, in our module nShift Checkout we have built in support for KSS/KSA through nShift.


Where do I fill in Point of Origin?



Take a look at this documentation: https://docs.magento.com/m2/ce/user_guide/shipping/point-of-origin.html

Updated on: 29/12/2021

Was this article helpful?

Share your feedback

Cancel

Thank you!