Can I export pricing for all countries?
Export Pricing
Yes, you can export a live price list for all countries. This includes default pricing and any price overrides on your account.
To Download a CSV of all countries:
This can be done by calling the API endpoint: GET https://rest.clicksend.com/v3/pricing-export
Authentication is HTTP Basic Auth as per our API docs.
The response will contain a link to download a CSV file containing the current pricing on your account.
To Get Pricing for a Single Country
If you'd like to get pricing for a single country without having to download a CSV file, you can use the endpoint: GST `https://rest.clicksend.com/v3/pricing/{country}` where `{country}` is the 2-character country code e.g. `https://rest.clicksend.com/v3/pricing/AU`. Authentication is HTTP Basic Auth as per our API docs.