Skip to content

Commit e1cfd4b

Browse files
author
Willy
committed
API-420: Replace occurences of variant group in product reference
1 parent cd95c16 commit e1cfd4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/php-client/resources/products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $client = new \Akeneo\Pim\AkeneoPimClientBuilder('http://akeneo.com/')->buildAut
1313
* 'family': 'tshirt',
1414
* 'categories': ['summer_collection'],
1515
* 'groups': [],
16-
* 'variant_group': null,
16+
* 'parent': null,
1717
* 'values': [
1818
* 'name': [
1919
* [
@@ -144,7 +144,7 @@ $client->getProductApi()->create('top', [
144144
'family' => 'tshirt',
145145
'categories' => ['summer_collection'],
146146
'groups' => [],
147-
'variant_group'=> null,
147+
'parent'=> null,
148148
'values' => [
149149
'name' => [
150150
[
@@ -192,7 +192,7 @@ $client->getProductApi()->upsert('top', [
192192
'family' => 'tshirt',
193193
'categories' => ['summer_collection'],
194194
'groups' => [],
195-
'variant_group'=> null,
195+
'parent'=> null,
196196
'values' => [
197197
'name' => [
198198
[

0 commit comments

Comments
 (0)