Orders / Email
Long Description
Generate and send a PDF of the order or purchase order to a specified list of recipients.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
recipients | Array of strings containing email address recipients | Array | Required |
Examples
Request | Response |
---|---|
/v9/orders/12345/email | |
{ "recipients":[ "joe@someguy.com", "mike@someotherguy.com" ] } |
See Orders / Show. |