data_list_delivery_men
Retrieve available delivery methods from the POS system in JSON, CSV, or HTML format for order processing and shipping management.
Instructions
Liste des Lister les méthodes de livraison
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"
}