#NESH

1 messages ยท Page 1 of 1 (latest)

sacred daggerBOT
dusty marsh
#

๐Ÿ‘‹ happy to help

ruby plinth
#

so, if I have to make a table with columns let' say: product name, description and number of prices, do you suggest to call api to get let's say first 10 products (if I have pagination) and then for each of them call the above request to retireve the prices of the product. Or - call api to get products and one to retrieve all prices at once - and map them in my system by ids ?

dusty marsh
#

the latter is better for performance, but in all cases you need to do auto-pagination if you have a lot of products/prices