Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default USPS changes effective Nov 14, 2008

    USPS has announced changes for Nov 14, 2008.

    We're reviewing them and will post an update shortly.


    As usual, their online documentation has not been updated to reflect the changes. The following is the basic information they've shared with their customers.
    Dear Web Tools customer,

    There will be several changes implemented in Web Tools by November 17, 2008. While the
    APIs will remain structurally and syntactically backward compatible, changes are possibly
    substantial enough to affect some users. Please contact [email protected] (1-800-
    344-7779) with any specific schema or enumeration changes.

    * Effective September 2008, Bound Printed Matter is no longer a valid service type for all
    versions of the Delivery Confirmation, Delivery Confirmation PIC, Signature
    Confirmation, and Signature Confirmation PIC APIs. On November 14, 2008, Web
    Tools will return an error document instead of a successful label response as shown
    below:

    EFFECTIVE 11/14/2008
    PRIOR TO 11/14/2008
    Code:
    <DeliveryConfirmPICCertifyV3.0Request 
    USERID="xxx">
    <FromZip5>20770</FromZip5>
    <ToZip5>06371</ToZip5>
    <ServiceType>Bound Printed 
    Matter</ServiceType>
    </DeliveryConfirmPICCertifyV3.0Request>
    
    <?xml version="1.0"?>
    <Error>
    <Number>-2147218882</Number>
    
    <Source>DC_Respond.DelivConfirmV3:clsDelivery
    ConfirmationV3.0.ProcessDCRequest; 
    SOLServerConfrm.DC_Respond</Source>
    <Description>Effective September 2008, Bound 
    Printer Matter is no longer a valid service type for 
    this API. (BPM is restricted to labels with Permit 
    Imprint.)</Description>
    <HelpFile/>
    <HelpContext>1000440</HelpContext>
    </Error>
    
    <?xml version="1.0"?>
    <DeliveryConfirmPICCertifyV3.0Response>
    
    <DeliveryConfirmationNumber>4200637191020385557498
    74163074</DeliveryConfirmationNumber>
    </DeliveryConfirmPICCertifyV3.0Response>

    * The underlying infrastructure for USPS Web Tools will be changing on November 14,
    2008. There will be a Domain Name Service change that will change the IP address
    resolution for the production.shippingapis.com and secure.shippingapis.com names.
    This change will not affect the URLs used to access the API's, so there should be no
    impact to existing calls and no interruption of service. If you encounter any
    communications problems on or after this time, please contact the Internet Customer
    Care Center.

    * Global Express Guaranteed (GXG) product postage prices will no longer be returned in
    the Internationl Rates API (IntlRate) if the value of a shipment exceeds the maximum
    value allowed for GXG to the destination country.

    For the latest API documenation, including Electronic Merchandise Return Service V4 and
    Express Mail Hold For Pickup, please see www.usps.com/webtools/technical.htm.
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: USPS changes effective Nov 14, 2008

    Based strictly on the notification from USPS, there appears to be no need to make any coding changes for the November 2008 USPS API changes.

    However, since the USPS API documentation available on their website is still dated August 2008, all we have to go on is the email they sent. Specific problems related to their API changes will need to be directed to USPS technical support.

    * Effective September 2008, Bound Printed Matter is no longer a valid service type for all
    versions of the Delivery Confirmation, Delivery Confirmation PIC, Signature
    Confirmation, and Signature Confirmation PIC APIs. On November 14, 2008, Web
    Tools will return an error document instead of a successful label response as shown
    below:

    EFFECTIVE 11/14/2008
    PRIOR TO 11/14/2008
    Code:
    <DeliveryConfirmPICCertifyV3.0Request 
    USERID="xxx">
    <FromZip5>20770</FromZip5>
    <ToZip5>06371</ToZip5>
    <ServiceType>Bound Printed 
    Matter</ServiceType>
    </DeliveryConfirmPICCertifyV3.0Request>
    
    <?xml version="1.0"?>
    <Error>
    <Number>-2147218882</Number>
    
    <Source>DC_Respond.DelivConfirmV3:clsDelivery
    ConfirmationV3.0.ProcessDCRequest; 
    SOLServerConfrm.DC_Respond</Source>
    <Description>Effective September 2008, Bound 
    Printer Matter is no longer a valid service type for 
    this API. (BPM is restricted to labels with Permit 
    Imprint.)</Description>
    <HelpFile/>
    <HelpContext>1000440</HelpContext>
    </Error>
    
    <?xml version="1.0"?>
    <DeliveryConfirmPICCertifyV3.0Response>
    
    <DeliveryConfirmationNumber>4200637191020385557498
    74163074</DeliveryConfirmationNumber>
    </DeliveryConfirmPICCertifyV3.0Response>
    Since the USPS Shipping Quote module in Zen Cart does not make any calls related to xxxxxxxxxxx, this is a non-issue.

    * The underlying infrastructure for USPS Web Tools will be changing on November 14,
    2008. There will be a Domain Name Service change that will change the IP address
    resolution for the production.shippingapis.com and secure.shippingapis.com names.
    This change will not affect the URLs used to access the API's, so there should be no
    impact to existing calls and no interruption of service. If you encounter any
    communications problems on or after this time, please contact the Internet Customer
    Care Center.
    Zen Cart uses the named address, so there should be no impact as a result of this change. Whether USPS has their own technical problems with this or whether DNS replication changes across the general internet cause any problems is beyond the scope of the Zen Cart module. Any problems connecting to the USPS servers should be directed to USPS technical support as they indicated.
    * Global Express Guaranteed (GXG) product postage prices will no longer be returned in
    the Internationl Rates API (IntlRate) if the value of a shipment exceeds the maximum
    value allowed for GXG to the destination country.
    The only impact of this would be that GXG rate quotes would not be listed to your customer if the specified criteria apply.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. USPS Changes Effective April 17, 2011
    By mumzie in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Feb 2011, 10:47 PM
  2. NEW USPS rates effective Jan 1 & FedEx API
    By Bahram43 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 31 Dec 2010, 08:50 AM
  3. USPS API changes announced for May 12, 2008
    By benblee in forum Built-in Shipping and Payment Modules
    Replies: 73
    Last Post: 10 Nov 2008, 11:10 PM
  4. New USPS Bug Nov 2007
    By sirluck in forum Addon Shipping Modules
    Replies: 31
    Last Post: 29 Jan 2008, 02:43 AM
  5. USPS Patch Nov 19 2007 for v1.3.7 and earlier
    By Ajeh in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 20 Nov 2007, 12:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg