Return Envelopes
Fill Test Return Envelope Order
Fills the return envelope order by orderID for the return envelope by id. This is only available in test mode and can be used to simulate how a live order would be filled.
Note: this will fail with a return_envelope_order_cannot_fill_error if the order's status is not placed.
post/print-mail/v1/return_envelopes/{id}/orders/{orderID}/fills
Path parameters
idstring required
The ID of the return envelope.
orderIDstring required
The ID of the return envelope order to fill.
Response
The filled return envelope order.