Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The method is used for collecting information on a parcel from the Meest Polska system by the parcel’s barcode After correctly creating a parcel, it has a set of data of the recipient, collection point, value and items. It also has a link to print customs documents

Method name:

 

Code Block
languagejava
public ParcelApiBean findParcelByBarcode(String barcode, String apiKey) 
throws
 MeestException;

...