For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| ProductTag | |
| ProductTags | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The product tags's id | |
| label | string | The product tag's label | |
query{
ProductTags{
edges{
node{
id
label
}
}
}
}