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

Commit c91f3c4

Browse files
shipment-email-notify (#8399)
* shipment-email-notify * Update order-create-shipment.md
1 parent 3ebeb24 commit c91f3c4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/guides/v2.3/rest/tutorials/orders/order-create-shipment.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ where `3` is the order id.
3737

3838
**Payload:**
3939

40-
The `tracks` array optionally allows you to include one or more tracking numbers for the [shipment](https://glossary.magento.com/shipment).
40+
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).
4141

4242
{% collapsible Show code sample %}
4343

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

7677
## Verify this step
7778

78-
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.
79+
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.

0 commit comments

Comments
 (0)