RE: Netsuite Products Fetch via PHP Toolkit
Hey, hope you are doing well.
Actually i am working on netsuite connector app with shopify. I am facing one issue which need to get resolved. At start when both platforms get linked up with each other i have to get all products from netsuite and add them at shopify. The issue is that netsuite have more than 2000 products so what is the best solution to get all of them. I have already applied pagination on that but still if u have a better idea then please update me about that.
One more thing like can i apply a filter to get products seperately like inventory item, and kit item seperately using PHP toolkit. I just want to get inventory items but it also returns kit items if i apply search on item type?
Thanks in advance
What methods with the toolkit are you currently using? For example, a saved search might offer an alternative if you’re currently just using the list method.
We are using PHP tool kit class ItemSearchBasic for that and have applied pagination in that