Page 1 of 1

Looking up a UPC in the searchupc.com database using API

Posted: Sun Jan 02, 2011 3:55 pm
by stuartbaggs
Hi all

I am wanting to create a text box on a web page, of which I can enter a UPC (barcode number) and it will bring back the results of a product search, exactly the same as here: http://www.searchupc.com/default.aspx.

searchupc have an API with a function called GetProduct which takes a 12 or 13 digit UPC code and returns list of products with title, price, currency and online url for the UPC code in a CSV string format.

The function is documented here: http://www.searchupc.com/service/UPCSea ... GetProduct

I have a developer access token but have no idea where to start in creating this lookup text box as I have no knowledge of PHP of SOAP.

Is anyone able to help?

Many thanks
Stuart.

Re: Looking up a UPC in the searchupc.com database using API

Posted: Tue Jan 04, 2011 9:36 am
by Jade
Google is your best friend sometimes: http://www.codewalkers.com/c/a/Miscella ... -with-PHP/