> ## Documentation Index
> Fetch the complete documentation index at: https://docs.printools.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Decorations

> The print, embroidery and transfer methods you sell.

Use the operations below to work with decorations. Each link opens an interactive reference page generated from the published OpenAPI specification.

## Operations

| Operation                                                                                   | Method and path                         | Required scopes     |
| ------------------------------------------------------------------------------------------- | --------------------------------------- | ------------------- |
| [List decorations](/api/reference/get_v1_decorations)                                       | `GET /v1/decorations`                   | `decorations.read`  |
| [Create a decoration](/api/reference/post_v1_decorations)                                   | `POST /v1/decorations`                  | `decorations.write` |
| [Filter facets for the decoration list](/api/reference/get_v1_decorations_facets)           | `GET /v1/decorations/facets`            | `decorations.read`  |
| [One decoration](/api/reference/get_v1_decorations_decorationId)                            | `GET /v1/decorations/{decorationId}`    | `decorations.read`  |
| [Update a decoration](/api/reference/patch_v1_decorations_decorationId)                     | `PATCH /v1/decorations/{decorationId}`  | `decorations.write` |
| [Delete a decoration](/api/reference/delete_v1_decorations_decorationId)                    | `DELETE /v1/decorations/{decorationId}` | `decorations.write` |
| [Create many decorations in one call](/api/reference/post_v1_decorations_bulk_create)       | `POST /v1/decorations/bulk/create`      | `decorations.write` |
| [Patch every decoration matching a target](/api/reference/post_v1_decorations_bulk_update)  | `POST /v1/decorations/bulk/update`      | `decorations.write` |
| [Delete every decoration matching a target](/api/reference/post_v1_decorations_bulk_delete) | `POST /v1/decorations/bulk/delete`      | `decorations.write` |

See [Authentication](/api/authentication) before your first call. For write retries, see [Writing safely](/api/idempotency).
