| Key | Purpose | Sample | Description |
|---|---|---|---|
| words | Provide a list of comma separated words for matching in product descriptions | Build,Limited,Light |
Will find products whose description contains ANY of these words |
| Name | Type | Description |
|---|---|---|
| ID | bigint | Unique product identifier used in POST commands |
| Code | string | The code of matching products |
| Description | string | The description of matching products |