Path: / rest / order / {key} / attachment / {name}

An order attachment

Path parameters:
name - the attachment name
key - the order key

Resources
NameDescription
dataAn order attachment content
thumbnailAn order attachment thumbnail

Method Summary
ResourceDescription
GET /rest/order/{key}/attachment/{name}An order attachment

Method Detail
HTTP Example:
GET /rest/order/{key}/attachment/{name}

API Example:

RESTOrders.getOrderAttachment({'name': /* name the attachment name */,
  'key': /* orderKey the order key */});

An order attachment

Output:
javax.ws.rs.core.Response
Produces:
application/xml
text/plain