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 |
|---|
| Pack | |
| Packs | ✔️ |
| Label | Type | Notes | Null |
|---|
| id | integer | The id of the pack | |
| label | string | The label of the pack | ✔️ |
| prices | Prices | The prices used for the pack | |
| quantity | decimal(17,7) | The quantity of product contained in the pack | |
| variant | Variant | The variant used to create this pack | |
query{
Packs{
edges{
node{
id
label
prices{
edges{
node{
id
}
}
}
quantity
variant{
label
}
}
}
}
}