Not sure yet by memory if I have a restriction on this one product that I'm testing, still looking into that, but here is the debug data from being on the shopping cart page and asking for a shipping estimate. Some destination data is obscured. I do know that the site has first class Parcel selected as a shipping option. I'm wondering if any of the following have changed as I don't think I have a similar debug log from a previous successful time period:
Code:
logs/SHIP_usps_Debug_09012017161026_US_xxxxx_0lb_11oz.log)
Sep 01 2017 16:10:27 --
USPS build: 2016-01-17
Server: production
Quote Request Rate Type: Retail
Quote from main_page: shopping_cart
USPS Options (weight, time): Display transit time
USPS Domestic Transit Time Calculation Mode: NEW
Cart Weight: 0.6
Total Quote Weight: 0.66 Pounds: 0 Ounces: 11
Maximum: 50 Tare Rates: Small/Medium: 10:0 Large: 10:0
Handling method: Box Handling fee Domestic: $1.40 Handling fee International: $5.00
Decimals: 3
Domestic Length: 8.625 Width: 5.375 Height: 1.625
International Length: 9.50 Width: 1.0 Height: 5.50
All Packages are Machinable: True
Enable USPS First-Class filter for US shipping: True
Sorts the returned quotes: Price-LowToHigh
Order SubTotal: $0.00
Order Total: $15.00
Uninsurable Portion: $0.00
Insurable Value: $15.00
RESPONSE FROM USPS:
==================================
<?xml version="1.0" encoding="UTF-8"?>
<RateV4Response>
<Package ID="0"><ZipOrigination>xxxxx</ZipOrigination><ZipDestination>xxxxx</ZipDestination><Pounds>0</Pounds><Ounces>11</Ounces><FirstClassMailType>PARCEL</FirstClassMailType><Size>REGULAR</Size><Zone>4</Zone>
<Postage CLASSID="0"><MailService>First-Class MailRM Parcel</MailService>
<Rate>3.93</Rate>
<SpecialServices><SpecialService>
<ServiceID>103</ServiceID><ServiceName>Collect on Delivery</ServiceName><Available>true</Available><Price>7.15</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>175</ServiceID><ServiceName>Collect on Delivery Restricted Delivery</ServiceName><Available>true</Available><Price>12.10</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>100</ServiceID><ServiceName>Insurance</ServiceName><Available>true</Available><Price>2.10</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>177</ServiceID><ServiceName>Insurance Restricted Delivery</ServiceName><Available>true</Available><Price>7.05</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>109</ServiceID><ServiceName>Registered MailTM</ServiceName><Available>true</Available><Price>12.50</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>176</ServiceID><ServiceName>Registered MailTM Restricted Delivery</ServiceName><Available>true</Available><Price>17.45</Price><DeclaredValueRequired>true</DeclaredValueRequired><DueSenderRequired>false</DueSenderRequired></SpecialService><SpecialService>
<ServiceID>155</ServiceID><ServiceName>USPS TrackingRM Electronic</ServiceName><Available>true</Available><Price>0.00</Price></SpecialService></SpecialServices>
</Postage></Package>
There is more "data", but it relates to the other package types that *are* showing. Perhaps someone has a similar comparison file available from when it was working (sounds like "Tuesday") that could either offer it up or perform a comparison to see structurally how/if there is a difference of concern.
Bookmarks