Force the numerical SKU to be a string by appending a space on the end. The trailing space is stripped by magento
$sku = 120 . " "; $result = $client->call($sessionId, 'catalog_product.info', $sku);
<code>
<blockcode>
<apache>
<bash>
<c>
<cpp>
<drupal5>
<drupal6>
<java>
<javascript>
<perl>
<php>
<python>
<ruby>
<xml>
<foo>
[foo]
More information about formatting options
Force the numerical SKU to be a string by appending a space on the end. The trailing space is stripped by magento
$sku = 120 . " ";
$result = $client->call($sessionId, 'catalog_product.info', $sku);