Skip to main content
When to use this. A style’s care instructions are the assembled care-label content: one or more subtabs, each carrying the wash/dry/iron care symbols, the garment’s composition layers and their materials, free-text instructions, and the style colours the subtab applies to. Use this endpoint to read that content back — for a PDF export, an ERP sync, or to show the care label alongside the rest of a style. This surface is read-only; the content is authored in the Delogue app and from the care-instruction library.

The workflow

Care instructions build on the brand’s care-instruction library (layers, materials, and the instruction texts themselves) and are then arranged into subtabs on a specific style. This endpoint returns the finished, style-level result.
1

Build the library

Maintain the reusable care-instruction building blocks — instruction texts, composition layers, and materials — see GET /api/care-instructions, GET /api/care-instruction-layers, and GET /api/care-instruction-materials.
2

Arrange them on the style

In the Delogue app, care instructions are arranged into subtabs on the style — each with its icons, layers, instructions, and colour associations.
3

Read the assembled set

GET /api/styles/{styleId}/care-instructions returns every subtab for the style, fully expanded.
4

Use it on the style

Combine the care instructions with the rest of the style record — see GET /api/styles/{styleId}.

Walkthrough

Read the care instructions for a style. The response is a single object with the style’s subtabs, each fully expanded with its icons, composition layers (and their materials), instructions, and colour associations.
Each subtab’s state reflects whether it is active, and every nested layer carries its materials with their composition percentages — useful for rendering a full care label or a fibre-content breakdown.

Field reference

The fields that matter most when reading a style’s care instructions:

Roles & permissions

Reading care instructions requires read access on the care_instructions permission and the Care Instructions module. On a designer (brand) account this means the CareInstructions role (or a company admin / flexible role with care-instruction access). Supplier accounts can read a style’s care instructions when a brand they collaborate with has the module enabled.

When things go wrong

Errors use the standard envelope (status: "error", a code, and error.details[]). A style that belongs to another organisation returns 403; a style that does not exist returns 404. See Errors & responses for the full list of codes and how to resolve them.

What to call next

Care instructions

Build and maintain the reusable care-instruction library the subtabs draw on.

Styles

Read and manage the style these care instructions belong to.

Care instructions endpoint

The reference for GET /api/styles/{styleId}/care-instructions.

Authentication

How to get and send your X-Auth-Token API key.