Discussions
Lack of documentation
about 2 months ago by swg
Hello team
I’m surprised by the lack of documentation for this API implementation. I’m trying to call the product recommendation endpoint, but there’s no information about the errors and how to handle errors. Currently, all I get in response is:
{
"status_code": 400,
"error_message": "Missing key."
}
There’s no additional information about the error, I do not see documentation about authorization or API keys for these GET endpoints. I would appreciate any guidance or clarification on how to properly authenticate and avoid this error.