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/c075c7fa685a539b65e6d1ad5f334308 to your computer and use it in GitHub Desktop.
Save netzkollektiv/c075c7fa685a539b65e6d1ad5f334308 to your computer and use it in GitHub Desktop.
<?php
$proxy->catalogProductCreate($sessionId, 'simple', '4', 'simple_sku_yellow_XL',
array(
'name' => 'Product name',
'description' => 'Description Text...',
'short_description' => 'Short Description Text...',
'websites' => array(1),
'price' => 100.00,
'visibility' => 1,
'additional_attributes' => array('single_data' => array(array(
'key' => 'color',
'value' => $color
),array(
'key' => 'size',
'value' => $size
)))
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment