Skip to content

Commit 87b50b7

Browse files
Update content/getting-started/from-identifiers-to-uuid-7x/welcome.md
Co-authored-by: Pierre Allard <[email protected]>
1 parent dd0f02a commit 87b50b7

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +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-
We deployed **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

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

0 commit comments

Comments
 (0)