Printago API
GET /v1/materials/{materialId}/variants

Get variants by material

Get all variants of a specific material type

Requires: material.view

Path Parameters

materialId required
string
Material type ID

Response Schema

Response
value
object[]

Example Response

200 OK — application/json
[
  {
    "name": "string",
    "materialId": "string",
    "tags": [
      "string"
    ],
    "customMetadata": {},
    "id": "string",
    "storeId": "string",
    "createdAt": "2026-09-09T20:31:46.708Z",
    "updatedAt": "2026-09-09T20:31:46.708Z"
  }
]