Items / 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
Request | Response |
---|---|
/v9/orders/75214/items/26319 | |
| { :id => 26319, :file => "<base64-encoded file>" } |