File tree Expand file tree Collapse file tree 7 files changed +28
-6
lines changed
resources/reference-entity Expand file tree Collapse file tree 7 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
Below you will find which PHP client version to use depending on your PIM version.
11
11
12
- | PIM version | API PHP client version |
13
- | --------| ----|
14
- | v2.0 | v1.0 |
15
- | v2.1 - v2.2 | v2.0 |
16
- | v2.3 | v3.0 |
12
+ | PIM version | API PHP client version | End of life |
13
+ | --------| ----| ----|
14
+ | v2.0 | v1.0 | March 2019 |
15
+ | v2.1 - v2.2 | v2.0 | March 2019 |
16
+ | v2.3 | v3.0 | December 2019 |
17
+ | v3.0 | v4.0 | August 2020 |
17
18
18
19
::: info
19
20
Note that our PHP client is backward compatible.
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Two clients exist:
9
9
There are three versions of these clients:
10
10
- The version v1.0 is compatible with the PIM 2.0.
11
11
- The version v2.0 is compatible with the PIM 2.1 and 2.2.
12
- - The current and latest version v3.0 is compatible with the PIM 2.3.
12
+ - The version v3.0 is compatible with the PIM 2.3.
13
+ - The current and latest version v4.0 is compatible with the PIM 3.0.
13
14
14
15
## Support & issues
15
16
Please be aware that these PHP clients are only supported ** in best effort** , whether you are an Entreprise or Community customer.
Original file line number Diff line number Diff line change 4
4
This resource is only available in the [ Entreprise Edition] ( https://www.akeneo.com/enterprise-edition/ ) .
5
5
:::
6
6
7
+ ::: warning
8
+ This resource is only available since the version 4.0 of the PHP API client.
9
+ :::
10
+
7
11
#### Get an attribute option for a given attribute of a given reference entity
8
12
9
13
``` php
Original file line number Diff line number Diff line change 4
4
This resource is only available in the [ Entreprise Edition] ( https://www.akeneo.com/enterprise-edition/ ) .
5
5
:::
6
6
7
+ ::: warning
8
+ This resource is only available since the version 4.0 of the PHP API client.
9
+ :::
10
+
7
11
#### Get an attribute of a given reference entity
8
12
9
13
``` php
Original file line number Diff line number Diff line change 4
4
This resource is only available in the [ Entreprise Edition] ( https://www.akeneo.com/enterprise-edition/ ) .
5
5
:::
6
6
7
+ ::: warning
8
+ This resource is only available since the version 4.0 of the PHP API client.
9
+ :::
10
+
7
11
#### Download the media file associated to a reference entity or a record
8
12
9
13
``` php
Original file line number Diff line number Diff line change 4
4
This resource is only available in the [ Entreprise Edition] ( https://www.akeneo.com/enterprise-edition/ ) .
5
5
:::
6
6
7
+ ::: warning
8
+ This resource is only available since the version 4.0 of the PHP API client.
9
+ :::
10
+
7
11
#### Get a record of a given reference entity
8
12
9
13
``` php
Original file line number Diff line number Diff line change 4
4
This resource is only available in the [ Entreprise Edition] ( https://www.akeneo.com/enterprise-edition/ ) .
5
5
:::
6
6
7
+ ::: warning
8
+ This resource is only available since the version 4.0 of the PHP API client.
9
+ :::
10
+
7
11
#### Get a reference entity
8
12
9
13
``` php
You can’t perform that action at this time.
0 commit comments