WebService of the post office for more than one product per freight [closed]

2

Hello, I'm using the webservice of brokers:

link

To calculate the cost and term of the freight. The call is made via JS (jquery / ajax) and the webservice is in C #. I already use the service successfully for 1 product.

The question is: And when there are more products to be shipped in a single freight? I do the separate calculation and somo? Or how it should be done? Thanks for the help.

    
asked by anonymous 14.04.2016 / 21:48

1 answer

3

You can add the weight height-to-length information and do the cubing. If it does not exceed the maximum limits of the mail it will calculate of good. If you exceed you must send separately or use a carrier.

    
14.04.2016 / 21:55