Items / Print Etickets

NameItems Print Etickets
DescriptionRetrieve the etickets stored on this item.
TypeGET
URL/v9/orders/:order_id/items/:item_id/print_etickets

Long Description

Retrieve the etickets stored on this item.  The Etickets will be delivered in Base64-encoded format, so they will need to be decoded on the receiving end.

Examples

RequestResponse
/v9/orders/75214/items/26319 

 

 

{
  :id => 26319,
  :file => "<base64-encoded file>"
}