update_fulfillment_tracking
Update tracking information on an existing fulfillment. Fix missing or incorrect tracking numbers, and optionally re-send the shipping email to the customer.
Instructions
Update or add tracking info on an existing fulfillment after the fact. Use this when you've already called create_fulfillment but didn't have the carrier/tracking number yet, or when a tracking number was wrong and needs fixing. company+number is enough; Shopify auto-derives the URL for known carriers (USPS, UPS, FedEx, DHL, etc.). Set notifyCustomer=true to re-send the shipping email with the updated tracking. Omitted fields are left unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fulfillmentId | Yes | Fulfillment GID to update tracking on. | |
| company | No | ||
| number | No | ||
| url | No | ||
| notifyCustomer | No |