Xero
The Xero plugin for StoreBuilder provides automatic order synchronization with your Xero accounting profile.
Installing the Xero Plugin
Add the StoreBuilder.Xero.dll
to your web project by adding a reference to the Nuget package StoreBuilder.Xero
Xero Settings
The Xero plugin requires the following settings to be configured within Storebuilder:
StoreBuilder.Xero.CertificateContent (binary)
This setting contains a PFX certificate file for digitaly signing communication between StoreBuilder and Xero.
For more information about customizing your security certificate, please see the Xero Developer Documentation.
StoreBuilder.Xero.CertificatePassword (string)
The password for your PFX certificate file.
StoreBuilder.Xero.Key (string)
This is the Consumer Key from the application configuration page in your Xero account.
StoreBuilder.Xero.Secret (string)
This is the Consumer Secret from the application configuration page in your Xero account.
StoreBuilder.Xero.Endpoint (string)
This is the Xero API endpoint that StoreBuilder will use to communicate with Xero. This can be found in the application configuration page in your Xero account.
For example: https://api.xero.com/api.xro/2.0/
StoreBuilder.Xero.Account (string)
This is the account code from your company's chart of accounts where revenue should be recorded from StoreBuilder.