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

Checking order details

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

Description

This resource allows you to inspect order details.

Example of request body:

{
  "orderId": "080120082145563"
}

Resource details

  • Method GET

  • Url /details

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

  • Example success response:

{
    "success": true,
    "body": {
        "status": "Created",
        "price": 49.99,
        "parcelData": [
            {
                "parcelId": 946,
                "receiveTrackingLink": "http://www.pocztex.pl/sledzenie-przesylek/?numer=",
                "postPackageLink": "",
                "postPackageNumber": "",
                "receivePackageNumber": "EE796885645PL"
            }
        ]
    }
}

Description of response object

  • status - current status of the order.
  • price - price of the order
  • parcelData - array of objects - each object contains id of the parcel, receive tracking link, receive package number, post package link and post package number. Please note, that links and numbers may be empty.
← Creating orderDownloading order label →
Copyright © 2020 Exportpaczka.pl