Below is the url for getting all subitems of an As...
# suitetalkapi
n
Below is the url for getting all subitems of an Assembly Item Matrix, this call is returning 0 items but we know it has 10 items
https://[xxxxxx].<http://suitetalk.api.netsuite.com/services/rest/record/v1/assemblyItem?q=parent+EQUAL+12345|suitetalk.api.netsuite.com/services/rest/record/v1/assemblyItem?q=parent+EQUAL+12345>
We successfully use this url for retrieving subitems of an Inventory Item Matrix and we retrieve the correct results
https://[xxxxxx].<http://suitetalk.api.netsuite.com/services/rest/record/v1/inventoryItem?q=parent+EQUAL+9011|suitetalk.api.netsuite.com/services/rest/record/v1/inventoryItem?q=parent+EQUAL+9011>
Can anyone see an issue with retrieving matrix assembly items?
b
you probably dont want to compare a beta available record to a fully supported record
n
good point. . I'll log a support case to NS and assume it gets to their team.