The `orderCreate` mutation now supports multiple tracking numbers for each fulfillment
We’ve added a trackingNumbers field to OrderCreateFulfillmentInput , so you can attach multiple tracking numbers to a fulfillment when importing orders. If you use the orderCreate mutation to import o…
Added 1
- Add trackingNumbers field to OrderCreateFulfillmentInput to support multiple tracking numbers per fulfillment in the orderCreate mutation