Get Quote
machship_get_quoteRetrieve a shipping quote by ID with all carrier rate options, addresses, and item details. Use to compare carrier rates before creating a consignment.
Instructions
Returns full details for a single quote by ID, including all carrier rate options.
Args:
id (number): Quote ID
response_format ('json' | 'markdown'): Output format (default: 'json')
Returns: Full quote object with all carrier rate options, addresses, and item details.
Examples:
Use when: "Show me the full details for quote 456"
Use when: You have a quote ID and need the carrier rates to pick one for a consignment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quote ID | |
| response_format | No | Output format: 'json' (default) or 'markdown' | json |