Skip to content

Commit dd0f02a

Browse files
Update welcome.md
1 parent 5b94bbb commit dd0f02a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ 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 **6** 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_)
2020

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

2323
## Why do we do that?
2424

0 commit comments

Comments
 (0)