Currently, the WHMCS API endpoint GetProducts
only returns the Product Description field, but it does not include the fields Product Tagline and Product Short Description, even though these are available in the product configuration section within the admin area (Setup → Products/Services → Details).
Additionally, the API also does not return information about whether a product is hidden or visible, which makes it difficult to filter or control product visibility when building custom integrations.
These fields are very useful for custom websites, integrations, and automated catalog systems that rely on the API to dynamically display product data.
I would like to request that the following fields be added to the GetProducts API response (and any related endpoints):
- producttagline
- shortdescription
- hidden (or any field indicating product visibility)
This addition would make it much easier to synchronize product information with external systems without directly interacting with the database.
Why this is important:
- Enables complete and accurate product listings in external integrations
- Avoids the need for direct database access (safer and more maintainable)
- Increases flexibility for developers creating custom storefronts or APIs
Thank you for considering this improvement.
Post the first comment
Login to post a comment.