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 Product / Styles API

The Product / Styles API from Retraced — 4 operation(s) for product / styles.

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

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

This API exposes 6 operations across 4 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.

6 operations 4 paths 0 schemas 2 GET3 POST1 PUT

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 6

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

Product / Styles 6
POST
/api/v2/styles/
Create a style, variant, or SKU. Omit parentId to create a top-level style. Set parentId to a style ID to create a variant, or to a variant ID to create a SKU. styleTypeId and isComponent are require…
body → 201
GET
/api/v2/styles/
GET /styles serves all three tiers of the product hierarchy from a single endpoint, controlled by the required level query parameter. At level=style the endpoint returns top-level products and accept…
36 params → 200
PUT
/api/v2/styles/{id}
Update a style, variant, or SKU by ID. The product level is resolved automatically from the ID. All body fields are optional — only provided fields will be updated.
1 param body → 200
GET
/api/v2/styles/{id}
Retrieve a single style, variant, or SKU by ID. The product level is resolved automatically from the ID.
1 param → 200
POST
/api/v2/styles/archive
Archive one or more styles, variants, or SKUs. All IDs must belong to the same product level. Archiving a style cascades to all its child variants and SKUs.
body → 204
POST
/api/v2/styles/unarchive
Unarchive one or more styles, variants, or SKUs. All IDs must belong to the same product level.
body → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

retraced-product-styles-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 Order Hub / Orders 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