Update api_products.class.php

This commit is contained in:
Laurent Destailleur 2020-09-04 13:21:10 +02:00 committed by GitHub
parent 8e2001a09b
commit 35c0bc81e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1786,8 +1786,8 @@ class Products extends DolibarrApi
* @param string $ref_ext Ref ext of element
* @param string $barcode Barcode of element
* @param int $includestockdata Load also information about stock (slower)
* @param bool $includesubproducts Load information about subproducts
* @param bool $includeparentid Load also ID of parent product if product is a variant
* @param bool $includesubproducts Load information about subproducts (if product is a virtual product)
* @param bool $includeparentid Load also ID of parent product (if product is a variant of a parent product)
* @return array|mixed Data without useless information
*
* @throws RestException 401