MailType always shown as PACKAGE. Can it be ENVELOPE?
-
Hi,
I’m doing a trial of this plugin for international orders. So far it seems the request to USPS is going with the type package. That only provides First-Class Package International Service** (Code 15). I would like the option First-Class Mail; International Large Envelope** (Code 14) or First-Class Mail; International Letter** (Code 13) to appear instead.
I only add .4oz to the cart in weight and use Australia as destination.
<?xml version="1.0" encoding="UTF-8"?> <IntlRateV2Request USERID="###"> <Revision>2</Revision> <Package ID="1"> <Pounds>0</Pounds> <Ounces>0.4</Ounces> <MailType>PACKAGE</MailType> <ValueOfContents>15</ValueOfContents> <Country>Australia</Country> <OriginZip>00610</OriginZip> </Package> </IntlRateV2Request>
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘MailType always shown as PACKAGE. Can it be ENVELOPE?’ is closed to new replies.