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 @@ -43,7 +43,7 @@ $client = new \Akeneo\Pim\AkeneoPimClientBuilder('http://akeneo.com/')->buildAut
43
43
$product = $client->getProductApi()->get('top');
44
44
```
45
45
46
- You can get more information about the returned format of the product values [ here] ( /documentation/resources.html#product ) .
46
+ You can get more information about the returned format of the product values [ here] ( /documentation/resources.html#product-values ) .
47
47
48
48
### Get a list of products
49
49
@@ -178,7 +178,7 @@ $client->getProductApi()->create('top', [
178
178
);
179
179
```
180
180
181
- You can get more information about the expected format of the product values [ here] ( /documentation/resources.html#product ) .
181
+ You can get more information about the expected format of the product values [ here] ( /documentation/resources.html#product-values ) .
182
182
183
183
### Upsert a product
184
184
@@ -226,7 +226,7 @@ $client->getProductApi()->upsert('top', [
226
226
);
227
227
```
228
228
229
- You can get more information about the expected format of the product values [ here] ( /documentation/resources.html#product ) .
229
+ You can get more information about the expected format of the product values [ here] ( /documentation/resources.html#product-values ) .
230
230
231
231
### Upsert a list of products
232
232
You can’t perform that action at this time.
0 commit comments