Skip to main content
GET
/
sections
/
reportProducts
Get products report by section
curl --request GET \
  --url 'http://{{baseurl}}/api/v1/sections/reportProducts'
{
  "section_id": 123,
  "section_number": 123,
  "products_count": 123
}

Query Parameters

id
integer

The ID's of the section to generate the report for

Response

Products report for the specified section

section_id
integer
required
section_number
integer
required
products_count
integer
required