POSThttps://www.prayerletters.com/api/v1/orders

Create an order based on an existing saved order and a new mailing list.

Scope Required

orders.write

Request Body

orders.resend_to_list.v1 Object

Example

{
   "list_id" : "l-###-####",
   "saved_order_id" : "l-###-####"
}

Response

201 Created

Response Body

orders.resend_created.v1 Object

Example

{
   "created" : "2024-04-28T03:40:02-04:00",
   "order_id" : "m-###-####"
}

Errors

400 orders.invalid_id

A provided ID was invalid or didn't match an existing record.