Operation Id:
couriers/couriers/get [Official Documentaction]
Methods
- countryCode String
- resultsPage Integer
- resultsLimit Integer
Examples
This function retrieves the courier information for couriers that operate in Poland.
Loading editor...
const result = await idosellRequest.getCouriers .countryCode("PL") .exec();
This function retrieves the second page of couriers with a limit of ten per page.
Loading editor...
const result = await idosellRequest.getCouriers .page(2,10) .exec();