Documentation Index

Fetch the complete documentation index at: https://docx.syndigo.com/llms.txt

Use this file to discover all available pages before exploring further.

Product Sets List

Prev Next

Return a list of product sets.

Note:

A product set is a group of products configured within CXH.

Url Parameters

  • companyid – Your company id.

Sample Request

GET api/report/insights/v2/{companyid}/productlists

Sample Response

{
  "items": [
    {
      "name": "Nuts and Bolts",
      "productcount": 1,
      "id": "b228fff0-391b-6b3e-518a-dddb2de1d1ea"
    },
    {
      "name": "Walmart",
      "productcount": 50,
      "id": "b228fff0-ffff-6b3e-518a-dddb2de1d1ea"
    }
  ]
}