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/a1fd86e52bf2508b79f6cba6e71af8e1 to your computer and use it in GitHub Desktop.
Save netzkollektiv/a1fd86e52bf2508b79f6cba6e71af8e1 to your computer and use it in GitHub Desktop.
<?php
$proxy->call($sessionId, 'catalog_product_type_configurable.assign', array(
$configurableProductIdOrSku,
$simpleProductIdsOrSkus,
array('color','size'),
array('color'=>'Color','size'=>'Size'),
array(
'gelb' => array(
'pricing_value' =>'35',
'is_percent' =>0
),
'XL' => array(
'pricing_value' =>20.00,
'is_percent' =>1
)
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment