Get Order Shipment Tracks
get_order_shipment_tracksRetrieve tracking numbers and carriers for a Magento order using its increment_id.
Instructions
Returns shipment tracking numbers and carriers for an order increment_id. Does NOT return shipment line items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Override the MAGENTO_SQL_PROFILE env var for this call only. Use list_connection_profiles to see available names. | |
| magentoRoot | No | Absolute path to the Magento root (must contain app/etc/env.php). Defaults to MAGENTO_ROOT env var or auto-discovery. | |
| increment_id | Yes | Sales order increment_id (e.g. '000000123'). Use find_order_by_increment_id instead of raw SQL. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| rows | Yes | ||
| sampled | No | ||
| rowCount | Yes | ||
| truncated | No |