The OpenAPI (https://skg-if.github.io/api/openapi/ver/current/skg-if-openapi.yaml) handles an empty result differently depending on the operation. A lookup by id like /products/{local_identifier} (same for persons, organisations, etc.) defines a 404. On the contrary, list and search operations define a 200 with an empty array in case of zero results.
The OpenAPI (https://skg-if.github.io/api/openapi/ver/current/skg-if-openapi.yaml) handles an empty result differently depending on the operation. A lookup by id like /products/{local_identifier} (same for persons, organisations, etc.) defines a 404. On the contrary, list and search operations define a 200 with an empty array in case of zero results.