3
Hello, I’m using the webservice of the correctors:
http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx
To calculate the freight cost and term. The call is made via JS(jquery/ajax) and the webservice is in C#. I already consume the service successfully for 1 product.
The question is: And when are there more products to be shipped in a single freight? I do the separate calculation and we? Or how should it be done? Thanks for the help.
The freight is not linked to the product itself, but to the entire order, what defines this relationship is distance between the origin and destination of the delivery.
– Ivan Ferrer