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

Nory Inventory API

The Inventory API from Nory — 4 operation(s) for inventory.

Nory Inventory API is one of 10 APIs that Nory publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inventory. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 5 operations across 4 paths, and defines 6 schemas. It is described by OpenAPI 2.0, at version 1.0.0.

Requests are made against the base URL https://sandbox.nory.ai/app/v1.

5 operations 4 paths 6 schemas 3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0.0
Base URL
https://sandbox.nory.ai/app/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nory Inventory API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (bearerAuth).

Paths & Operations 5

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

Inventory 5
POST
/inventory/ingest
Ingest items / batch items / menu items
1 param → 200400401403
GET
/inventory/branches/{branchId}/counts
Get counts of a branch
1 param → 200400401403
POST
/inventory/branches/{branchId}/counts
Create a count
2 params → 200400401403500
GET
/inventory/branches/{branchId}/deliveries
Get deliveries of a branch
1 param → 200400401403
GET
/inventory/suppliers
Get all suppliers
→ 200400401403

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Count (7 properties), Ingest (3 properties), Unit (2 properties), BrandItemUnitCount (2 properties). Each schema is shown below with its type and property counts.

BrandItemCount
object
2 properties
BrandItemUnitCount
object
2 properties
Count
object
7 properties
BaseUnit
object
1 property
Unit
object
2 properties
Ingest
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nory-inventory-api-openapi.yml Raw ↑

Other APIs Nory publishes across the network.

Nory Authorization API
Nory Branch API
Nory Brands API
Nory Employee Punch API
Nory Integration API
Nory Inventory Orders API
Nory Location Settings API
Nory Refresh token API
Nory Templates API