For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product category search endpoint

resource: /product/category

method: POST

Request : InstitutionRequest

Response: List<Category>

{

    "langCode": "ET",
    "personId": "1abcsd",
    "institutionId": "1ABCS"
}
[
	{
		"id": "1B",
		"translatableName": {
			"originalText": "Cereals",
			"translations": [
				{
					"ET": "Teraviljad"
				}
			]
		},
		"numberOfProducts": 500,
		"parentId": "1A"
	}
]

Last updated