Skip to content

Commit 4f6367f

Browse files
Merge pull request #148 from damien-carcel/API-422
API-422: Create a product draft
2 parents 33952a9 + 7be96dd commit 4f6367f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/php-client/ce-resources/products.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ $client->getProductApi()->upsert('top', [
230230

231231
You can get more information about the expected format of the product values [here](/documentation/resources.html#product-values).
232232

233+
:::warning
234+
If you are using a v2.0 Entreprise Edition PIM, permissions based on your user groups are applied to the product you try to upsert.
235+
If you have edit rights but do not own the product, then it will create a [product draft](/php-client/ee-resources.html#product-draft) instead of updating the product.
236+
:::
237+
233238
### Upsert a list of products
234239

235240
This method allows to create or update a list of products.

0 commit comments

Comments
 (0)