usps

How do I get domestic shipping rates via the USPS API using Google Apps Script?

和自甴很熟 提交于 2021-02-08 08:12:23
问题 Upon loading this link, which is composed of the user ID provided by USPS and details regarding the package, in my browser Link: http://production.shippingapis.com/ShippingAPITest.dll?API=RateV4&XML=<RateV4Request USERID="[userid]"><Revision/><Package ID="1ST"><Service>PRIORITY</Service><ZipOrigination>02211</ZipOrigination><ZipDestination>90210</ZipDestination><Pounds>5</Pounds><Ounces>2</Ounces><Container>RECTANGULAR</Container><Size>LARGE</Size><Width>15</Width><Length>30</Length><Height

Authorization failure in USPS Address verification API

泄露秘密 提交于 2020-01-14 12:38:31
问题 Just i have a Registered with USPS which provides the US Address Validation API . I am using the following code to get the XML Response . But, unfortunately the Response says: Authorization Failure User 'xxxxxxxxx' is not authorized to use API Verify.USPSCOM::DoAuth. Do i missing something? Code: void IsValidAddress() { string USPS = "http://production.shippingapis.com/ShippingAPITest.dll?API=Verify&XML=<AddressValidateRequest%20USERID='xxxxxxx'><Address ID='1'><Address1></Address1><Address2

USPS API - After creating labels retrieving Tracking Number C#

╄→尐↘猪︶ㄣ 提交于 2019-12-24 06:39:06
问题 I have been able to successfully use the USPS API to create a shipping label. The XML returned gives me a Delivery Confirmation Number, but it does not return the tracking number. The tracking number is what I really need. I've used (https://www.usps.com/business/web-tools-apis/delivery-confirmation-domestic-shipping-label-api.pdf) as my base for how to successfully create the label, but no place does it mention how to get the tracking number. The tracking number is in the label that can be

USPS API returning 80040B19 error code and Account is in Production

荒凉一梦 提交于 2019-12-23 12:26:31
问题 so my issue is according to the documentation (wich is pretty slim and not the greatest) the xml i have is everything that is required, but im getting this error code back <?xml version="1.0" encoding="UTF-8"?> <Error><Number>80040B19</Number><Description>XML Syntax Error: Please check the XML request to see if it can be parsed.</Description><Source>USPSCOM::DoAuth</Source></Error> this doesnt make much sense to me because my account is in production mode, and as i said according to the

How to develop a custom shipping module for a new carrier in Netsuite?

爷,独闯天下 提交于 2019-12-23 04:43:33
问题 I'm interested in developing a custom plugin for a new carrier. I see Netsuite offers UPS, FedEx, USPS, Endecia, etc. I found this page on Netsuite (http://www.netsuite.com/portal/developers/dev-resources.shtml) but it's not very clear how a developer like me can go about developing this. Does Netsuite even let outside developers create their own shipping modules? I'm interested in developing my own tax module as well one day. 回答1: One possible solution (Assuming the shipping provider has the

Issue as The element 'ImageParameters' cannot contain child element 'ImageParameter'

一世执手 提交于 2019-12-14 03:45:47
问题 I am trying to generating the usps label with 4x6 but I am facing this issue. Can any one help me out for generating 4x6Label. Also I tried changing the version from DeliveryConfirmationV3 to DeliveryConfirmationV4 but still it is not generating 4x6Label. My xml request is passing as https://secure.shippingapis.com/ShippingAPI.dll?API=DeliveryConfirmationV3&XML=<DeliveryConfirmationV3.0Request USERID="xxxxx" PASSWORD="xxxxxx"> <Option>1</Option> <ImageParameters> <ImageParameter>4X6LABEL<

how to get USPS shipping rate in coldfusion?

痴心易碎 提交于 2019-12-13 11:23:56
问题 i am using coldfusion and i want to get USPS Shipping charges in my application/website. Is there any function to get usps shipping rates from usps in coldfusion. Thanks Yugal 回答1: First result on google for usps ColdFusion CFC http://uspscfc.riaforge.com 来源: https://stackoverflow.com/questions/10397363/how-to-get-usps-shipping-rate-in-coldfusion

USPS Address Validation Fail

拈花ヽ惹草 提交于 2019-12-11 18:23:29
问题 When validating an address, I get this error: ex = {"Error Loading XML: The following tags were not closed: AddressValidateRequest, Address, Address1.\r\n"} or I get another error saying the address cannot be found. Is there a better way to validate this address? Here is my URL: http://production.shippingapis.com/ShippingAPI.dll?API=Verify&XML=<AddressValidateRequest USERID="402JMAWE3481"><Address ID="1"><Address1>123 Main St</Address1><Address2></Address2><City>Watertown</City><State>MA<

USB USPS Postage Scale API

只愿长相守 提交于 2019-12-11 04:23:05
问题 I'm trying to integrate a USPS postage scale with a C# application and I'm having no luck. I actually have 2 scales, one is a Mettler Toledo PS60 and the other is the USPS PS-100 (http://www.measurement-ltd.com/ps-100-det.html). The MT scale works beautifully with Mike O'Brien's HidLibrary (https://github.com/mikeobrien/HidLibrary). However, the USPS scale does not (Please note that this is NOT the Stamps.com scale, which DOES appear to work with the HidLibrary). I know the scale is working

USPS api - using curl and codeigniter

↘锁芯ラ 提交于 2019-12-11 02:45:54
问题 I am trying to develop a USPS rate calculator for a cart that I am building in codeigniter. I am having issues getting getting success responses from the USPS test server and their api. I have called in with my issues and apparently, they don't want to provide any support to anyone trying to create a custom solution. To make it more confusing, they told me that all I need to know can be found in their Development Guide v3.pdf, but in it they state: Step 3: Run “Canned” Test from Test Server