GetRates Method
Calculates postage rates to ship a package via the RequestedService .
Object Oriented Interface
public function doGetRates();
Procedural Interface
inship_uspsrates_do_getrates($res);
Remarks
For domestic rate requests, this method allows you to calculate how much domestic shipping will cost to mail a package with a certain size and weight, from SenderZipCode to RecipientZipCode by Express Mail, Priority Mail, First-Class Mail, Parcel Post, Media Mail, Library Mail, or as Bound Printed Matter.
Domestic rate requests use values for the following properties:
- RequestedService (required)
- SenderZipCode (required)
- RecipientZipCode (required)
- PackageWeight (required)
- PackageSize (required)
- PackageLength (required for large packages)
- PackageWidth (required for large packages)
- PackageHeight (required for large packages)
- PackageGirth (required for irregular packages)
- PackageType (optional)
- Machinable (optional)
- ServiceListNetCharge
- ServiceCommitments
- ServiceType
- ServiceTypeDescription
- ServicePackagingType
- ServiceMaxDimensions
- ServiceMaxWeight