Try the Demo

Magento Forum

   
API : problem with tier prices and new products display
 
G1P
Jr. Member
 
Avatar
Total Posts:  6
Joined:  2008-07-18
France
 

Hello. I’m using the API (SOAP) and it works fine except 2 details :

* New products added via the API do not appears in the front office. In order to view the product, I must save it in the back-office.
* Updating tier prices do not work (no changes).

My product content :

$newProductData = array(
  
'sku'               => $newProductSku,
  
'name'              => 'name of product',
  
'websites'          => array('base'),
  
'short_description' => 'short description',
  
'description'       => 'description',
  
'price'             => 12.05
  
'status'            => 1
  
'category_ids'      => array(23), 
  
'weight'            => 16
  
'tax_class_id'      => 2
);

My code is same than the API documentation examples. I tried magento 1.1Beta and SVN trunk.

Do you have the same problem ? Do I forget something ?

 Signature 

Best practices PHP 5 | OpenStates | à paraître : Développement PHP avec Zend Framework

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top