Archive for order export

You are browsing the archives of order export.

Magento – Export Orders – A function to return USPS state abbreviation

It seems the Magento SOAP API is only returning the full state name to me (country being United States). I know that Magento knows the abbreviation – I see it in the source on the customer/address/edit page.
But I’m only getting the full state name via SOAP for my SOAP Order Exporter. No matter, here’s a [...]

Magento – Export Orders

SPECIAL NOTICE:
Aug 4, 2009: This article refers to the version 1 SOAP interface. The version 2 interface handles things a bit more cleanly; structs are passed back and forth instead of associative arrays in many cases. You can visit my WSDL dump to see some of the differences between the two: http://www.westwideweb.com/gimme-gimme.php
Introduction
I was at least [...]