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

Epos Now Products API

The product catalog sold at the point of sale.

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

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

This API exposes 6 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version V2.

Requests are made against a single base URL, https://api.eposnowhq.com/api/V2.

6 operations 3 paths 1 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
V2
Base URL
https://api.eposnowhq.com/api/V2
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Epos Now Products API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication. The access token is the Base64 encoding of "API Key:API Secret" (the API Key, a colon, then the API Secret, with no spaces), sent as…

Paths & Operations 6

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

Products 6

The product catalog sold at the point of sale.

GET
/Product
List products
listProducts 1 param → 200401
POST
/Product
Create a product
createProduct body → 200401
GET
/Product/{Id}
Get a product
getProduct 1 param → 200401404
PUT
/Product/{Id}
Update a product
updateProduct 1 param body → 200401404
DELETE
/Product/{Id}
Delete a product
deleteProduct 1 param → 200401404
GET
/TaxRate
List tax rates
listTaxRates 1 param → 200401

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Product (8 properties). Each schema is shown below with its type and property counts.

Product
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

epos-now-products-api-openapi.yml Raw ↑

Other APIs Epos Now publishes across the network.

Epos Now Categories API
Epos Now Customers API
Epos Now Devices API
Epos Now Stock API
Epos Now Transactions API