Hello,
I am using the API (TPP) to get the inventory items and product_data.
The product data is returned via the inventory_item.by_id request. It is NOT being returned by other requests such as inventory_items.created.by_user_id (for example).
If my user has 21 items and I want the product_data for them all, I need to perform 21 inventory_item.by_id requests. I haven't tested on LIVE yet but on HORIZON it takes 25 seconds to get it all.
It would be much faster if the information would be already available using the other requests. Maybe there's a way to specify to the request to return the product_data as well?
Tucows Developpers: Would you consider providing the information in the other queries that return the inventory_items ?
-- Christian Roy Station InfiniWeb inc. http://www.infiniweb.ca/ _______________________________________________ domains-dev mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-dev
