Orders

Email a tax receipt for an order

Send the tax receipt for a settled order to the order's email address.

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}/tax-receipt/email

Response

The tax receipt was sent successfully.

Example response

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

Changes

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