Getting started

This guide walks you through the fastest path to value: loading your products, creating a menu, and syncing to your sales channels.

Before you begin

  • A Lula account and access to your company and stores
  • Your product list (CSV or JSON) with names, prices, and UPCs/SKUs
  • The delivery channels you plan to use (DoorDash, Uber Eats, Grubhub, LulaDirect)
If you are missing access, request credentials from your Lula representative.

Step 1: Create your company and store

If your organization is not yet in Lula, your Lula contact will create it. Otherwise, confirm your store details are correct. Developers can use the API to create these records:

Step 2: Load your products

Choose the format that’s easiest for you today—you can always change later: After import, you can verify items with Get store inventory.

Step 3: Build your menu

Create a store menu and link the right items. You can do this in the dashboard or via API:

Step 4: Sync to channels

When your menu looks right, publish it to your connected channels: You can confirm the active menus with Get active menus and Get menu list.

Step 5: Test an order

Use a marketplace sandbox or place a small real order to validate the full flow:

Environments

Lula supports sandbox and production environments. Confirm which you are using before sharing links or placing orders. Ask your Lula contact for sandbox access if you don’t have it yet.

What’s next

If you prefer to automate your setup end‑to‑end, browse the API Documentation and copy sample requests from each page.