Printago API
GET
/v1/materials/variants
Get all variants
List all material variants (specific colors/brands of a material type)
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"name": "string",
"materialId": "string",
"tags": [
"string"
],
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.621Z",
"updatedAt": "2026-08-24T03:58:55.621Z"
}
]