Exportpaczka - API

Exportpaczka - API

  • API

›General information

General information

  • Authorization
  • Requests & responses
  • Country routes
  • Global additions
  • Package additions
  • Order object
  • Price checking
  • Creating order
  • Checking order details
  • Downloading order label

Downloading order label

Base url: https://exportpaczka.pl/api/v1/order

Description

This resource allows you to download order label.

Example of request body:

{
  "orderId": "080120082145563"
}

Resource details

  • Method GET

  • Url /label

  • Full url https://exportpaczka.pl/api/v1/order/label

  • Example success response:

In success response you will get the PDF file with label.

  • Example error response:
{
    "body": "Could not find order.",
    "success": false
}
← Checking order details
Copyright © 2020 Exportpaczka.pl