For the full API reference, see the Revel Systems API documentation.
Connection setup
1
Get your API credentials
Log in to your Revel Systems account and navigate to the developer settings to obtain your API Key and API Secret. You’ll also need your account subdomain (the part before
.revelup.com).2
Add the connection in Spojit
Go to Connections in Spojit, click Add Connection, select Revel Systems, and enter:
- Subdomain: Your Revel subdomain (e.g.,
mystore) - API Key: Your Revel API key
- API Secret: Your Revel API secret
Tools
Orders
list-orders: List orders with filters
list-orders: List orders with filters
number
default:"20"
Number of results to return.
number
Offset for pagination.
string
Filter orders created on or after this date (ISO 8601).
string
Filter orders created on or before this date (ISO 8601).
number
Filter by establishment ID.
string
Sort field (e.g.,
-created_date).get-order: Get order by ID
get-order: Get order by ID
create-order: Create an order
create-order: Create an order
object
required
Order object with establishment, items, dining_option, etc.
Products
list-products: List products
list-products: List products
get-product: Get product by ID
get-product: Get product by ID
create-product: Create a product
create-product: Create a product
object
required
Product object with name, price, cost, barcode, category, etc.
Customers
list-customers: List customers
list-customers: List customers
get-customer: Get customer by ID
get-customer: Get customer by ID
create-customer: Create a customer
create-customer: Create a customer
object
required
Customer object with first_name, last_name, email, phone_number, address, etc.
Inventory
Employees
Advanced
raw-api-request: Make an arbitrary API request
raw-api-request: Make an arbitrary API request