- Feature: Added
get
,getAll
,add
,upsert
andupsertList
methods. Big thanks go out to @matmunn for the original PR. (#6)
- Feature: Helper
NetSuite.to_builtin
to convert zeep objects to python builtins - Feature: Add
lastQtyAvailableChange
filter
- Breaking change: Sandbox is now configured through account ID,
sandbox
flag is now a no-op - Breaking change: New default version is 2018.1.0
- Breaking change: Account specific domains are now used when
wsdl_url
is left unspecified - Feature: Support regular credentials Passport
- Info: Listing Python 3.7 as a supported version
- Fix:
getItemAvailability
only read first passed in external/internal ID - Feature: Allow overriding global NS preferences through SOAP headers
- Initial version. Support for
getList
andgetItemAvailability
- Please note that there is currently no handling for error responses from the API. TODO!