A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Today, I send to the customer a number of emails equal to the number of shipments (each email contains the tracking url of 1 shipment). I run a number of Fulfillments equal to the number of shipments.
I'm using REST API Admin (Shipping and Fulfillment).
My understanding: it is possible to associate a url tracking for the entire order ( or for parts of orders (fulfillment by product) but it is not possible to associate several url_tracking for 1 fulfillment
Is it correct ?
So, someone have a solution for this ?
I want to send the customer a single email when the order has multiple shipments, the email should contain all tracking URLs.
thanks,
Regards