Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NameItems Print Etickets
DescriptionRetrieve the etickets stored on this item.
TypeGET
URL/v9/orders/:order_id/items/: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>"
}