Items
Work with the item records.
Notes on Permissions
Make sure the role used for this integration has proper level of permissions (edit) for the Item record.
Base URL
https://{{accountid}}.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=customscript_prac_api_items&deploy=customdeploy_prac_api_items_v1
HTTP: GET
Gets the Item record(s) for given criteria.
Required Parameters
| Name | Value | Notes |
|---|---|---|
| script | customscript_prac_api_items | |
| deploy | customdeploy_prac_api_items_v1 |
Optional Parameters
| Name | Value | Notes |
|---|---|---|
| custparam_type | {{string}} | The item type (for example, "Service") |
| custparam_subsidiary | {{integer}} | The internal ID of the subsidiary |
| custparam_lastmodifieddate | {{datetime}} | UTC DateTime in the format 'YYYY-MM-DDTHH24:MI:SSZ' for example: '2024-09-20T12:38:32Z'. Passing this parameter will instruct the server to retrieve all records that have been modified AFTER this date. |
| custparam_page | {{integer}} | Indicates the page to request from the server. If not specified, 1 is used. |
| custparam_pagesize | {{integer}} | Indicates how many results to bring back from the server. If not specified, the default size defined on the server is used (typically 100). |
Response Information
Results are Paged