Orders / Print

NameOrders Print
DescriptionPrint a PDF of the order.
TypeGET
URL/v9/orders/:id/print

Long Description

Print a PDF of an order.  If you are the buyer, it will appear as a purchase order.  If you are the seller, it will appear as an invoice.

The PDF will be encoded in Base64, so it must be decoded on the receiving end.

Examples

RequestResponse
/v9/orders/153755/print 

 

 

{
  "file":"<base64 encoded file>"
}