You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/apps/how-to-retrieve-pim-structure.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,17 @@ Get the big picture <a href="https://api.akeneo.com/getting-started/synchronize-
55
55
56
56
## Fetch the PIM structure
57
57
58
-
### 0. Setup the client for API
58
+
### 0. Initialization
59
59
60
-
If you haven't set your client yet, please:
61
-
- Install Guzzle by following the <ahref="https://docs.guzzlephp.org/en/stable/overview.html#installation"target="_blank"rel="noopener noreferrer">official documentation</a>
62
-
- Set your client for querying Akeneo API as follows:
63
-
64
-
```php [activate:PHP]
60
+
```php [activate:PHP]
65
61
66
62
$pimUrl = 'https://url-of-your-pim.com';
67
63
$appToken = 'your_app_token'; // Token provided during oAuth steps
68
64
65
+
// If you haven't done it yet, please follow the Guzzle official documentation for installing the client
0 commit comments