Open xiaoyukarl opened 3 years ago
Sorry, maybe the answer is a bit late, because the ean 0794832212693 has no data-urls. Do you have an another example?
Sorry, maybe the answer is a bit late, because the ean 0794832212693 has no data-urls. Do you have an another example?
Hi, @mansurs , These original_picture.original_url of ean all return base64 strings, can you control not to return this part of information through parameter control, because this information is useless to us, but it causes the API to respond very slowly;
0794832214017, 0794832214000, 0794832213997, 0794832213980, 0794832213973
Thanks;
@xiaoyukarl we should have fixed the issue. We don't store base64 string and we don't expose the internal fields in the API anymore. Could you please check and confirm?
hello When I use this 'GET /product-data/{ean}/' API, some eans return original_picture. original_url is a url, and some eans return a base64 string. Why is there such a difference? When the return is a base64 string, the response time is very long, I want to return only the url。 thank