May 15, 2025
Improvements
New fields in the response of the GET /v1/products endpoint of the Products API
To make the response more complete and facilitate data integration and consumption, the following fields have been added to the return of the GET /v1/products endpoint:
supplyProductId
: product identifier in the demand.
INFORMATION
The id
field is the product creation identifier. The supplyProductId
field is the product identifier within the demand.
productTypeName
: name of the product type.productGroupName
: name of the group to which the product belongs.manufacturerName
: name of the product manufacturer.colorName
: name of the product color.
New filter parameter in the GET /v1/supply-demands endpoint of the Printers API
To quickly identify if there are active demands for a given product without the need to perform manual filters, we added a new optional search parameter in the GET /v1/supply-demands endpoint:
supplyProductId
(query / string): allows you to filter open demands related to a given product.
Use the GET /v1/products endpoint of the Products API to obtain the supplyProductId
of the desired product.
Then, consult the GET /v1/supply-demands endpoint, entering the supplyProductId
as a filter parameter.