update_fulfillment_tracking
Update or add tracking information to an existing fulfillment when the carrier or tracking number was missing or incorrect. Optionally notify the customer via email with the updated tracking details.
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 |