Solved: Hey, I'm trying to edit the shipping email template, and I need to get the tracking number, but it comes in the block {{block.
Create a shipment and add a tracking number (Carrier = Custom Value). For steps, refer to the Magento User Guide > Order Management ...
Hi, I'm creating shipment and tracking number by calling APIs i.e. sales_order_shipment.create and sales_order_shipment.addTrack. APIs are ...
By default, Magento shipment emails are sent without tracking numbers. This is because the Magento API requires a two step process. First we create a ...
This is due to a bug in 2.3.4 - 2.3.5,. Can be resolved by setting the is_legacy field to 1 in the email_template table. Click here for github issue ...
it closes the order in Magento and adds a tracking number, but does not trigger the send tracking email function in mage. - I have researched, and seen that ...
We have a UPS API integrated to create shipments directly from Magento. It appears that the shipment email is being sent before the tracking number comes ...
Sending tracking numbers back to Magento via the API is a two-step process. First, a shipment is created for an order. Then, tracking...
I want to add the tracking no to an email, just the number not url. what is the tracking # variable ? update. I have modifed the code in track.phtml to this ?> < ...
The shipment API has an undocumented sendInfo endpoint. I'm not sure when it was added, so it may not be in your version of Magento, but ...