- 3D card view
- Ad Template
- Announcements
- automatic resize
- Avery 5162 labels
- Avery 8162 labels
- backups
- Best Match
- best offers
- beta testing
- business performance
- buyer questions
- Cancelling
- carrier labels
- catalog
- Common Tasks
- condition description
- Copyright Notice
- counter
- CSV file
- Dashboard
- Dazzle
- dimensions
- downloading
- Drop Shipper Addon Module
- email history
- employees
- entering eBay
- evaluation period
- FedEx
- field variables
- filter row
- GoTo
- GoToMyPC
- Hardware Acceleration
- HTML Editor
- import
- installation
- intelligent relisting
- Item Repository
- Item Status
- knowledgebase
- leveling
- listing upgrades
- logging in
- LogMeIn
- lot size
- memory allocation
- multiple selling ID's
- oversold conditions
- payments
- permissions
- picture pack
- prices
- Product ID
- purchase history
- quantity to list
- refreshes
- remote connection
- reply snippets
- Restricted Rights Legend
- Sales Tax Report
- SCAN forms
- second chance offers
- share
- ShipRush
- shrink percentage
- SixBit Agent
- SixBit Home & Hobby Edition
- SixBit Small Business Edition
- SixBit Starter Edition
- SixBit Ultimate
- SIXBITDBSERVER
- SKU Builder
- snippets
- SQL Server Management Studio
- stock photo
- subtitle
- theme
- TO DO List
- Trademarks
- Videos
- watermarking and naming
- weight
- workflow
- WYSIWYG editor
Integrating with SixBit Through the API
To allow for greater flexibility when integrating existing applications with SixBit, an Applications Programming Interface (API) is provided. The API will allow for actions to be performed in SixBit programmatically from other applications or by placing automation files in a drop folder.
Complete details of the API can be found in the SixBit Application Programming Interface guide.
Drop Folder Automation
Making calls from a drop folder is part of the Advanced Automation capabilities only available in the Enterprise Edition of SixBit.
For those users who don't have access to a programming environment to make API calls, drop folder processing has been provided. Drop Folder processing simply requires the calls to be placed into a file and the file placed into the specified drop folder. At regular intervals, the SixBit Agent will poll the drop folder Input Path and will process the files it finds. The Output Path and Log Path determine the location of where the output and logging information are written. Input files that are processed will be moved to the Processed Path. See Setting the Drop Folder in SixBit to view or change the location of the drop folder paths.
As with all SixBit API interactions, the content of the drop folder files must also be XML. The files must contain an element that contains each call as defined in SixBitAPICalls. Sample drop folder files as well as an example of how to use them can be found in the Drop Folder Example.