• Resolved kareemrivera

    (@kareemrivera)


    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)
  • Hi @kareemrivera , thanks for reaching out to us.

    The services that you have mentioned: First-Class Mail; International Large Envelope** (Code 14) or First-Class Mail; International Letter** (Code 13) are available in the plugin. As you can see in our documentation. However, if the API response doesn’t show these specific services, that means the API doesn’t offer these services for this destination based on the shipping method that you have. Did you check that with the USPS rates calculator?

    Best regards

    Karolina

    Plugin Support tograczyk

    (@tograczyk)

    As we haven’t got any replies, I’m marking this topic as resolved for now.

    If you have any additional questions, please let us know, we’ll be happy to help.?

    ?Best regards,
    Tomek

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.