Skip to content

Commit eced7b0

Browse files
fix
1 parent 660813c commit eced7b0

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

content/getting-started/connect-the-pim-4x/step-1.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ As a connection corresponds to one specific connection, we will name our connect
2626
Follow these steps:
2727
1. Log into your 4.0 or newer PIM.
2828
_Sidenote: This tutorial is dedicated to 4.0 or newer PIMs. Here is the one for [older PIM versions](/getting-started/connect-the-pim-old/welcome.html)._
29-
1. Click on `Connect`.
30-
1. Click on `Connection settings`.
29+
1. Depending on the version you use, go to the `System/Connections` menu (before the v6) or the `Connect/Connection settings` menu.
3130
1. Click on `Create`.
3231
![Connection creation button](/img/getting-started/connection-creation-button.png)
3332
1. In the `Label` field, enter `My ERP`.

content/getting-started/connect-the-pim-4x/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 👋 Welcome in this guide!
22

33
This tutorial will teach you:
4-
> How to connect the PIM with the REST API on a 4.0 or a 5.0 PIM
4+
> How to connect the PIM with the REST API
55
66
## Goal
77
At the end of this tutorial, you will know what are the primary steps to properly connect the PIM.

content/rest-api/authentication.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Depending on your PIM version, there are two different ways to generate these cl
1919
- Still using the v1.7? [Here you go!](#with-a-v17-pim)
2020

2121
::: tips
22-
Don't know your PIM version? You can find it in the `version` line of the `System/System information` page.
23-
If the version looks more like a datetime, you use one of our SaaS offer, so please check the _Since the PIM v4_ paragraph.
24-
:::
22+
**You don't know your PIM version?**
23+
You can find it in the `version` line of the `System/System information` page.
24+
If the version looks like a datetime, you use one of our SaaS offer, so please check the _Since the PIM v4_ paragraph.
25+
:::
2526

2627
### Since the PIM v4
2728
Since the PIM v4, there is one unique and streamlined way to generate your client ID and secret. See by yourself!
@@ -121,8 +122,9 @@ You will get this answer.
121122
You now have a client ID and a secret. But the request to get this token needs a username and a password.
122123

123124
::: tips
124-
Don't know your PIM version? You can find it in the `version` line of the `System/System information` page.
125-
If the version looks more like a datetime, you use one of our SaaS offer, so please check the _Since the PIM v4_ paragraph.
125+
**You don't know your PIM version?**
126+
You can find it in the `version` line of the `System/System information` page.
127+
If the version looks like a datetime, you use one of our SaaS offer, so please check the _Since the PIM v4_ paragraph.
126128
:::
127129

128130
### Since the PIM v4

0 commit comments

Comments
 (0)