cURL
curl --request GET \ --url 'http://{{baseurl}}/api/v1/products/reportRecords'
{ "data": [ { "product_id": 123, "description": "<string>", "records_count": 123 } ] }
The ID's of the product to generate the report for
Product records report for the specified product
Show child attributes