File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/php-client/resources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ $client = new \Akeneo\Pim\AkeneoPimClientBuilder('http://akeneo.com/')->buildAut
13
13
* 'family': 'tshirt',
14
14
* 'categories': ['summer_collection'],
15
15
* 'groups': [],
16
- * 'variant_group ': null,
16
+ * 'parent ': null,
17
17
* 'values': [
18
18
* 'name': [
19
19
* [
@@ -144,7 +144,7 @@ $client->getProductApi()->create('top', [
144
144
'family' => 'tshirt',
145
145
'categories' => ['summer_collection'],
146
146
'groups' => [],
147
- 'variant_group '=> null,
147
+ 'parent '=> null,
148
148
'values' => [
149
149
'name' => [
150
150
[
@@ -192,7 +192,7 @@ $client->getProductApi()->upsert('top', [
192
192
'family' => 'tshirt',
193
193
'categories' => ['summer_collection'],
194
194
'groups' => [],
195
- 'variant_group '=> null,
195
+ 'parent '=> null,
196
196
'values' => [
197
197
'name' => [
198
198
[
You can’t perform that action at this time.
0 commit comments