I would like to add a new custom shipper that the rtshiprequest will pull it's rates from. This would be our own internal rate server and have the cart look to us for rates rather than ups or fedx.
I would like to add a new custom shipper that the rtshiprequest will pull it's rates from. This would be our own internal rate server and have the cart look to us for rates rather than ups or fedx.
Your best bet is just going to be to look at the existing integrations' code in the source and model your integration off of those. We're not going to be able to give a whole lot more detail than that since you're integrating with your own internal service. Just add the calls to your service in the RTShipping.cs class the way we handle the others and you should be able to get there easily enough.