You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/swagger/resources/products_uuid/routes/products_uuid.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ get:
5
5
- Product [uuid]
6
6
x-versions:
7
7
- "SaaS"
8
-
description: This endpoint allows you to get a list of products. Products are paginated and they can be filtered. In the Enterprise Edition, since the 2.0, permissions based on your user groups are applied to the set of products you request.
8
+
description: This endpoint allows you to get a list of products. Products are paginated and they can be filtered. In the Enterprise Edition, permissions based on your user groups are applied to the set of products you request.
9
9
parameters:
10
10
- name: search
11
11
in: query
@@ -70,7 +70,7 @@ post:
70
70
- Product [uuid]
71
71
x-versions:
72
72
- "SaaS"
73
-
description: This endpoint allows you to create a new product. In the Enterprise Edition, since the v2.0, permissions based on your user groups are applied to the product you try to create.
73
+
description: This endpoint allows you to create a new product. In the Enterprise Edition, permissions based on your user groups are applied to the product you try to create. If no uuid is provided, the PIM will generate one for you.
74
74
parameters:
75
75
- name: body
76
76
in: body
@@ -96,7 +96,7 @@ patch:
96
96
- Product [uuid]
97
97
x-versions:
98
98
- "SaaS"
99
-
description: This endpoint allows you to update and/or create several products at once. Learn more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no product exists for the given uuid, it creates it. In the Enterprise Edition, since the v2.0, permissions based on your user groups are applied to the products you try to update. It may result in the creation of drafts if you only have edit rights through the product's categories.
99
+
description: This endpoint allows you to update and/or create several products at once. Learn more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no product exists for the given uuid, it creates it. In the Enterprise Edition, permissions based on your user groups are applied to the products you try to update. It may result in the creation of drafts if you only have edit rights through the product's categories.
100
100
x-body-by-line: Contains several lines, each line is a product in JSON standard format
Copy file name to clipboardExpand all lines: content/swagger/resources/products_uuid/routes/products_uuid_uuid.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ get:
5
5
- Product [uuid]
6
6
x-versions:
7
7
- "SaaS"
8
-
description: This endpoint allows you to get the information about a given product. In the Entreprise Edition, since the v2.0, permissions based on your user groups are applied to the product you request.
8
+
description: This endpoint allows you to get the information about a given product. In the Entreprise Edition, permissions based on your user groups are applied to the product you request.
9
9
parameters:
10
10
- $ref: '#/parameters/uuid'
11
11
- $ref: '#/parameters/with_attribute_options'
@@ -32,7 +32,7 @@ patch:
32
32
- Product [uuid]
33
33
x-versions:
34
34
- "SaaS"
35
-
description: This endpoint allows you to update a given product. Learn more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no product exists for the given uuid, it creates it. In the Entreprise Edition, since the v2.0, permissions based on your user groups are applied to the product you try to update. It may result in the creation of a draft if you only have edit rights through the product's categories.
35
+
description: This endpoint allows you to update a given product. Learn more about <a href="/documentation/update.html#update-behavior">Update behavior</a>. Note that if no product exists for the given uuid, it creates it. In the Entreprise Edition, permissions based on your user groups are applied to the product you try to update. It may result in the creation of a draft if you only have edit rights through the product's categories.
36
36
parameters:
37
37
- $ref: '#/parameters/uuid'
38
38
- name: body
@@ -60,7 +60,7 @@ delete:
60
60
- Product [uuid]
61
61
x-versions:
62
62
- "SaaS"
63
-
description: This endpoint allows you to delete a given product. In the Enterprise Edition, since the 2.0, permissions based on your user groups are applied to the product you try to delete.
63
+
description: This endpoint allows you to delete a given product. In the Enterprise Edition, permissions based on your user groups are applied to the product you try to delete.
0 commit comments