---
title: "Email an RMT receipt for an order"
method: POST
path: "/shop/orders/{orderId}/rmt-receipt/email"
tags: ["Orders"]
---

# Email an RMT receipt for an order

`POST /shop/orders/{orderId}/rmt-receipt/email`

Send the Registered Massage Therapist (RMT) receipt for a submitted or
settled order to the order's email address. Only available for Canadian sites.

Returns `403 Forbidden` when the site is not a Canadian site.
Returns `400 Bad Request` when the order does not have an email address.
Returns `422 Unprocessable Entity` when the order has not been checked out.

## Response `200`

The RMT receipt was sent successfully.

- object
  - `data` object, required
    - `sent` boolean, required

## Other responses

- `400` — The request failed.
- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found
- `422` — The request didn't pass validation

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
