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

yasir Beginner Asked on October 30, 2023 in Items.
Add Comment
1 Answers

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.

Intermediate Answered on November 5, 2023.

We are using PHP tool kit class ItemSearchBasic for that and have applied pagination in that

on November 21, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.