Forum Moderators: coopster
Has anyone actually managed to upload inventory to Amazon Seller Central using PHP Soap?
Any example code would be helpful?
I'm working on it, but even Amazon aren't sure with their extremely vague documentation and hacked up sample code using NuSOAP.
The built in PHP SOAP classes can't be used as they don't support SoA (Soap with Attachments), needed to upload the inventory/order files. Only NuSOAP can be used as far as I know and this has to be played with to enforce: UTF-8, multipart attachments, 8 bit encoding, in base 64.
I did finally get some old example code from Amazon, getting it working is something else.
Any comments are welcome!