File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ only visible if the app manage catalogs.
20
20
### Limits
21
21
22
22
::: warning
23
- You can create ** up to 15 catalogs** per app.
23
+ You can only create ** up to 15 catalogs** per app.
24
24
:::
25
25
26
26
### Next steps
@@ -39,14 +39,14 @@ After you've completed this tutorial, you'll be able to create and use catalogs
39
39
### Requirements
40
40
41
41
- You have a Partner account and a developer sandbox.
42
- - Your app already manages the authentication step
42
+ - You have an app able to use the authorization process.
43
43
44
44
### Step 1: Ask for catalog scopes
45
45
46
46
In the documentation [ Ask for authorizations] ( /apps/authentication-and-authorization.html#step-2-ask-for-authorizations ) ,
47
47
you discovered how to ask for scopes.
48
48
49
- If you want to manage catalogs, you need to ask for 4 scopes:
49
+ If you want to manage catalogs, you need to ask for at least 4 scopes:
50
50
- ` read_products `
51
51
- ` read_catalogs `
52
52
- ` write_catalogs `
@@ -65,7 +65,7 @@ You should create a catalog with the more descriptive name possible. It will hel
65
65
:::
66
66
67
67
Catalogs created ** are always disabled by default** in the Akeneo PXM Studio. Only Akeneo users are able to enable a
68
- catalog. You must wait for one of your user to enable it before using it.
68
+ catalog. You must wait for any of your users to enable it before using it.
69
69
70
70
To help your users, you can give them a link to directly access the catalog configuration interface:
71
71
You can’t perform that action at this time.
0 commit comments