data_list_department_groups
Retrieve department groups from the cash register system to organize product categories and manage store layout efficiently.
Instructions
Liste des Lister les groupes de rayons
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"
}