My Stuff

Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!

wmcltd Newbie

Comments

  • After a lot of trial and error I found a solution. [CODE] $externalId = 'ABC' //enter the externalId of the item here. You can probably use internalId as well. $myNSclient = new NetSuiteService(); $filter=new getItemAvailabilityRequest(); $filter->itemAvailabilityFilter = new ItemAvailabilityFilter();…