
Pressero Adapter
This adapter allows you to access the Pressero service using SQL and REST commands.
This adapter requires an account with the Pressero service
Commands Summary
The following is a summary of available commands. Please run the EXEC Help command in Enzo to obtain further details.
Proc Name | Table Name | SQL Options | HTTP Methods | Description | |
CreateAddress | Address | E I | Create an address in the Addressbook for the passed UserId | ||
CreateProduct | Product | E I | Create a new product | ||
CreateUser | User | E I | Create a new user | ||
DeleteAddress | Address | E D | Delete a user | ||
DeleteProduct | Product | E D | Delete a product | ||
DeleteUser | User | E D | Delete a user | ||
ListAddresses | Addresses | E S | List the addresses in the AddressBook for the user | ||
ListAttributes | Attributes | E S | Return all attributes | ||
ListCategories | Categories | E S | Return all categories | ||
ListGroups | Groups | E S | Return all admin groups | ||
ListOrders | Orders | E S | List the order items using a set of parameters | ||
ListProducts | Products | E S | Get a list of products | ||
ListUsers | Users | E S | Search for users using a set of parameters | ||
UpdateAddress | Address | E U | Update an address in the Addressbook for the passed UserId | ||
UpdateProduct | Product | E U | Update a product | ||
UpdateUser | User | E U | Update a user |
Configuration Settings
Name | Description | Default |
---|---|---|
Boolean _isDefault | Make this the default configuration. Defaults to true if configName is already the default. | |
String Url | Web service URL | |
String UserName | Login used for authentication | |
String Password | Password used for authentication | |
String SubscriberId | Identifier used for authentication | |
String ConsumerId | Identifier used for authentication | |
Int32 PageSize | Number of entries to retrieve for each web service call | 2000 |
String apiVersion | Pressero API version | |
String companyDomain | Domain name for your company assigned by Pressero |
Handlers
CreateAddress
Address |
Create an address in the Addressbook for the passed UserId
details
Arguments
SQL Callexec bsc.Pressero.CreateAddress out @addressId, 'UserId' Http Call/bsc/pressero/createaddress Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateProduct
Product |
Create a new product
details
Arguments
SQL Callexec bsc.Pressero.CreateProduct 'test' Http Call/bsc/pressero/createproduct Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CreateUser
User |
Create a new user
details
Arguments
SQL Callexec BSC.Pressero.CreateUser 'test', ... Http Call/bsc/pressero/createuser Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteAddress
Address |
Delete a user
details
Arguments
SQL Callexec BSC.Pressero.DeleteAddress '123-3ab57be3-...', '456-3ab57be3-...' Http Call/bsc/pressero/deleteaddress Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteProduct
Product |
Delete a product
details
Arguments
SQL Callexec BSC.Pressero.DeleteProduct '123-3ab57be3-...' Http Call/bsc/pressero/deleteproduct Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
DeleteUser
User |
Delete a user
details
Arguments
SQL Callexec BSC.Pressero.DeleteUser '123-3ab57be3-...' Http Call/bsc/pressero/deleteuser Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListAddresses
Addresses |
List the addresses in the AddressBook for the user
details
Arguments
SQL Callexec bsc.Pressero.ListAddresses 'UserId' Http Call/bsc/pressero/listaddresses Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListAttributes
Attributes |
Return all attributes
details
Arguments
SQL Callexec bsc.Pressero.ListAttributes Http Call/bsc/pressero/listattributes Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListCategories
Categories |
Return all categories
details
Arguments
SQL Callexec bsc.Pressero.ListCategories Http Call/bsc/pressero/listcategories Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListGroups
Groups |
Return all admin groups
details
Arguments
SQL Callexec bsc.Pressero.ListGroups Http Call/bsc/pressero/listgroups Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListOrders
Orders |
List the order items using a set of parameters
details
Arguments
SQL Callexec bsc.Pressero.ListOrders '2019-10-01', null, 100 Http Call/bsc/pressero/listorders Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListProducts
Products |
Get a list of products
details
Arguments
SQL Callexec bsc.Pressero.ListProducts 'test' Http Call/bsc/pressero/listproducts Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ListUsers
Users |
Search for users using a set of parameters
details
Arguments
SQL Callexec bsc.Pressero.ListUsers 'test' Http Call/bsc/pressero/listusers Output Columns
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateAddress
Address |
Update an address in the Addressbook for the passed UserId
details
Arguments
SQL Callexec bsc.Pressero.UpdateAddress out @addressId, 'UserId' Http Call/bsc/pressero/updateaddress Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateProduct
Product |
Update a product
details
Arguments
SQL Callexec bsc.Pressero.UpdateProduct '1234...' Http Call/bsc/pressero/updateproduct Output ColumnsThis call does not return data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UpdateUser
User |
Update a user
details
Arguments
SQL Callexec BSC.Pressero.UpdateUser 'test' Http Call/bsc/pressero/updateuser Output ColumnsThis call does not return data. |