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

Retraced Order Hub / Orders API

The Order Hub / Orders API from Retraced — 2 operation(s) for order hub / orders.

Retraced Order Hub / Orders API is one of 17 APIs that Retraced publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 2 paths. It is described by OpenAPI 3.0.3, at version 2.938.1.

Requests are made against the base URL https://publicapi.retraced.com/api/v2.

5 operations 2 paths 0 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.938.1
Base URL
https://publicapi.retraced.com/api/v2
Resource Areas
1

Paths & Operations 5

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

Order Hub / Orders 5
GET
/api/v2/orders/
List the current company's orders. Supports filtering by type, supplier, buyer, status, tag, orderNumber, archived flag and updated-time range, plus pagination and sorting. Soft-removed orders are al…
13 params → 200401
POST
/api/v2/orders/
Create an order for the current company, optionally with nested order lines (created atomically with the order). The order number must be unique within the company for the same order type — a duplica…
body → 200400401409
GET
/api/v2/orders/{id}
Fetch a single order by id. Returns 404 when the order is removed or belongs to another company.
1 param → 200401404
PATCH
/api/v2/orders/{id}
Partially update an order owned by the current company.
1 param body → 200400401404
DELETE
/api/v2/orders/{id}
Hard-delete an order and all of its lines. Returns 404 when the order does not exist or belongs to another company.
1 param → 204401404

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

retraced-order-hub-orders-api-openapi.yml Raw ↑

Other APIs Retraced publishes across the network.

Retraced Certificates API
Retraced Companies API
Retraced Files API
Retraced Guides API
Retraced Order Hub / Attachment Templates API
Retraced Order Hub / Order Lines API
Retraced Product / BOM Headers API
Retraced Product / BOM Lines API
Retraced Product / BOM Placements API
Retraced Product / Material Headers API
Retraced Product / Material Lines API
Retraced Product / Style Properties API