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"
],
"customMetadata": {},
"id": "string",
"storeId": "string",
"createdAt": "2026-09-09T20:31:46.705Z",
"updatedAt": "2026-09-09T20:31:46.705Z"
}
]