Skip to content

Commit d8ed77a

Browse files
arduibagLevFlavien
authored andcommitted
Content modification to have an App instead a Connector
1 parent 253aa3e commit d8ed77a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

content/guides/ecommerce-connection/step3-reconcile-PIM-data-with-eCommerce-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order for your App to communicate with Akeneo PIM, it must connect with its R
2222

2323
**What do you need to implement?**
2424

25-
A step-by-step guide to connect an App is available [here](../../apps/introduction.html).
25+
A step-by-step guide to connect an App to the PIM is available [here](../../apps/introduction.html).
2626

2727
## Attribute management
2828

content/guides/erp-connection/step4-how-to-build-your-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here are some of our recommendations!
66

77
## Follow the guide!
88

9-
We have a ["complete guide"](https://api.akeneo.com/apps/introduction.html) to understand how an App interact with Akeneo PIM.
9+
We have a ["complete guide"](https://api.akeneo.com/apps/introduction.html) to understand how to build an App.
1010

1111

1212
## Use our API

content/guides/print-connection/step3-reconcile-PIM-data-with-print-features.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@ Next step, for each piece of PIM data, you need to ask yourself the following qu
1313

1414
In order to help you develop your App features, here are some useful features you can use.
1515

16-
## API connection configuration
16+
## API connection
1717

1818
**What is it?**
1919

20-
In order for your App to communicate with Akeneo PIM, you need to provide a setting to invite Julia to enter her PIM API credentials.
20+
In order for your App to communicate with Akeneo PIM, it must connect with its REST API.
2121

2222
**What do you need to implement?**
2323

24-
* A UI or a “configuration file” to copy and paste Akeneo PIM API credentials (client id, secret, connection username and password).
25-
* If you create a UI, you should add a “Test” button to test the connection (in order to check that everything is correctly configured on this side, and to start retrieving some configuration information from Akeneo PIM)
24+
A step-by-step guide to connect an App to the PIM is available [here](../../apps/introduction.html).
2625

2726

2827
## Product management

0 commit comments

Comments
 (0)