Page 1 of 1

Adding products with PHP

Posted: Mon Aug 01, 2011 10:50 am
by ra86
Hi guys,

I posted this on the Interspire forum, but I just found this forum, so figured this might be a better place to ask. Here's my post from the ISC forum:

Has anybody ever added new products directly in PHP? If so, have you done it manually, or have you managed to link in with the existing functions that the importer uses?

I'm integrating eSeller Pro with Interspire, and I have to add multiple products [edit:] from an XML request. The processing of all that data is fine, but I'm a bit cautious about doing this, in case there are hidden steps that I'm ignoring. Also, I'll need to somehow link in with the functions that handle the images as well, so I'm wondering if there's a good, solid way to do all of this?

Thanks