The codelist/status method is used to obtain an overview of defined codes and descriptions that, in this case, represent shipment statuses. With this method, you can determine which statuses are present in the PPL system (e.g., "Shipment ready for delivery", "Shipment out for delivery today", "Not delivered – sender’s request"). This code list is primarily useful for:
1.
Displaying Shipment Status in the User Interface
If you need to show the shipment status to a user (or within an administration interface) and want to use the official PPL naming, you can retrieve these names directly from the codelist/status.
2.
Integration and Mapping
In some systems (e.g., an e-shop or ERP), there are already internal order statuses (such as Paid, Shipped, Delivered).
Connecting with PPL requires mapping the PPL codes to your internal codes (if you wish to standardize them).
The codelist/status helps you understand all the possible status variants you may encounter.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/codelist/status?Limit&Offset' \
--header'Accept-Language;' \
--header'X-Correlation-ID;' \
--header'X-LogLevel;'