Cs-Cart Api: /products/:code

Hello,

Please consider implementing a /products/:code endpoint besides /products/:id in the CS-cart API.

We use multiple systems. In all systems, the product code is leading; not the CS-Cart id. Thus, if we want to make API requests from external systems, we have to look up to corresponding CS-Cart product ID first (through /api.php?_d=products&product_code=Y&q=[PRODUCT_CODE]), and then make a request to /product/[PRODUCT_ID]. As you can imagine, this slows things down tremendously.

Please leave a comment if you agree or if you know a better solution.

Thanks