data_list_variations
Retrieve and display product variations from your POS system in JSON, CSV, or HTML formats for inventory management and sales analysis.
Instructions
Liste des Lister les déclinaisons
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"csv",
"html"
],
"type": "string"
}
},
"type": "object"
}