Skip to content

Commit ea0bf15

Browse files
Merge pull request #659 from akeneo/UUID-endpoint-release-date-update
UUID endpoint release date update
2 parents 5b94bbb + 87b50b7 commit ea0bf15

File tree

1 file changed

+4
-2
lines changed
  • content/getting-started/from-identifiers-to-uuid-7x

1 file changed

+4
-2
lines changed

content/getting-started/from-identifiers-to-uuid-7x/welcome.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ The goal of this guide is to help you to move from a product-identifier-based lo
1010

1111
## What will happen?
1212

13-
Soon (summer 2022), we will deploy **6** new API endpoints, endpoints that have the same role as already-existing ones:
13+
We deployed **8** new API endpoints, endpoints that have the same role as already-existing ones:
1414
- `GET /api/rest/v1/products-uuid`, same as [GET /api/rest/v1/products](https://api.akeneo.com/api-reference.html#get_products)
1515
- `POST /api/rest/v1/products-uuid`, same as [GET /api/rest/v1/products](https://api.akeneo.com/api-reference.html#post_products)
1616
- `PATCH /api/rest/v1/products-uuid`, same as [PATCH /api/rest/v1/products](https://api.akeneo.com/api-reference.html#patch_products)
1717
- `GET /api/rest/v1/products-uuid/{uuid}`, same as [GET /api/rest/v1/products/{code}](https://api.akeneo.com/api-reference.html#get_products__code_)
1818
- `PATCH /api/rest/v1/products-uuid/{uuid}`, same as [PATCH /api/rest/v1/products/{code}](https://api.akeneo.com/api-reference.html#patch_products__code_)
1919
- `DELETE /api/rest/v1/products-uuid/{uuid}`, same as [DELETE /api/rest/v1/products/{code}](https://api.akeneo.com/api-reference.html#delete_products__code_)
20+
- `POST a proposal /api/rest/v1/products-uuid/{uuid}/proposal` (EE only), same as [POST /api/rest/v1/products/{code}/proposal](https://api.akeneo.com/api-reference.html#post_proposal)
21+
- `GET a draft /api/rest/v1/products-uuid/{uuid}/draft` (EE only), same as [GET /api/rest/v1/products/{code}/draft](https://api.akeneo.com/api-reference.html#get_draft__code_)
2022

21-
And later (during the last quarter of 2022), we will make optional the product identifier value (`pim_catalog_identifier` attribute).
23+
And later (during the last quarter of 2022), we plan to make optional the product identifier value (`pim_catalog_identifier` attribute).
2224

2325
## Why do we do that?
2426

0 commit comments

Comments
 (0)