Where is the stored procedure for adding a new product?
I want to populate the products table (this is product_templates?) with all of our existing products and also update nightly with new products from our live ERP system.
Thanks.
You can use spPRODUCT_TEMPLATES_Update.
OK that works, thanks. I had assumed as there were other procedures called '?_new' that I needed one of these.