get_attachment

To get an attached file, use order/get_attachment:

Copied!
svc=order/get_attachment&params={"itemId":<long>,
				 "id":<long>,
				 "path":"<text>"}

Parameters

Name Description
itemId Resource ID.
id Order ID within the resource.
path File name.

Response

In case of success, the server will return the requested file.

If failed,

Copied!
Invalid input{"error":3}

If you find a mistake in the text, please select it and press Ctrl+Enter.