get_company_supply_chain_management
Retrieve supply chain management details for listed companies using stock codes to analyze business relationships and operational structures.
Instructions
Obtain supply chain management information for a listed company based on its stock code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |
Input Schema (JSON Schema)
{
"properties": {
"code": {
"title": "Code",
"type": "string"
}
},
"required": [
"code"
],
"type": "object"
}