update_fulfillment_tracking
Update tracking number, URL, and carrier for an existing fulfillment. Optionally notify the customer with the updated tracking details.
Instructions
Update tracking information for an existing fulfillment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fulfillment_id | Yes | The numeric fulfillment ID. | |
| tracking_number | No | New tracking number. | |
| tracking_url | No | New tracking URL. | |
| tracking_company | No | New shipping carrier. | |
| notify_customer | No | Whether to send an updated notification. Default: false. |