Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save netzkollektiv/d24b568954dd4ddc9e073db92577c60d to your computer and use it in GitHub Desktop.
<?php
$proxy->call($sessionId, 'catalog_product.create', array(
'configurable',
'4', // setId
'configurable_sku',
array(
'name' => 'Product name',
'description' => 'Description Text...',
'short_description' => 'Short Description Text...',
'websites' => array(1),
'price' => 100.00
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment