Honest Mark (Chestny Znak)
Produktkennzeichnungscodes prüfen, Produkte auflisten und Umlaufstatistiken über das Honest-Mark-System abrufen
Честный Знак (Honest Mark) is Russia's national product labeling and tracking system for mandatory product marking (маркировка). It covers pharmaceuticals, dairy, tobacco, shoes, clothing, and many other product categories, providing an API for CIS code verification, product lookup, and circulation statistics.
With the Honest Mark integration in AACFlow, you can:
- Check product (CIS): Verify a product's CIS marking code and retrieve its status
- List products: Browse registered products in the labeling system
- Get circulation: Retrieve circulation statistics for a product category
This integration enables automated product labeling compliance verification and inventory tracking in Russian retail and logistics workflows.
Nutzungsanleitung
Integrate Honest Mark into the workflow. Requires an API key from your Честный Знак account. Register as a business participant at честныйзнак.рф.
Tools
chestny_znak_check_product
Check a product's CIS code
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Honest Mark API key |
cis | string | Ja | Code Identification System (CIS) code from product label |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
status | string | CIS status (in_circulation, retired, etc.) |
productName | string | Product name |
brand | string | Brand |
gtin | string | Global Trade Item Number |
valid | boolean | Whether the CIS is valid |
chestny_znak_list_products
List registered products
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Honest Mark API key |
category | string | Nein | Product category code |
limit | number | Nein | Maximum products to return |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
products | array | Array of product objects |
total | number | Total product count |
chestny_znak_get_circulation
Get circulation statistics
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | Honest Mark API key |
productGroup | string | Ja | Product group (e.g. pharma, dairy, shoes) |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
statistics | object | Circulation statistics object |
total | number | Total units in circulation |
Links
- Official API: https://честныйзнак.рф/business/projects/
- AACFlow block source: apps/aacflow/blocks/blocks/chestny_znak.ts

