Drupal / ubercart remote node addition
Posted
by combatwombat
on Stack Overflow
See other posts from Stack Overflow
or by combatwombat
Published on 2010-05-21T08:58:33Z
Indexed on
2010/05/21
17:30 UTC
Read the original article
Hit count: 340
I am developing my first large Ubercart site, which needs to have a daily product database update from an existing xBase (DBF format). The conversion from DBF to MySQL/PHP is handled on the same server as the Drupal installation, using some custom scripting I have done, and works well. However, the next step is to get my script to talk to Drupal and update the product nodes with pricing/stock level/etc.
Googling hasn't resulted in any good hits, at least in PHP terms.
So how do I go about this? Can I just use a POST to a particular page in Drupal, ie RESTful, or do I have to use some more arcane xmlrpc method?
© Stack Overflow or respective owner