netsuite icon indicating copy to clipboard operation
netsuite copied to clipboard

Make async requests to NetSuite SuiteTalk SOAP/REST Web Services and Restlets

Results 14 netsuite issues
Sort by recently updated
recently updated
newest added

`zeep` creates types dynamically for `ComplexType` values. These new types have the class `zeep.objects.ComplexType` so `isinstance(response, zeep.xsd.ComplexType)` is always `False`, which effectively bypasses the `WebServiceCall` decorator here: https://github.com/jacobsvante/netsuite/blob/9d7bdb39bdf50c246b6b0abd6fa12d65f8e57d61/netsuite/soap_api/decorators.py#L37 I'm not...

Hello, I was wondering if you could provide an example for how you would perform pagination in suiteql where the max limit is 1000 and a 'next_link' url is provided?...

The use of the query parameter in the REST API part of the library is not well documented. For example, one could search for a customer containing a keyword in...

Hi, I'm using REST API suiteql verb to retrieve data through SuiteQL queries. All is working fine except when I add an ORDER BY clause. For example `SELECT id, name...

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623)...

dependencies
python

Bumps [kota65535/github-asdf-parse-action](https://github.com/kota65535/github-asdf-parse-action) from 1.1.0 to 2.0.0. Release notes Sourced from kota65535/github-asdf-parse-action's releases. v2.0.0 Update dependency node to v20 #12 Commits 6747989 2.0.0 805b7c2 Update dependency node to v20 (#12) 9f3fe77...

dependencies
github_actions

Hello, Firstly, thank you for developing this great module. It is very convenient and meets all our requirements. Recently, I deployed an app with strict permissions for the user executing...

I'm trying to use the soap api in version 0.10.0 but when I install it with pip (`pip install netsuite[soap_api]`) it says the following: ``` Collecting netsuite[soap_api] Using cached netsuite-0.10.0-py3-none-any.whl...

The tests/test_soap_api.py file currently only has basic tests for initializing the client, but does not test any functionality beyond that. It would be best if each function in soap_api/client.py had...