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

Rithum Orders API

Retailer and supplier order operations

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

This API exposes 2 JSON Schema definitions.

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

This API exposes 6 operations across 6 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version v3.

Requests are made against a single base URL, https://api.dsco.io/api/v3.

6 operations 6 paths 10 schemas 2 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v3
Base URL
https://api.dsco.io/api/v3
Authentication
HTTP Bearer
License
Proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Rithum Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth).

Paths & Operations 6

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

Orders 6

Retailer and supplier order operations

POST
/supplier/cancel-in
Cancel Order Item
supplierCancelOrderItem body → 200400401
POST
/supplier/acknowledge-order-in
Acknowledge Orders
supplierAcknowledgeOrder body → 200401
GET
/supplier/order-out/{orderId}
Get Order by ID
supplierGetOrder 1 param → 200401404
GET
/supplier/order-out
List Orders
supplierListOrders 2 params → 200401
POST
/retailer/order-in
Create Retailer Order
retailerCreateOrder body → 200400401
POST
/retailer/cancel-in
Request Order Cancel
retailerRequestCancel body → 200401

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Address (8 properties), Order (7 properties), OrderItem (5 properties), OrderList (3 properties). Each schema is shown below with its type and property counts.

Address
object
8 properties
CancelRequest
object
3 properties
AcknowledgeOrderRequest
object
1 property
OrderItem
object
5 properties
Order
object
7 properties
BatchResponse
object
3 properties
BatchError
object
3 properties
OrderList
object
3 properties
CancelBatchRequest
object
1 property
RetailerOrderRequest
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rithum-orders-api-openapi.yml Raw ↑

Other APIs Rithum publishes across the network.

Rithum Authentication API
Rithum Catalog API
Rithum Inventory API
Rithum Invoices API
Rithum Returns API
Rithum Shipments API
Rithum Streams API