SOAP Operation – getItemAvailability

The getItemAvailability operation can be used to retrieve the inventory availability for a specific list of items. You can filter the returned list using a lastQtyAvailableChange filter. If set, only items with quantity available changes recorded as of this date are returned. If the Multi-Location Inventory feature is enabled, this operation returns results for all… Continue reading SOAP Operation – getItemAvailability

SOAP Operation – getPostingTransactionSummary

The getPostingTransactionSummary operation lets you retrieve a summary of the actual data that posted to the general ledger in an account. You can use available filters and fields to generate reports that are similar to what you see when you run financial reports such as a Trial Balance, Balance Sheet, or an Income Statement. The… Continue reading SOAP Operation – getPostingTransactionSummary

SOAP Operation – getCustomizationId

When integrating with NetSuite through SOAP web services, in many cases, you will want to know which custom objects exist in an account. You may also want to obtain metadata for these custom objects so that your application can handle any business logic that is specific to the account. To learn which custom objects exist… Continue reading SOAP Operation – getCustomizationId

SOAP Operation – getIntegrationGovernanceInfo

The getIntegrationGovernanceInfo operation can be used to retrieve the available concurrency limit for the specific integration using the operation through SOAP web services. The operation does not have any parameters and returns the value for the concurrency limit and the limit type. The limit type can be: _integrationSpecific, when a limit has been allocated to… Continue reading SOAP Operation – getIntegrationGovernanceInfo

SOAP Operation – getDeleted

You use the getDeleted operation to retrieve a list of deleted records. When you use this operation, you can filter by record type, by script ID, and by the date of record deletion. For each record that matches the filter criteria, the system returns the following data: The record’s type The record’s name The record’s… Continue reading SOAP Operation – getDeleted

Soap Operation – getDataCenterUrls

You use the getDataCenterUrls operation to obtain the correct URL for external client access to NetSuite. getDataCenterURLs requests do not require authentication, nor any information identifying the application. The getDataCenterUrls operation ignores all authentication data if any such data is sent. SOAP web services versions 2019.1 and later are only available on account-specific domains. The… Continue reading Soap Operation – getDataCenterUrls

SOAP Operation – getAccountGovernanceInfo

The getAccountGovernanceInfo operation can be used to retrieve the account concurrency limit and the unallocated concurrency limit through SOAP web services. If an integration has insufficient concurrency limit allocated to it, it can use the getAccountGovernanceInfo operation. With the retrieved information the integration can determine whether there is sufficient unallocated concurrency limit for the account… Continue reading SOAP Operation – getAccountGovernanceInfo