Can I export pricing for all countries?

Updated 2 years ago

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.


How Did We Do?


Powered by HelpDocs (opens in a new tab)