Skip to content

Instantly share code, notes, and snippets.

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