I don't know if I'm doing something wrong, but maybe this could be an error.
I need to find a product for a custom field. First I tried it with the searchForProducts method, I've got an AdminProduct with the product I need, but the field categories is null ¿?
if I use the getProduct method with the ID i've got in the first step I've got the product again, with the same information, but with the correct categories field.
bye