netpoint.api.account is the namespace that contains the classes that manage data access for the account related objects. Most commonly, NPAccount and NPUser. These classes perform Fetch, Save and Delete operations against the UsersAccount and Users table respectively.
You can find documentation on the api in the SDK. Or just use intellisense to get an idea of what they can handle.
netpoint.api.catalog is the namespace for data operations against the catalog and related objects. Most of the part lists in commerce are derived from these classes.
Add a comment