Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

shipment-email-notify #8399

Merged
merged 2 commits into from
Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ where `3` is the order id.

**Payload:**

The `tracks` array optionally allows you to include one or more tracking numbers for the [shipment](https://glossary.magento.com/shipment).
The `notify` field is used to trigger Magento to send the shipment email. The `tracks` array optionally allows you to include one or more tracking numbers for the [shipment](https://glossary.magento.com/shipment).

{% collapsible Show code sample %}

Expand All @@ -57,6 +57,7 @@ The `tracks` array optionally allows you to include one or more tracking numbers
"qty": 1
}
],
"notify": true,
"tracks": [
{
"track_number": "1Y-9876543210",
Expand All @@ -75,4 +76,4 @@ A shipment ID, such as `3`.

## Verify this step

Log in to [Admin](https://glossary.magento.com/admin). Click **Sales** > **Shipments**. The shipment is displayed in the grid. Then click **Sales** > **Orders**. The status is Complete.
Log in to [Admin](https://glossary.magento.com/admin). Click **Sales** > **Shipments**. The shipment is displayed in the grid. Then click **Sales** > **Orders**. The order status is Complete.