Posted on 24/01/2020 08:58:45
Hi Kurt
It is a shipping provider like all the others and work in the same way. A shipping provider is a way for Dynamicweb to make all shipping providers behave in more or less the same way. So the ShipAdvisor does not have an API for it self and share most template tags with the rest of shipping providers.
That means that in the cart, you i.e. have the tag for the shipping fee - that will be the same, but if ShipAdvisor has been setup, that provider will connect to Consignor and calculate the shipping cost. Then you need to specify a template for the provider it self - find our debugging template attached.
When this shipping method is chosen, the shipping provider will return a list of possible delivery methods (depending on your Consignor agreement and setup). If you choose a shipping method in the template that supports parcel shops, it will then list parcel shops.
In this template, like any other template, you can use @TemplateTags() to give you a complete list of available tags and their values.
BR Nicolai