We’ve added a field to , so you can attach multiple tracking numbers to a fulfillment when importing orders.
If you use the mutation to import orders that ship in more than one package, you no longer need to update the fulfillment after creation to add additional tracking numbers. Instead, you can include all tracking numbers upfront when you create the order.
Use the field to pass an array of tracking number strings, for example:
trackingNumbers: ["1Z999AA10123456784", "1Z999AA10123456785"]
The value you provide applies to every tracking number in the array. This behavior is consistent with how already works on the mutation.
If you provide both the singular and the plural , the singular value takes precedence. In that case, the value of is used and is ignored. This ensures that your existing integrations continue to work without any changes.
This field is available starting in API version 2026-10.