update_fulfillment_tracking
Update tracking company, number, or URL for an existing fulfillment and optionally notify the customer of the change.
Instructions
Update tracking information for an existing fulfillment. Side effect: modifies the Fulfillment tracking_company, tracking_number, or tracking_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracking_url | No | Updated full tracking URL. | |
| fulfillment_id | Yes | Fulfillment ID to update. Required. | |
| notify_customer | No | Whether to send tracking update notification to customer. | |
| tracking_number | No | Updated tracking number. | |
| tracking_company | No | Updated carrier/shipping company name. |