Hey Arun,
Thanks for your wonderful reply that captures all the customization stuff needed and also matches my plan that I had in mah mind go ahead with. It'll certainly need customizations to match-up with the ideal implementation, But all that made me post was the cause due which despite providing the same input in both the systems caused the rates to vary. For e.g. : 2 packages, total weight 59lbs. , from 45005 to 55303 for FedEx Ground fetches $31 in OFBiz and shows $41.95 in FedEx site, that's a huge difference. Regards Prince ________________________________ From: Arun Patidar <arun.pati...@hotwaxmedia.com> To: Prince Sewani <princesew...@ymail.com> Cc: Arun Patidar <arun.pati...@hotwaxmedia.com>; "dev@ofbiz.apache.org" <dev@ofbiz.apache.org> Sent: Wednesday, March 21, 2012 6:32 PM Subject: Re: Default package size assumed by fedex? List rate means direct rates based on weight and dimensions of items and Account rates which based on discount provided on account. You can verify it from value of filed 'RateRequestTypes' in your rate request. You need some customization around it to get dimensions of package and products. You can assign defaultShipmentBoxTypeId to each product and get dimension of shipmentBox from there otherwise you can use product dimensions if exists. If you don't want to provide dimensions and shipment packages for each product then use default dimensions of default package along with total shippable weight. Regards ---- Arun Patidar Hotwax Media | www.hotwaxmedia.com On 21-Mar-2012, at 3:22 PM, Prince Sewani wrote: > Hey Thanks for the reply Arun, > Can you please help with a pivot to work-out which type of rate it is > (list/discounted)? > Also about dimensions, as the SOAP API is being used , I'd to use custom code > to check > Dimensions of RequestedPackage from the RateRequest and I got an NPE on > 'getHeight()' > method call, that clearly defines that the Dimensions for the Package are > null. > > Also is there a way we define dimensions for a product and that are used by > the service without any customization? > Coz, observing the code I don't see anything like that happening somewhere. > In all the rates are being calculated > based on just weight and not dimensions. > > Regards > Prince > > From: Arun Patidar <arun.pati...@hotwaxmedia.com> > To: dev@ofbiz.apache.org > Cc: Arun Patidar <arun.pati...@hotwaxmedia.com> > Sent: Wednesday, March 21, 2012 11:14 AM > Subject: Re: Default package size assumed by fedex? > > > Fedex rates calculation requires weight and dimensions of packages only. Also > Make sure that which type of rates you are getting, its a list rate or > discounted rate of your account. > > > Regards > ---- > Arun Patidar > Hotwax Media | www.hotwaxmedia.com > > > On 20-Mar-2012, at 5:36 PM, Prince Sewani wrote: > > > Hi All, > > > > I've a question, If the 'shipment.fedex.default.packagingType' is set to > > 'YOURPACKNG' , > > then what are the default dimensions assumed by Fedex for the package in > > which the > > > > product will be packed? > > > > I see a lot of difference in rates when I log-into Fedex a/c and give the > > zip codes, the > > > > difference in rate still lies whether I provide the dimensions of the > > package or not. > > > > Any pointers/clues will be of great help. > > > > Regards > > Prince > > >