Orders

Email an RMT receipt for an order

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.

post/shop/orders/{orderId}/rmt-receipt/email

Response

The RMT receipt was sent successfully.

Example response

{
  "data": {
    "sent": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.