Hello, im develop a carrier module, when it is installed are added 2 new carriers... im using getOrderShippingCost, within this consume a webservice that return a price. Now, getOrderShippingCost return me a price but i need to give that only to 1 carrier. is it possible to set different prices depending of my 2 carrier id of my module? consume webservice with X parameters return a price and set this to 1st carrier and consume again with Y parameters return another price and set to 2nd carrier.
ty!