How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lunchbox Orders API

Order creation, item management, discounts, payments, and group orders.

Lunchbox Orders API is one of 6 APIs that Lunchbox publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Order. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 30 operations across 24 paths, and defines 13 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://{chain_name}.lunchbox.io/api/v2.

30 operations 24 paths 13 schemas 3 DELETE12 GET13 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://{chain_name}.lunchbox.io/api/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Lunchbox Orders API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (tokenAuth). By default, every request must be authenticated.

  • tokenAuth — Team token passed as: Authorization: Token

Paths & Operations 30

Across 24 paths, the API surfaces 30 operations — 3 DELETE, 12 GET, 13 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 30

Order creation, item management, discounts, payments, and group orders.

POST
/orders/new
Lunchbox Create an Order
createOrder body → 200
GET
/orders/{order_id}
Lunchbox Get an Order
getOrder 1 param → 200
PUT
/orders/{order_id}
Lunchbox Update an Order
updateOrder 1 param → 200
DELETE
/orders/{order_id}
Lunchbox Delete an Order
deleteOrder 2 params → 200
POST
/orders/{order_id}/items
Lunchbox Add Item to an Order
addOrderItem 1 param body → 200
DELETE
/orders/{order_id}/items/{order_item_id}
Lunchbox Delete an Order Item
deleteOrderItem 2 params → 200
POST
/orders/{order_id}/discount
Lunchbox Apply a Discount
applyDiscount 1 param → 200
DELETE
/orders/{order_id}/discount
Lunchbox Remove a Discount
removeDiscount 3 params → 200
GET
/orders/{order_id}/available_discounts
Lunchbox List Available Discounts
listAvailableDiscounts 1 param → 200
GET
/orders/{order_id}/payment-methods
Lunchbox List Order Payment Methods
listOrderPaymentMethods 1 param → 200
GET
/orders/{order_id}/payment/{payment_id}
Lunchbox Get an Order Payment
getOrderPayment 2 params → 200
POST
/orders/{order_id}/payment/
Lunchbox Submit a Payment
submitPayment 1 param → 200
GET
/orders/payment/{payment_id}
Lunchbox Get a Payment
getPayment 2 params → 200
POST
/orders/{order_id}/payment-with-qr/
Lunchbox Submit a QR Payment
submitQrPayment 1 param → 200
POST
/orders/search
Lunchbox Search Orders
searchOrders → 200
GET
/orders/{order_id}/actions/show_receipt
Lunchbox Show Order Receipt
showOrderReceipt 2 params → 200
GET
/orders/group/members
Lunchbox Get Group Order Members
getGroupOrderMembers 1 param → 200
POST
/orders/group/members
Lunchbox Join a Group Order
joinGroupOrder 1 param → 200
POST
/orders/group/{order_id}/members
Lunchbox Add a Group Order Member
addGroupOrderMember 1 param → 200
GET
/orders/{order_id}/charitable-foundations
Lunchbox List Charitable Foundations
listCharitableFoundations 1 param → 200
GET
/management/orders
Lunchbox Get Orders
managementGetOrders 3 params → 200
GET
/management/store/{store_id}/order_details/{order_id}
Lunchbox Get Order Details
managementGetOrderDetails 2 params → 200
POST
/management/store/{store_id}/orders/{order_id}/void_order
Lunchbox Void an Order
voidOrder 2 params → 200
POST
/management/store/{rest_id}/orders/manage_order
Lunchbox Manage an Order
manageOrder 1 param → 200
POST
/management/store/{rest_id}/orders/{order_id}/cancel-delivery
Lunchbox Cancel a Delivery
cancelDelivery 2 params → 200
GET
/management/orders/{order_id}/refund
Lunchbox Get Order Refund
getOrderRefund 1 param → 200
POST
/management/orders/{order_id}/refund
Lunchbox Refund an Order
refundOrder 1 param → 200
POST
/pos/orders/{pos_store_id}
Lunchbox Submit an Order
posSubmitOrder 1 param body → 200
GET
/pos/orders/{pos_store_id}/{pos_order_id}
Lunchbox Get an Order
posGetOrder 2 params → 200
PUT
/pos/orders/{pos_store_id}/{pos_order_id}
Lunchbox Update an Order
posUpdateOrder 2 params body → 200

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are Customer (12 properties), PosOrderLocation (10 properties), Order (10 properties), PosOrder (9 properties). Each schema is shown below with its type and property counts.

NewOrderRequest
object
4 properties
AddItemsRequest
object
2 properties 2 required
OrderChildItem
object
7 properties
Customer
object
12 properties
Order
object
10 properties
Charges
object
6 properties
OrderItem
object
8 properties
ManagedOrderSummary
object
8 properties
OrderPage
object
4 properties
OrderUpdateEvent
object
3 properties 3 required
PosOrder
object
9 properties
PosOrderLocation
object
10 properties
PosOrderAck
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

lunchbox-orders-api-openapi.yml Raw ↑

Other APIs Lunchbox publishes across the network.

Lunchbox Customer API
Lunchbox Misc API
Lunchbox Service Types API
Lunchbox Stores API
Lunchbox User Wallet API
Where this information came from

This is an independent, third-party profile of Lunchbox Orders API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.