# Commodity Maps ```{eval-rst} .. autoclass:: ab.api.endpoints.commodity_maps.CommodityMapsEndpoint :members: :undoc-members: :no-index: ``` ## Per-endpoint reference Each route-backed method has its own page rendering the HTTP route, the Python and CLI call signatures, and the request/response model field tables. This is the page `help(api.commodity_maps.)` links to via its `Docs:` footer. These pages are generated by `scripts/generate_endpoint_docs.py` and kept current by a CI freshness gate. ```{toctree} :maxdepth: 1 :glob: commodity_maps/* ```