खोज…


Magento SOAP V1

आपको मूल्य दायरा 'ग्लोबल' से 'वेबसाइट' (Sysytem-> कॉन्फ़िगरेशन-> कैटलॉग-> कैटलॉग-> मूल्य) में बदलना होगा

$client = new SoapClient('http://your-web-site/api/soap/?wsdl');
$API_USER = 'your-api-user';
$API_KEY = 'your-api-key';
$session = $client->login($API_USER, $API_KEY);
$result = $client->call($session, 'catalog_product.update', array('test-product', array('price' => '100'),'your-store-code'));
print "<pre>";
print_r($result);
print "</pre>";


Modified text is an extract of the original Stack Overflow Documentation
के तहत लाइसेंस प्राप्त है CC BY-SA 3.0
से संबद्ध नहीं है Stack Overflow