1

Is there any documentations on the request limits of SuiteTalk? Or does anyone know? I want to know if there are any limits on requests made on a per IP, per account, per X amount of time, or other?

PixelPaul
  • 1,022
  • 1
  • 10
  • 18

2 Answers2

1

You can check your account’s concurrency limit at setup > integration > manage integrations. It should have a field called Account Concurrency Limit.

Lastly, the concurrency is only governed on a per user (if using user credentials to authenticate requests), per integration, and per account basis.

gingin
  • 151
  • 5
0

You can search NetSuite's internal help documentation for "Web Services and RESTlet Concurrency Governance". This will walk you through all of the factors that come into play regarding concurrency for Web Service (SOAP/Rest) and Restlet requests.

Mike Robbins
  • 3,184
  • 15
  • 20
  • from what i can see, all limits are on the account and user. So there is no limits per IP. Would you know if that is true? – PixelPaul Dec 16 '19 at 06:07