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/afc5e94d1271bf3f983b5c98483c6fef to your computer and use it in GitHub Desktop.
Save netzkollektiv/afc5e94d1271bf3f983b5c98483c6fef to your computer and use it in GitHub Desktop.
<?php
$proxy->catalogProductCreate($sessionId, 'configurable', '4', '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