/
/Apilo REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 1d ago
Authorization1
Connection2
Finance document4
Media2
Order27
  • getGet simple list of orders.
  • postCreate a new order.
  • getGet detailed order by given ID.
  • getGet order default shipping settings.
  • putUpdate order status.
  • postAdd payment to Order.
  • getOrder Binary document.
  • getGet simple list of documents for given order.
  • postCreate document for order.
  • getOrder Document detail.
  • deleteDelete document for given order.
  • getGet document types map.
  • getGet Payment types list.
  • getGet order Status types list.
  • getGet list of Carrier.
  • getGet Carrier Account list.
  • getGet Platform list.
  • getTag list.
  • getGet order notes.
  • postAdd note to order.
  • getList of order shipments.
  • postAdd shipment to order.
  • getShipment detail.
  • getGet shipment status map.
  • getOrder tags list.
  • postCreate order tag.
  • deleteDelete order tag.
Sale2
Shipment10
Warehouse26
    Order

    Order Binary document.

    Binary contents of the document (or shipment label) file belongs to the specified order

    get/rest/api/orders/{id}/media/{document}/

    Path parameters

    idstring required

    order number in Apilo system, e.g. <code>AL0012345</code>

    documentstring required

    ID of the document or shipment belongs to the Apilo order

    Response

    Binary content

    Changes