For the full API reference, see the Revel Systems API documentation.
Connection setup
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).Tools
Orders
list-orders: List orders with filters
list-orders: List orders with filters
Number of results to return.
Offset for pagination.
Filter orders created on or after this date (ISO 8601).
Filter orders created on or before this date (ISO 8601).
Filter by establishment ID.
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
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
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
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