alonomic_calc_parcel
Estimate parcel shipping price and dimensions based on drop-off location and parcel details.
Instructions
Estimate a parcel's price and dimensions (read-only).
Persian purpose: محاسبه هزینه و ابعاد یک مرسوله. Does NOT create a
parcel. Maps to POST /business-service/api/v1/parcels/calc. The
response includes id, length, width, height, worth.
Args:
drop: Drop-off, {address: {province, city}} (route end).
parcel: {size, value, weight, is_packaging_required?, is_label_required?}.
pickup: Optional {date_type, date, address: {province, city}}.
instance: Configured instance to use (default when omitted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drop | Yes | ||
| parcel | Yes | ||
| pickup | No | ||
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||