Orders / Print

Orders / Print

Name

Orders Print

Description

Print a PDF of the order.

Type

GET

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

Request

Response

/v9/orders/153755/print

 

 

 

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