Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use subset of configurable attributes in configurable products #1

Closed
wants to merge 1 commit into from
Closed

Conversation

dexteradeus
Copy link

Allows for a configurable product to be configurable on a subset of the
attributes that can be used. For example if an attribute set has three
attributes that can be used to configure a configurable product, but the
admin only wants to use two, they can be set in the productData array when
calling product.create.

array (
'configurable_attributes' =>
array (
0 => 'size',
1 => 'color',
),
)

Allows for a configurable product to be configurable on a subset of the
attributes that can be used. For example if an attribute set has three
attributes that can be used to configure a configurable product, but the
admin only wants to use two, they can be set in the productData array when
calling product.create.

array (
  'configurable_attributes' =>
  array (
    0 => 'size',
    1 => 'color',
  ),
)
@jreinke
Copy link
Owner

jreinke commented Jun 13, 2013

Fixed from 457dacf

@jreinke jreinke closed this Jun 13, 2013
rpnzl pushed a commit to jakoenterprise/module-magento-improve-api that referenced this pull request Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants