Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

2ndKitchen Orders API

The Orders API from 2ndKitchen — 3 operation(s) for orders.

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

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 3 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://auth-staging.2ndkitchen.com.

3 operations 3 paths 11 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://auth-staging.2ndkitchen.com
Resource Areas
1

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 3
POST
/orders/create
Places a new order in the system
body → 200
PUT
/orders/{order_id}/status/{status}
Updates the status of an order
2 params → 200
GET
/order/{external_id}
Get an Order that was made in the system
1 param → 200

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are Order (35 properties), SubOrder (17 properties), Product (12 properties), OrderUser (11 properties). Each schema is shown below with its type and property counts.

OrderCartItem
object
Cart item product information
7 properties 3 required
OrderUser
object
11 properties 2 required
OrderCartItemMetaValue
object
3 properties 3 required
Product
object
12 properties
OrderPricing
object
6 properties 3 required
Order
object
35 properties
OrderCartItemMeta
object
Product metadata
3 properties 3 required
ProductMeta
object
6 properties
OrderTransaction
object
4 properties 1 required
OrderBusiness
object
3 properties 1 required
SubOrder
object
17 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

2ndkitchen-orders-api-openapi.yml Raw ↑

Other APIs 2ndKitchen publishes across the network.

2ndKitchen Authentication API
2ndKitchen Brand API
2ndKitchen Business API
2ndKitchen Coupons API
2ndKitchen Deliveries API
2ndKitchen Payment API
2ndKitchen Product API
2ndKitchen Products API
2ndKitchen Restaurant API
2ndKitchen Restaurants API
2ndKitchen Users API